/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#2E2E2E;
}

h1{
	color:#4399CA;
	font-size:16px;
}

h3{
	color:#000000;
	font-size:12px;
}

p,ol,ul{
	line-height:130%;
}

.buttons a{
	display:block;
	vertical-align:top;
	text-align:center;
	padding-top:10px;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	height:42px;
}

.buttons a:hover{
	background-image:url(images/buttons_hover.jpg);
	color:#FFFFFF;
	background-repeat:repeat-x;
}

.buttons_selected a{
	display:block;
	vertical-align:top;
	text-align:center;
	padding-top:10px;
	font-size:12px;
	text-decoration:none;
	height:42px;
	background-image:url(images/buttons_hover.jpg);
	color:#FFFFFF;
	background-repeat:repeat-x;
}

.main_bg{
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-y;
	height:358px;
	vertical-align:top;
}

.main_text{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	height:318px;
}

.footer{
	text-align:right;
	background-color:#4399CA;
	color:#FFFFFF;
	font-size:11px;
	padding:5px;
	height:20px;
}
