a.linkDisclaimer
{
	color : #6182B5;
	font-size : 80%;
	margin-right : 15;
}

a.linkLightBG
{
	color : #072A60;
}

.menuUnsel
{
	color : White;
	margin-right : 15;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
	cursor : default;
}

.menuUnselHover
{
	color : #E6CC77;
	margin-right : 15;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
	cursor : default;
}

.menuSel
{
	color : #E6CC77;
	margin-right : 15;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
	cursor : default;
}

.popupMenu
{
	position : absolute;
	visibility : hidden;
	background : #072A60;
	filter : alpha(opacity = 80);
	-moz-opacity : .80;
	opacity : .80;
}

.popupMenuItem
{
	font-size : 80%;
	color : White;
	margin-left : 20;
	margin-right : 15;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
}

.popupMenuItemSel
{
	font-size : 80%;
	color : E6CC77;
	margin-left : 20;
	margin-right : 15;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
}

.popupMenuItem:hover
{
	color : #E6CC77;
}

.bodyHeader
{
	font-family : "Times New Roman", Times, serif;
	margin : 15;
	font-weight : bold;
	font-size : 130%;
}

.bodyText
{
	margin : 15;
	font-size : 80%;
}

.bodyTextDark
{
	margin : 15;
	font-size : 80%;
	color : White;
	font-family :Arial, Helvetica, Times New Roman;
}

.bodyTextSize
{
	font-size : 80%;
}

.imgProfile
{
	border-color : #072A60;
	border-width : 5px;
	float : right;
	margin-bottom : 15px;
	margin-left : 15px;
}

.imgButtonLightBG
{
	border-top-color : #395580;
	border-left-color : #395580;
	border-right-color : #000000;
	border-bottom-color : #000000;
	border-width : 3px;
}