/* CSS Document */
h1 {
	font-size: 22px;
	color:#036;
}
h1.title {
	font-size: 22px;
	color:#036;
	margin:0px;
	padding:0px;
	text-align:center;
}
h2 {
	font-size: 20px;
	color:#039;
}
h3 {
	font-size: 18px;
	color:#03C;
}
h4 {
	font-size: 16px;
	color:#03F;
}
h5 {
	font-size: 16px;
	color:#06F;
}
h6 {
	font-size: 14px;
	color:#09F;
}
p, ol, ul {
	font-size:14px;
	line-height:130%;
}

p{
	margin:0px 0px 7px 0px;
}
div {
	margin:0px;
	padding:0px;
	border-width:0px;
}
td {
	vertical-align:top;
	font-size:12px;
}
img, object, embed {
	border-width:0px;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}
img.template {
	vertical-align:top;
}
a {
	text-decoration: none;
}
/*
a:link, a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a:active {
	text-decoration: underline;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

*/
.main_menu_div {
	background-color:#B6C0D1;
	background-repeat:repeat-x;
	padding:0px 30px 1px 30px;
}
.main_menu_text {
	font-size:16px;
	font-weight:bold;
}

form {
	background-color: #F1F1F1;
}
.green_box {
	color:#00FF00;
	background-color:#EEEEEE;
	border:#00FF00 1px solid;
	padding:5px;
}
.blew_box {
	color:#0000FF;
	background-color:#EEEEEE;
	border:#0000FF 1px solid;
	padding:5px;
}
.red_box {
	color:#FF0000;
	background-color:#EEEEEE;
	border:#FF0000 1px solid;
	padding:5px;
}
.ltr {
	direction:ltr;
	text-align:left;
}
.rtl {
	direction:rtl;
	text-align:right;
}
.center {
	text-align:center;
}
.copy {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.clear {
	clear:both;
	margin:0px;
	width:0px;
	height:0px;
}
.hide {
	display:none;
}
.border {
	border:#000 1px solid;
}

.blue_box
{
	height:26px;
	background-color:#003399;
	border:#BBB8A7 1px solid;
}

.menu_td {
	height:26px;
	width:25%;
	border:#BBB8A7 1px solid;
	background-color:#FD0100;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	line-height:26px;
	cursor:pointer;
}
.menu_td a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.right_links {
	color:#003497;
	font-size:15px;
	font-weight:bold;
}

.right_link_box{
	width:116px;
	background-color:#003399;
	border:#CFCFCF 1px solid;
	margin:8px auto;
	padding:4px;
	text-align:center;
	
}
.right_link_box a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
