@charset "utf-8";
/* CSS Document */

body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:url(../images/index_bg.jpg) repeat-x top #4f4c55;
font-size:12px;
color:#333333;
}

h1{
	 margin-bottom:4px;
	 color:#000;
	 font-size:24px;
	 font-family:Georgia, "Times New Roman", Times, serif;
}
h2{
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
}
h3{
    margin-bottom: 3px;
}
a{
	color:#006600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
    border: 0;
}
p{
    margin: 0;
    padding-top: 4px;
}
.content{
    line-height: 19px;
}
.greybtmBorder{
	border-bottom:solid 1px #7b7a80;
	text-align:left;
	
}

.footer{
	color:#FFFFFF;
	font-family:tahoma;
	font-size:11px;
}
.footer h3{
	margin-bottom:4px;
}
.footer .closure{
	text-align:center;
	border-top:solid 1px #f1f1f1;
	}
.footer .closure a{
	color:#FFFF00;
}
.error{
color:#ff0000;
font-style: italic;
}
