body {

	background:#FFFFFF;
	background-image: url('../images/bgpage.jpg');
	background-repeat:repeat;
	background-attachment: fixed;

	background-position: 50% 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top:0px;
}

p
{
	font:  11px "arial";
	color:#333333;
	weight: normal;
margin-top:0px;
	padding-left:15px;
	padding-right:15px;
	}
p.body
{
font:  11px "arial";
color:#333333;
weight: normal;
margin-top:0px;
	padding-left:15px;
	padding-right:15px;
	}



.body a:link 
{ 
	font:  11px "arial";
	color: #0d1256;
	border:4px solid #FFFFFF;
	font-weight: none;
	text-decoration: none;
	
	}
	
.body a:visited
{ 
	font:  11px "arial";
	color: #0d1256;
	border:4px solid #FFFFFF;
	font-weight: none;
	text-decoration: none;
	
	}

.body a:hover
{ 
	font:  11px "arial";
	color: #FFFFFF;
	border:4px solid #0d1256;
	background-color:#0d1256;
	font-weight: none;
	text-decoration: none;
	
		}

p.menu
{ 
	font:  11px "arial";
	color: #FFFFFF;
	font-weight: none;
	text-decoration: none;
	}
.menu a:link 
{ 
	font:  11px "arial";
	color: #0d1256;
padding-left:10px;
		font-weight: bold;
	text-decoration: none;
	}
	
.menu a:visited
{ 
	font:  11px "arial";
	color: #0d1256;
	padding-left:10px;
	font-weight: bold;
	text-decoration: none;
	}

.menu a:hover
{ 
	font:  11px "arial";
	color: #0d1256;
	padding-left:4px;padding-right:4px;
	border-left:10px #0d1256 solid;
	background-color:#bbbbbb;
	font-weight: bold;
	text-decoration: none;
	}
	
p.date
{ 
	font:  9px "arial";
	color: #0d1256;
	text-align:right;
	padding:0px;

	margin:0px;
	text-decoration: none;

	}

.date a:link
{ 
	font:  12px "arial";
	color: #FFFFFF;
	text-decoration: none;

	}

.date a:visited
{ 
	font:  12px "arial";
	color: #FFFFFF;
	text-decoration: none;
	}
.date a:hover
{ 
	font:  12px "arial";
	color:#996666;
	text-decoration: none;
}


h1 	{

	color: #0d1256;
	font: 18px "arial";
	font-weight: bold;
	line-height:30px;
	margin-left:5px;
	margin-right:20px;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom:1px #0d1256 solid;
	padding: 0;
	vertical-align:bottom;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top:10px;

}

h2
{
	background-position:bottom right;
	text-align:right;
	padding-right:10px;
	color: #CCCCCC;
	font: 18px "arial";
	font-weight: bold;
	line-height:50px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:0px;
	vertical-align:bottom;
	background-repeat: no-repeat;
	}

h3
{		border-bottom:1px #0d1256 dotted;

	text-align:left;
	padding-right:50px;
	color: #0d1256;
	font: 14px "arial";
	font-weight: bold;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:0px;
	vertical-align:bottom;
	background-repeat: no-repeat;
	}



th {
	background-color:#0d1256;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


ul li ul li
{
	font:  10px "arial";
color:#333333;
list-style:square;
	list-style-image:url('../images/arrow.gif');
	font-weight:normal;
	margin:0 10px;
	padding:3px 5px;

	
}
form {margin:0px;}

select {background-color: #0d1256;color:#FFFFFF; font-weight:bold; font-size:10px;}
option {background-color: #0d1256;color:#FFFFFF; font-weight:bold; font-size:10px;}

#contactForm {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:right;
	}
#contactForm fieldset {padding:1em;}
#contactForm label {width:40%;float:left;clear:both;text-align:right;padding:5px 1em 0 0;}
#contactForm input, #contactForm textarea, #contactForm select {width:50%;}
#controls {clear:both;width:35%;margin:0.5em auto;}
#controls input {margin:.5em;width:50px; height:20px}
.required {font-weight:bold;}