body { 
	background: white url("graphics/bg.jpg");
	background-repeat: repeat-x;
}

p, ul, ol
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: 000000;
	margin-left: 25px;
	margin-right: 35px;
}

td
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
}

h1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight : bold;
	color: 336699;
	margin-left: 25px;
	margin-right: 35px;
}

h2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight : bold;
	color: 336699;
	margin-left: 25px;
	margin-right: 35px;
}


input
{
	font-size: 8pt;
}

.small
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}

.button
{
	background-color: #00396F;
	color: #ffffff;
	border: 1px solid #666666;
	padding: 2px;
	font-weight: bold;
}

#footer
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: ffffff;
}

#footer A:link
{
	color: #ffffff;
	text-decoration: none;
}

#footer A:active
{
	color: #ffffff;
	text-decoration: none;
}
	
#footer A:visited
{
	color: #ffffff;
	text-decoration: none;
}
	
#footer A:hover
{
	text-decoration: underline;
	color: #ffffff;
}

A:link
{
	color: #336699;
	text-decoration: none;
}
	
A:active
{
	color: #336699;
	text-decoration: none;
}
	
A:visited
{
	color: #336699;
	text-decoration: none;
}
	
A:hover
{
	text-decoration: underline;
	color: #336699;
}