
body {
background-repeat: no-repeat;
background-color: #FFFFFFF;
}

table {
background-repeat:no-repeat;
}
 
img {
border:none;
}


H1
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

H2
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #095aa6;
}

H3
{
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #095aa6;
}

H4
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #99b4d6;
}

H5
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #99b4d6;
}

H6
{
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}


A:link
{
	color:#DCAE32;
	text-decoration: none;
	border-style: none;
	border: none;
	}

A:visited
{
	color:#dcae32;
	text-decoration: none;
	border-style: none;
	border: none;
}

A:active
{
	color: #DCAE32;
	text-decoration: none;
	border-style: none;
	border: none;
}

A:hover
{
	color: #99b4d6;
	text-decoration: none;
	border-style: none;
	border: none;
}

OL {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	list-style : disc;
}

LI 
{
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	list-style : disc;
}

Input 
{
background-color:#CCCCCC
}