BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : White;
	color : #0F3DA6;
}
A {
	COLOR: #0F3DA6;
	TEXT-DECORATION: underline;
	font-weight : bold;
}
A:hover {
	TEXT-DECORATION: none;
}
A.menu {
	COLOR: #0F3DA6;
	TEXT-DECORATION: underline;
	font-size : 14px;
	font-weight : bold;
}
A.menu:hover {
	COLOR: #CC0000;
	TEXT-DECORATION: none;
	font-size : 14px;
	font-weight : bold;
}

A.menua {
	COLOR: #0F3DA6;
	TEXT-DECORATION: none;
	font-size : 16px;
	font-weight : bold;
	width : 100%;
	height: 30px;
	padding-bottom : 5px;
	padding-top : 5px;
	letter-spacing : 1px;
	font : small-caps;
	border : 4px solid #0F3DA6;
}
A.menua:hover {
	COLOR: White;
	TEXT-DECORATION: none;
	font-weight : bold;
	width : 100%;
	height: 30px;
	padding-bottom : 5px;
	padding-top : 5px;
	border : 4px solid #CC0000;
	background-color : #0F3DA6;
}

A.menub {
	COLOR: #CC0000;
	TEXT-DECORATION: none;
	font-size : 16px;
	font-weight : bold;
	width : 100%;
	height: 30px;
	padding-bottom : 5px;
	padding-top : 5px;
	letter-spacing : 1px;
	font : small-caps;
	border : 4px solid #CC0000;
}
A.menub:hover {
	COLOR: White;
	TEXT-DECORATION: none;
	font-weight : bold;
	width : 100%;
	height: 30px;
	padding-bottom : 5px;
	padding-top : 5px;
	border : 4px solid #0F3DA6;
	background-color : #CC0000;
}
 TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
 TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	background-color : #0F3DA6;
	color : White;
}
.border {
	border : 4px solid #0F3DA6;
}
.borderbis {
	border : 4px solid #CC0000;
}
H1 {
	color : #CC0000;
	font-weight : bold;
	font-size : 24px;
	background-color : #0F3DA6;
}
H2 {
	color : #0F3DA6;
	font-weight : bold;
	font-size : 20px;
}

HR {
	color : #CC0000;
}
.select {
	font-size : 11px;
	font-weight : bold;
	color : #0F3DA6;
}
.submit {
	font-size : 11px;
	font-weight : bold;
	color :  #CC0000;
	background-color : #0F3DA6;
}