A.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : White;
	text-decoration : none;
}

A.menu:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Yellow;
	text-decoration : none;
}

.menu {
	background-color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	color : #87CEFA;
	font-size : xx-small;
	text-decoration : underline;
}

.navigation {
	background-color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	color : #87CEFA;
	font-size : xx-small;
}

.required {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : Blue;
}

.text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #003366;
}

.textWhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : white;
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : #003366;
}

.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Red;
}

.welcomeText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : #003366;
}

.header {
	background-color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	color : #F0E68C;
	font-size : large;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	color : #003366;
	font-size : large;
}

.msg, A.msg {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	font-size : x-small;
}

.listheader {
	font-family : Arial, Helvetica, sans-serif;
	color : #003366;
	font-size : x-small;
	font-weight : bold;
	text-decoration : underline;
}

A.listheader, A.listheader:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : #003366;
	font-size : x-small;
	font-weight : bold;
	text-decoration : underline;
}

 A.listheader:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	font-size : x-small;
	font-weight : bold;
	text-decoration : underline;
}

.listevenrow, A.listevenrow, A.listevenrow:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : #4169E1;
	background-color : #FAFAD2;
	font-size : x-small;
	text-decoration : none;
}

A.listevenrow:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	background-color : #FAFAD2;
	font-size : x-small;
	text-decoration : underline;
}

.listoddrow, A.listoddrow, A.listoddrow:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : #4169E1;
	background-color : White;
	font-size : x-small;
	text-decoration : none;
}

A.listoddrow:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	background-color : White;
	font-size : x-small;
	text-decoration : underline;
}

.highlighted, A.highlighted {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	font-size : x-small;
	text-decoration : underline;
	background-color : CCCCCC;
}

.report_title {
	background-color : 003366;
	font-family : Arial, Helvetica, sans-serif;
	color : #F0E68C;
	font-size : medium;
}

.report_header {
	background-color : 003366;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : x-small;
}

.report_summary {
	background-color : 003366;
	font-family : Arial, Helvetica, sans-serif;
	color : #F0E68C;
	font-size : x-small;
}

.report_group_header {
	background-color : #CCCCCC;
	font-family : Arial, Helvetica, sans-serif;
	color : #003366;
	font-size : x-small;
}

.report_group_summary {
	background-color : #CCCCCC;
	font-family : Arial, Helvetica, sans-serif;
	color : #003366;
	font-size : x-small;
}
