BODY {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #93aeca;
}
A {
	text-decoration: none;
	color: #003371;
}
A:Hover {
	color: #ED2123;
}
A.underline {
	text-decoration: underline;
	color: #004b7f;
}
A.underline:Hover {
	color: #0033FF;
	text-decoration: underline;
}
A.blueSmall {
	text-decoration: none;
	color: #003371;
	font-size: 8pt;
}
A.blueSmall:Hover {
	color: #ED2123;
}
A.menured {
	text-decoration: none;
	font-size : 8pt;
	color: #ED2123;
}
A.menured:Hover {
	text-decoration: underline;
	color: black;
}
A.red {
	text-decoration: underline;
	font-size : 10pt;
	color: #ED2123;
}
A.red:Hover {
	text-decoration: none;
	color: Blue;
}
.whitetext {
	font-size : 9pt;
	color: White;
	font-weight : bold;
}
.whitetextSmall {
	font-size : 8pt;
	color: White;
}
.smalltext {
	font-size : 8pt;
	color: Black;
}
.bluetext {
	font-size : 8pt;
	color: #003371;
	font-weight : bold;
}
A.white {
	font-size : 8pt;
	color: White;
}
A.white:Hover {
	text-decoration: none;
	color: #ED2123;
}
A.whiteU {
	font-size : 8pt;
	color: White;
	text-decoration: underline;
}
A.whiteU:Hover {
	text-decoration: none;
	color: #ED2123;
}
A.smallmenu {
	font-size : 8pt;
	color: #565656;
}
A.smallmenu:Hover {
	text-decoration: underline;
	color: #B22222;
}
.bggrey {
	background-color: #EBECED;
}
.ltblue {
	background-color: #B8CCDD;
}
.border {
	border : 1px dashed #003371;
}
.borderBlue {
	border : 1px solid #003371;
}
.borderltGrey {
	border : 1px solid #E6E5E5;
}
.header {
	font-size : 11pt;
	color: Navy;
}
.rightBorder {
	border-right: 1px solid #EAEAEA;
}
.rightBorderBlue {
	border-right: 1px solid #003371;
}
.rightBorderGrey {
	border-right: 1px dashed #E2E2E2;
}
.topBorder {
	border-top: 1px solid #003371;
}
.topBorderGrey {
	border-top: 1px solid #E2E2E2;
}
.blueTeamMenu {
	border: 1px solid #003371;
}
.topborderMenu {
	border-top: 1px solid #003371;
	border-right: 1px solid #003371;
	border-left: 1px solid #003371;
}
.bottomborderMenu {
	border-bottom: 1px solid #003371;
	border-right: 1px solid #003371;
	border-left: 1px solid #003371;
}
.highlight {
	background-color: Yellow;
}
.red_textsm {
	color: #FF0000;
	font-size : 8pt;
}
.red_textmd {
	color: #FF0000;
	font-size : 10pt;
}
hr {
	width:90%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000;
}

