@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(../images/main_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#navbar {
	margin: 190px 12px 0 0;
	width: 764px;
	height: 61px;
	display: block;
	background-color: #000000;
}
#navbar a {
	height: 61px;
	display: block;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
	border: 0px;
}
#navbar a:hover {
	background-position: bottom center;
}
#navbar img {
	border: 0px;
}
#content {
	margin: 0px 12px 0 0;
	width: 764px;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	clear: both;
}
#content a {
	text-decoration: none;
	color: #F60;
}
#content a:hover {
	text-decoration: underline;
}
.msg_list {
	width: 740px;
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.msg_head {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
.msg_head h1, .msg_head h2 {
	width: 400px;
}
.msg_head h1 a {
	color: #FFFFFF!important;
	text-decoration: none;
}
.msg_head h1 a:hover {
	color: #F60!important;
	text-decoration: none!important;
}
.msg_head div.preview {
	margin-top: 5px;
}
.msg_body {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
.msg_body i, .msg_head i {
	font-style: normal;
	color: #F60;
}
#footer { 
	margin: 8px 12px 15px 0;
	width: 764px;
	display: block;
	background-color: transparent;
	color: #0055A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	text-align: left;
}
#footer a {
	text-decoration: none;
	border: 0px;
	color: #0055A4;
}
#footer img {
	border: 0px;
	position: relative;
	top: 7px;
	margin: 0px 5px 0px 0px;
}
h2 {
	font-size: 18px;
	color: #186F00;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 740px;
	display: block;
	text-align: left;
	clear: both;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 740px;
	display: block;
	text-align: left;
	clear: both;
}
span.customStyleSelectBox { font-size:11px; text-align: left; background-color: #030; color:#FFFFFF; padding:5px 7px; border:1px solid #090; -moz-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px 5px; }
span.customStyleSelectBox.changed { background-color: #FFFFFF; }
.customStyleSelectBoxInner { background:url(../images/select.gif) no-repeat center right; }
