body{
 	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#636363;
	font-family:Arial;
	font-size:11px;
}
a:link {
	text-decoration:none;
	color:#3779B7;
}
a:over {
	text-decoration:none;
	color:#3779B7;
}
a:visited {
	text-decoration:none;
	color:#3779B7;
}

.maintext {
	text-align:justify;
	line-height:1.8em;
}

.header_underline {
	font-size:14px;
	background-color:#efefef;
	border-bottom:1px #868686 solid;
}
.title {
	font-size:14px;
	border-bottom:1px #868686 solid;
	font-weight:bold;
}

h4 {
	background-color:#efefef;
	border-bottom:1px #868686 solid;
	margin-bottom:-15px;
}

h5 {
	margin-bottom:5px;
}

h6 {
	font-size:11px;
	margin-top:-2px;
	margin-left:10px;
}
.quicklinks{
	font-weight:bold;
	border-bottom:1px #868686 solid;
}
.back {
	background-color:#efefef;
}
.back2 {
	background-color:#8AB1D5;
	color:#FFFFFF;
}
hr {
	height:1px;
	color:#868686;
}
.hide{
	display:none;
}
.show{
}

.tab_on{
	vertical-align:middle;
	text-align:center;
	position:relative;
	width:120px;
	line-height:25px;
	margin-bottom:-1px;
	cursor:pointer;
	font-weight:bold;
	float:left;
	
	background-color:#E4EDF5;
	border:1px #868686 solid;
	border-bottom:0px;
}
.tab_off{
	vertical-align:middle;
	text-align:center;
	line-height:25px;
	position:relative;
	width:120px;
	cursor:pointer;
	float:left;
	
	background-color:#efefef;

}

.tab_side_on{
	text-align:center;
	position:relative;
	width:100px;
	height:20px;
	cursor:pointer;
	font-weight:bold;
	margin-right:-1px;
	padding-top:5px;
	
	background-color:#E4EDF5;
	border:1px #868686 solid;
	border-right:0px;
}
.tab_side_off{
	text-align:center;
	position:relative;
	width:100px;
	height:20px;
	cursor:pointer;
	padding-top:5px;
	background-color:#efefef;

}
.url{
	margin-bottom:10px;
}
.url_back{	
	background-color:#efefef;
}
.textbox{
	border:1px #636363 solid;
	background-color:#E4EDF5;
}
.textbox_on{
	border:1px #636363 solid;
	background-color:#efefef;
}
.txt_high {
	text-decoration:none;
	color:#3779B7;
}