/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #484848;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #000000;
}
h1 {
	font-size: 16px;
	color: #2D87B3;
}
h2 {
	font-size: 14px;
	color: #990000;
}
h3 {
	font-size: 13px;
}
p,ul,ol{
	line-height:150%;
}
