BODY, TD, P {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color: black;
}

A {
	text-decoration: none;
	color: #003371;
}

A:Hover {
	color: #ED2123;
}

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 : 9pt;
	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.greenU {
	font-size : 8pt;
	color: #1c3589;
	text-decoration: underline;
}

A.greenU:Hover {
	text-decoration: none;
	color: Black;
}

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;
}

.borderGreen {
	border : 1px solid #9fc066;
}

.borderltGrey {
	border : 1px solid #E6E5E5;
}

.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;
}
