.DefaultText, .TitlePageText, #tdDocHeader, .DocumentGroupHeader, .DocumentItem, .BreadCrumbs, .ItemContent, .SearchGroupHeader, .HeaderText, .NoResults, .WelcomeBody, .NavPage
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: Black;
}

.NavPage
{
 background-color: #fcd5bc;
}

.FolderList, .NavFolderList, .NavModelList
{
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.NavFolderList /* inherits .FolderList */
{
	background-color: Black;
	color: White;
}

.NavModelList /* inherits .FolderList */
{
	background-color: #fcd5bc;
	color: black;
}

.NavModelList a:link
{
	color: Black;
}

.NavModelList a:visited
{
	color: #121212;
}

.NavModelList a:active, .NavModelList a:hover
{
	color: Black;
	 text-decoration: underline;
}

.TitlePageText /* inherits .DefaultText */
{
	color: White;
	font-weight: bold;
}

.FrameBorder
{
	border-color: #FF0000;
	}

.TitlePageBody
{
	background-color: #f05123;
	margin: 0 0 0 0;
}

.SearchFormBody
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: black;
	margin: 0 0 0 0;
}

.SearchFormTextBox
{
	font-size: 11px;
}

.SearchFormButton
{
	border-width: 1px;
	border-style: solid;
	border-width: 2px;
	border-color: #f05123;
	color: #f05123;
	background-color: Black;
	font-weight: bold;
}
/*
#titlelinks A:link
{
	text-decoration: none;
	color: #FF0033;
}

#titlelinks A:visited
{
	text-decoration: none;
	color: #FF00CC;
}

#titlelinks A:active
{
	text-decoration: none;
	color: #FF0000;
}

#titlelinks A:hover
{
	text-decoration: underline;
	color: #FF0000;
}
d94c24
*/
A:link
{
	text-decoration: none;
	color: #F47320;
}

A:visited
{
	text-decoration: none;
	color: #d94c24;
}

A:active
{
	text-decoration: none;
	color: #f05123;
}

A:hover
{
	text-decoration: underline;
	color: #f05123;
}

#divDocHeader, #divModelHeader, .HeaderText /* inherits .DefaultText */
{
	background-color: Black;
	color: #F47320;
	font-weight: bold;
	font-size: 15px;
	width: 100%;
}

.HeaderText /* inherits #divDocHeader */
{
	border-top: solid 10 white;
}

#divDocHeaderLine, #divModelHeaderLine
{
	background-color: #f05123;
	width: 100%;
	height: 2px;
}

.DocumentGroupHeader, .SearchGroupHeader /* inherits .DefaultText */
{
	font-weight: bold;
	font-size: 15px;
}

.SearchGroupHeader /* inherits .DocumentGroupHeader */
{
	background-color: Gainsboro;
	color: Black;
	border-top: solid 10 white;
	border-bottom: solid 2 #f05123;
	width: 100%;
}

.BreadCrumbs
{
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 10px;
}

.ItemContent, .ItemContent div
{
	margin: 10 10 10 10;
}
/*
.ItemContent:first-letter, .ItemContent div:first-letter
{
	font-size: 200%;
	float: left;
}

.ItemContent:first-line, .ItemContent div:first-line
{
	font-variant: small-caps;
}*/

#divSearchFor
{
	font-size: 14px;
	font-weight: bold;
	width: 100%
}

#divSearchFor div
{
	color: Red;
}

.NoResults /* inherits .DefaultText */
{
	color: Red;
	font-weight: bold;
	font-size: 14px;
}
.dis {font-size:9px;}