@charset "utf-8";
/* CSS Document */

body {background:url(../images/background/gradient_2.jpg); #EDEDE6;}

.maintext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}

.maintextHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#7B190E;
}

.bullets {
	color:#7B190E;
}

h1{font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#000; padding-top:15px;}

p.winterrates {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; padding-right:8px;}

a:link {color:#7B190E;}      /* unvisited link */
a:visited {color:#7B190E;}  /* visited link */
a:hover {color:#7B190E;}  /* mouse over link */
a:active {color:#7B190E;}  /* selected link */

ul {
padding-left:25px;
margin:0px;
}
li {
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:14px;
padding-left:5px;
}

.contentbackground {
	background-color:#D6D7C7;
}