.blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #006DFF;
}

.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}

.loginText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight : bold;
}

.submitText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	font-weight : bold;
}

.menuItemBlue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0563E1;
	font-weight : bolder;
}

.menuItem {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight : bolder;
}

A.menuItem:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bolder;
}

A.menuItem:hover { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0563E1;
	text-decoration : none;
	font-weight: bolder;
}

A.menuItem:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bolder;
}

A.menuItem:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0563E1;
	font-weight: bolder;
}	
