@charset "utf-8";
/* CSS Document */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #464646
}

.cleardefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #8C8C8C
}	
.body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#3A4B6F
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {

	color: #990000;
}
.style1 {
	font-size: 16px;
	color: #181797;
	font-weight: bold;
}
.style2 {
	font-size: 15px;
	color: ##223E6E;
	font-weight: bold;
	font-variant:small-caps
}
.bg1 {
	background-color:#FFF
}
.bg2 {
	background-color:#EFEFEF
}
.tabletop {
	background-image:url(images/nav_back.gif);
	text-decoration:none;
	height:30px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif
}
.hidden_column {
	visibility:hidden;
	display:none
}