/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}
h1, h2, h3, p, span {margin:0px; padding:0px;}
h2, h2 a {
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
h1, h1 a {
	font-size:16px;
	color:#CC0000;
	text-decoration:none;
}
a { color:#333; text-decoration:underline; }
h3, h3 a {
	font-size:14px;
	color:#CC0000;
	text-decoration:none;
	background:url(images/black_dot.gif) repeat-x bottom;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor:default;
}
.bgtop {
	background-image:url(images/background_top.gif);
	background-repeat:no-repeat;
	height: 109px;
	padding-left:30px;
	padding-right:30px;
	vertical-align:middle;
	}
.bgtop h1, .bgtop h3 {
	color:#FFFFFF;
	font-size:18px;
	background:none;
	}
.bgtop p {
	color:#ffcc00;
	font-size:12px;
	}
.redtop {
	background:url(images/image_top.gif) no-repeat;
	}
.menubg {
	background:url(images/menu_background.gif) no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	height:40px;
	}
.bottommenu {
	font-size:11px;
	color:#000;
}
.bottommenu a {
	margin-right:15px;
	text-decoration:none;
}
.bottomtext, .bottomtext a {
	font-size:9px;
	color:#666;
	text-decoration:none;
	}