body{
	background-color:#7EA5C1;
	background-image:none;
	background-repeat:repeat-x;
}
div.main{
	background-image:url(../images/fade.png);
	background-repeat:repeat-y;
}
img.header{
	border-bottom:5px solid #7EA5C1;
}
div.content{
	background-color:#CBDBE6;
}

div.text h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;	
	color:#031930;
}
div.text h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;	
	margin-bottom:0px;
	color:#031930;
}
div.text h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;	
	margin-bottom:0px;
	color:#031930;
}

div.text, strong, b{
	color:#333333;
}

a{
	color:#CC0000;
}
div.links{
width:310px;
padding:8px;
	background-color:#7EA5C1;
	border:1px solid black;
	color:#FFFFFF;
}
div.links *{
	color:#FFFFFF;
}