body
{
	margin: 0px;
	background-color: White;
	/*background-color: #9DC5EB;*/
}

.mainText
{
	font-family: Arial;/*Verdana*/
	font-size: 10px;
	color: Black;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	color: #FF7F00;
	font-weight: bold;
}

a:link.white, a:visited.white, a:active.white
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
a:hover.white
{
	text-decoration: none;
	color: #FF7F00;
	font-weight: bold;
}

a:link.blackLink, a:visited.blackLink, a:active.blackLink
{
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
a:hover.blackLink
{
	text-decoration: none;
	color: #FF7F00;
	font-weight: bold;
}

table
{
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}

table.displayQuote
{
	border: normal, 0px;
	padding: 0px;
	font-size: 8pt;
}

table.data
{
	border-style: solid;
	border-color: #999999;
	border-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.insideTable
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.dotted
{
	border-style: solid;
	border-width: 1px;
	border-color: #D3E1EF;
}

div.divWindow
{
	height: 150px;
	overflow: auto;
	scrollbar-face-color: #9DC5EB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #7593AF;
	scrollbar-darkshadow-color: #7593AF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	margin-right: 2px;
}

div.siteMap
{
	height: 250;
	overflow: auto;
	scrollbar-face-color: #9DC5EB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #7593AF;
	scrollbar-darkshadow-color: #7593AF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	margin-right: 2px;
}

td.text
{
	padding-left: 5px;
}

.newsTitle
{
	color: Red;
	font-family: Verdana;
	font-size: 9px;
}

.newsText
{
	color: Black;
	font-family: Arial; /*Verdana;*/
	font-size: 12px;
}

.title
{
	background-color: #5D6B7F;
	font-weight: bold;
	font-size: 10px;
	color: White;
	padding: 5px;
}

.subTitle
{
	background-color: #D3E1EF;
	font-weight: bold;
	font-size: 10px;
}

.subSubTitle
{
	background-color: White;
	font-weight: normal;
	color: Black;
	font-size: 10px;
}