@charset "UTF-8";
/* CSS Document */
body{
margin-top:0px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666666;
}
.copyright a{
	color: #666666;
	text-decoration:underline;
}
.copyright a:hover{
	color: #0033FF;
	text-decoration:underline;
}
#topmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}
#topmenu .active{
	text-transform:uppercase;
}
#topmenu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #000000;
	text-decoration: none;
}
#topmenu a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #0071a3;
	text-decoration: none;
}

.sidebars {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0071a3;
	border-left-color: #0071a3;
}

.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #13507b;
}
.header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #13507b;
}
.header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.bodytxt a{
	color: #3951b5;
	text-decoration: underline;
}
.bodytxt a:hover{
	color:#000066;
	text-decoration: underline;
}

.imageinsert {
	margin: 5px;
}
.rollcursor {
	cursor:pointer;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
.subnav a{
	color: #FFFFFF;
	text-decoration:none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.text_admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text_admin h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.text_admin a:link {
	color: #3951b5;
	text-decoration: underline;
}
.text_admin a:visited {
	color:#9900FF;
	text-decoration: underline;
}

.text_admin a:hover {
	color: #FF0000;
}
.admin_box {
	font-weight: bold;
	background-color: #92B6C2;
	color: #000000;
}

.img_padd {
	padding-right: 5px;
	padding-bottom: 5px;
}
.img_padd_right {
	padding-left: 5px;
	padding-bottom: 5px;
}
.img_padd_roll {
	padding-right: 5px;
	padding-bottom: 5px;
	cursor:pointer;
}
.img_padd_roll_right {
	padding-bottom: 5px;
	padding-left: 5px;
	cursor:pointer;
}