BODY {
	font-family : Arial, Verdana, sans-serif;
	background : White;
	color : Black;
}

H1 {
	color : #003366;
	font-family : Arial, Verdana, sans-serif;
}

H2 {
	color : #003366;
	font-family : Arial, Verdana, sans-serif;	
}
H3 {
	color : #003366;
	font-family : Arial, Verdana, sans-serif;	
}
H4 {
	color : #003366;
	font-family : Arial, Verdana, sans-serif;	
}
A {
	color : #003366;
	font-weight : bold;
	text-decoration : underline;
}
A.sm {
	color : #003366;
	font-weight : bold;
	text-decoration : underline;
	font-size : smaller;
}

A:HOVER {
	color : #003366;
	font-weight : bold;
	text-decoration : none;
	background-color : #e0e0e0;
}

P {
	padding-bottom : 1px;
	padding-top : 1px;
	font-family : Arial, Verdana, sans-serif;
}

TD.mmenu {
	background-color : #003366;
	text-align : center;
}

TD.smenu {
	background-color : White;
	text-align : center;
}

HR {
	background-color : transparent;
	color : #003366;
	height : 1px;
}

STRONG {
	color : #003366;
}
.white {
	color : White;
}

.menu {
	color : White;
	text-decoration : none;
	font-family : Arial, Verdana, sans-serif;
}
.blue {
	color : #003366;
	font-weight : bold;
}

.bluesmall {
	color : #003366;
	font-weight : bold;
	font-size : smaller;
}

.small {
font-size : smaller;	
}
.smgrey {
font-size : smaller;	
color : #909090;
}

.c1{
	border-bottom: 1px solid #666699;
}