@charset "utf-8";
/* CSS Document */

body {
	background-color: #39498d;
	background-repeat: repeat-y;
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #39498d;
}
.content{
	margin:0px;
	background:url(bkgd.jpg) repeat-y;
	width:1024px;
	margin:0px auto;
	height:auto;
}
.sub{
	margin-left:40px;
}
p{
	margin:0px;
	padding:0px;
	text-align:left;
}
a {
	font-size: 12px;
	color: #C52D2A;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #445819;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.italic {
	font-style: italic;
}

