@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 20px 0;
	background-color:#11BA15;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

h1 {color:#0012B9; font-size:19px; border-bottom:1px solid #E1E2F8;}
h2 {color:#0012B9; font-size:19px;}
p {padding-bottom:0; margin-bottom:0;}

.white {color:#FFF;}
.red {font-size:18px; font-weight:bold; color:#900;}

a:link{color:#000; font-weight:bold;}
a:active{color:#000; font-weight:bold;}
a:visited{color:#000; font-weight:bold;}
a:hover{color:#333; font-weight:bold;}

.footer {font-size:12px;}
.footer a:link{color:#000; font-weight:bold;}
.footer a:active{color:#000; font-weight:bold;}
.footer a:visited{color:#000; font-weight:bold;}
.footer a:hover{color:#333; font-weight:bold;}
