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

body {background-color: #FFF;
	font-size:14px;
}

h1 {
	font:verdana;
	font-size:22px;
	font-weight:bold;
	color: #900;
}

h3 {
	font:verdana;
	font-size:16px;
	font-weight:bold;
	color: #900;
}

/* MAIN BODY TEXT */
.main {
	font:verdana;
	font-size:14px;
	color: #000; }
	
.red_header {
	font:verdana;
	font-size:16px;
	color: #900; }

/* REMOVES BLUE BORDER */
img{
border: 0;
} 

.footer {
	font:verdana;
	font-size:12px;
	color: #000;
	text-align:center;	
}

a, a:link, a:visited {
	background: transparent;
	color: #009;
	}

a:hover {
	background: transparent;
	color: #900;
	text-decoration: underline;
	}
