@import url(menu_style.css);
body, body.sidebar {
	background-color : #343434;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #CCCCCC;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.bg_menu {
	height: 42px;
	background-image: url(../images/bg_menu.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.box_body {
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.box1 {
	background-color: #3E3E3E;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.box2 {
	background-color: #4E4E4E;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border: 1px solid #696969;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #CAC889;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CAC889;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	color: White;
}
hr {
	height: 1px;
	color: White;
}
.menu_bar {
	background-image: url(../images/menu_bar.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.menu, .menu:Link, .menu:Visited {
	color: #474747;	
}
.menu:Hover {
	color: #DDDDDD;
}
TD, A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #CCCCCC;
	line-height: 18px;
	font-weight: normal;
}
A, A:Link, A:Visited {
	color: #CAC889;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #E4E4C5;
}
.footer, .footer:Link, .footer:Visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
 	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
.footer:Hover {
	color: White;
}
