body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	height:100%; 
	margin:0px;
}

table, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

ul {
	list-style-image: url(images/printicon.gif);
}

ol {
	list-style: circle;
}

.dot {
	list-style: circle;
}

h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
}

.lines {
	border: 1px solid #999;
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

.portalmenu, .portalmenu table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

#ContentPane {
	margin: 3px 5px 5px 5px;
}

.small {
	font-size: 7pt;
}

/*==================DNN Styles====================*/
.Head{ font-size:11pt; font-weight:bold; color:black; }
.SubHead{ font-size:10pt; color:#05186D; }
.SubSubHead{ font-size:10pt; color:#05186D; }
.Normal{ font-size:9pt; color:black; }
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{	color:#05186D; text-decoration:none; }
A.CommandButton:hover{ color:#E60101; text-decoration:underline;}
TH,TD,DIV{ font-size:9pt; color:#black; }
A,A:link,A:visited{ color:#05186D; text-decoration:none; }
A:hover,A:active{ color:#E60101; text-decoration:underline; }

a.portalmenu,a.portalmenu:link,a.portalmenu:visited,a.portalmenu:active{ color:#05186D; text-decoration:none; font-weight: bold; font-size: 9pt;}
a.portalmenu:hover{ color:#E60101; text-decoration:underline; font-weight:bold; font-size: 9pt;}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: bold;
	border-left: #05186D 0px solid;
	border-bottom: #05186D 1px solid;
	border-top: #05186D 1px solid;
	border-right: #05186D 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	color: black;
	cursor: pointer;
	background-color: white;
	border-left: #05186D 1px solid;
	border-bottom: #05186D 1px solid;
	border-top: #05186D 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	color: black;
	z-index: 1000;
	cursor: pointer;
	background-color: #05186D;
	border-bottom: #05186D 0px solid;
	border-left: #05186D 0px solid;
	border-top: #05186D 0px solid;
	border-right: #05186D 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #05186D 1px solid;
	border-left: #05186D 0px solid;
	border-top: #05186D 1px solid;
	border-right: #05186D 0px solid;
	background-color: #05186D;
	height: 1px;
}

.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #E60101;
}

.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #05186D 1px solid;
	border-bottom: #05186D 1px solid;
	border-top: #05186D 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}


