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:  12px "arial";
	color:#333333;
	weight: normal;
margin-top:0px;
	padding-left:15px;
	padding-right:15px;
	}
p.body
{
font:  12px "arial";
color:#333333;
weight: normal;
margin-top:0px;
	padding-left:15px;
	padding-right:15px;
	}



.body a:link 
{ 

	color: #2c124b;

	font-weight: none;
	text-decoration: none;
	border-bottom: 1px #2c124b dotted;
	}
	
.body a:visited
{ 

	color: #2c124b;

	font-weight: none;
	text-decoration: none;
	border-bottom: 1px #2c124b dotted;
	}

.body a:hover
{ 
	color: #333333;

	font-weight: none;
	text-decoration: none;
	border-bottom: 1px #333333 solid;	}

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

.menu a:hover
{ 
	font:  11px "arial";
	color: #2c124b;
	padding-left:4px;padding-right:4px;
	border-left:10px #2c124b solid;
	background-color:#bbbbbb;
	font-weight: bold;
	text-decoration: none;
	}
	
	
	
p.date
{ 
	font:  9px "arial";
	color: #2c124b;
	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 	{
	background-image: url('../images/check2.jpg');
	background-position:bottom left;
	color: #2c124b;
	font: 18px "arial";
	font-weight: bold;
	line-height:30px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom:1px #2c124b dotted;
	padding: 0;
	vertical-align:bottom;
	background-repeat: no-repeat;
	padding-left: 40px;

}

h2
{	
	background-position:bottom right;
	text-align:right;
	
	color: #2c124b;
	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 #2c124b dotted;

	text-align:left;
	padding-right:50px;
	color: #2c124b;
	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:#2c124b;
	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: #2c124b;color:#FFFFFF; font-weight:bold; font-size:10px;}
option {background-color: #2c124b;color:#FFFFFF; font-weight:bold; font-size:10px;}


