BODY {
	color : #000000;
	background: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size :14px;
}

A {
	text-decoration : underline;
	color : #006699;
}
A:VISITED {
	color : #660000;
}
A:FOCUS {
	background-color : #cccccc;
	color : #ff0000;
}

A:HOVER {
	color : #ff0000;
}

FORM {
	color : #000000;
	background: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

H1 {
	color : #006699;
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 200%;
}
H2.tight {
	color : #006699;
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 166%;
	padding-bottom : 0px;
	text-align : center;
	margin-bottom : 0px;
}
H2.tight_left {
	color : #006699;
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 166%;
	padding-bottom : 0px;
	text-align : left;
	margin-bottom : 0px;
	margin-top: 0px;
	padding-top: 0px;
}
H2 {
	color : #006699;
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 166%;
}
H3 {
	color : #000000;
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
TH {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color : #eeeeee;
}
TH.H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color : #cccccc;
}
TH.left {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color : #eeeeee;
	text-align : left;
	vertical-align : top;
}
TH.right {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color : #eeeeee;
	text-align : right;
	vertical-align : top;
}
TBGrey {
	border-color: #9D9D9D;
}
TBBlue {
	border-color: #005B8A;
}