/* CSS Document */

body
{
	margin: 0px;
	color: #333333;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	background-color: #CEE1FD;
}

li 
{
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}
a{
outline: none;
font-family: Arial;
font-weight: bold;
color:#055D72;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.left{background: url(images/left.png);}
.right{background: url(images/right.png);}

h1 {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.header {
	color: #679B28;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.under-img-title {
background: url(images/title_bg.gif) no-repeat top left;
font-size: 13px;
}

.main-content {
margin: 0;
padding: 0;
background: #ffffff url(images/content_bg.gif) no-repeat top left;
height: 100%;
padding: 10px 10px 10px 15px;
}

a.Links {
	color: #679B28;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.Links:visited {
	color: #679B28;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.Links:hover {
	color: #679B28;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.Links:active {
	color: #679B28;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.footer {
padding: 5px;
margin: 0;
font-family: Verdana;
font-size: 9px;
text-align: center;
}

a.footer {
color: #000000;
text-decoration: underline;
}
a.footer:hover{
text-decoration: none;
}