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

a {
	color:#2390C2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #BDBDBD;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
}

h1 {
	font-size:20px;
}

h2 {
	color:#d00011;
	font-size:14px;
	padding:0;
	margin:0;
}

h3 {
	color:#666666;
	font-size:12px;
	padding:0;
	margin:0;
}

p {
	line-height:160%;
}

a.bottom_nav {
	font-size:10px;
	color: #262626;
	text-decoration:none;
}

a.bottom_nav:hover {
	text-decoration:underline;
}

.blue11 {
	color:#2390C2;
	font-size:11px;
}

.red11 {
	color:#d00011;
	font-size:11px;
}