
H1  {}

H2  {}

H3  {}

A  {
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	color : Blue;
	text-decoration : none;
}

A:Active  {
	color : #FF00FF;
	text-decoration : none;
}

A:Hover  {
	color : #FF0000;
	text-decoration : underline;
	
}

BODY  {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 16px;
	scrollbar-3d-light-color : blue;
	scrollbar-arrow-color : red;
	scrollbar-base-color : #000063;
	scrollbar-dark-shadow-color : #333333;
	scrollbar-face-color : #000063;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : black;
	font-weight : normal;
	background : White;
}

TD.footer {
	font-size : xx-small;
}


.caption {
	font : bold 11px;
}
DIV.nav {
	PADDING-LEFT: 5px;
	FONT-SIZE: 13px;
	WIDTH: 500px;
	COLOR: #ffffff;
	LINE-HEIGHT: 24px;
	FONT-FAMILY: tahoma,arial,helvetica,sans-serif;
	margin-right : 30px;
}
.nav A:link {
	COLOR: Aqua;
	TEXT-DECORATION: none;
	font-weight : bold;
}
.nav A:visited {
	COLOR: Aqua;
	TEXT-DECORATION: none;
	font-weight : bold;
}
.nav A:hover {
	COLOR: White;
	TEXT-DECORATION: none;
	font-weight : bold;
}
