.DefaultText, .TitlePageText, #tdDocHeader, .DocumentGroupHeader, .DocumentItem, .BreadCrumbs, .ItemContent, .SearchGroupHeader, .HeaderText, .NoResults, .WelcomeBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

.FolderList, .NavFolderList, .NavModelList, .TitlePageBody, .SearchFormBody
{
	background-color: #115180;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #eeeeee;
	margin: 0px;
}
/*
.NavFolderList /* inherits .FolderList */
/*{
	background-color: #CCCCCC;
}*/

.NavModelList /* inherits .FolderList */
{
	background-color: White;
}


.NavFolderList A:link
{
	text-decoration: none;
	color: #EEEEEE;
}

.NavFolderList A:visited
{
	text-decoration: none;
	color: #DDDDDD;
}

.NavFolderList A:active
{
	text-decoration: underline;
	color: #EEEEEE;
}

.NavFolderList A:hover
{
	text-decoration: underline;
	color: #EEEEEE;
}

.TitlePageText /* inherits .DefaultText */
{
	color: White;
	font-weight: bold;
}

.TitlePageBody
{
	margin: 0 0 0 0;
}

.SearchFormBody
{
	line-height: normal;
}

.SearchFormTextBox
{
	font-size: 11px;
}

.SearchFormButton
{
	border-width: 1px;
	border-style: solid;
	border-width: 2px;
	border-color: #eeeeee;
	color: #eeeeee;
	background-color: #115180;
	font-weight: bold;
}
/*
#titlelinks A:link
{
	text-decoration: none;
	color: #FFCC33;
}

#titlelinks A:visited
{
	text-decoration: none;
	color: #FFCC00;
}

#titlelinks A:active
{
	text-decoration: none;
	color: #FF3333;
}

#titlelinks A:hover
{
	text-decoration: underline;
	color: #FF3333;
}
*/
A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

#divDocHeader, #divModelHeader, .HeaderText /* inherits .DefaultText */
{
	background-color: #115180;
	color: #EEEEEE;
	font-weight: bold;
	font-size: 15px;
	width: 100%;
}

.HeaderText /* inherits #divDocHeader */
{
	border-top: solid 10 #EEEEEE;
}

#divDocHeaderLine, #divModelHeaderLine
{
	background-color: Black;
	width: 100%;
	height: 1px;
}

.DocumentGroupHeader, .SearchGroupHeader /* inherits .DefaultText */
{
	font-weight: bold;
	font-size: 15px;
}

.SearchGroupHeader /* inherits .DocumentGroupHeader */
{
	background-color: #115180;
	color: #EEEEEE;
	border-top: solid 10 white;
	border-bottom: solid 1 Black;
	width: 100%;
}

.BreadCrumbs
{
	font-weight: bold;
	background-color: #EEEEEE;
	font-size: 10px;
	color: Black;
	line-height: normal;
}

.ItemContent
{
	margin: 10 10 20 10;
}
/*
.ItemContent:first-letter
{
	font-size: 200%;
	float: left;
}

.ItemContent: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;
}
