BODY  {
	background-color : transparent;
	background-image: url(images/backgrounds/water_b.jpg);
	font-family: "Times New Roman", Times, serif;
	color: #0033FF;
}

A:LINK  {
	color : #0000FF;
	font-weight : 800;
}

A:VISITED  {
	color : #3366FF;
	font-weight : 800;
}

A:HOVER  {
	background-color : transparent;
	color : #000066;
}

H1  {
	color : #3366FF;
	font-family : sans-serif;
	text-align : center;
}

H2  {
	color : #33CCFF;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

H3  {
	color : Blue;
	font-family : "Times New Roman", "MS Sans Serif", Dauphin;
	text-align : center;
	font-size: large;

}

H4  {
	color : #00008B;
	font-family : Dauphin, sans-serif;
	font-weight : bold;
	font-size : 28;
	text-align : center;
}

H5  {
	color : #00008B;
	font-family : Dauphin, sans-serif;
	font-weight : bold;
	font-size : 22;
	text-align : center;
}

H6  {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
}

BLOCKQUOTE  {
	margin-left : 0;
}

CAPTION  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
}

.dropshadow
{
	font: Bold x-large 'Arial', 'sans-serif';
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	filter:dropshadow(color=#483D8B,OffX=3,OffY=3,Positive=1);
	}
.shadow
{
	font: x-large Dauphin;
	color: Blue;
	filter: shadow(Color=#3333ff,Direction=100);
	padding: 5pt 12pt;
	height: 60;
	position: relative;
	left: 0;
	top: 0;
}