@charset "utf-8";
/* CSS Document */


body,td,th {
	color: #000063;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	background-color: #EFEBDE;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.tdmenu {
	font-family:"Felix Titling", Verdana, Arial;
	font-size:16px;
	font-weight:bold;
}
.tdmain {
	background-color:#EFEBDE;
}
.tdmain a:hover {
	color: #50588F;
	text-decoration: underline;
}
.td1 {
	background-position:top;
	background-repeat: repeat-x;
}
.td2 {
	background-position:bottom;
	background-repeat: repeat-x;
}
.td3 {
	background-position:left;
	background-repeat: repeat-y;
}
.td4 {
	background-position:right;
	background-repeat: repeat-y;
}


.font1 {
	font-size:10px;
}
.font2 {
	font-size:12px;
}
.font3 {
	font-size:16px;
}
.font4 { 
	font-weight:bold;
}
.font5 {
	color:#000000;
}


#dmenu {
	margin: 0;
	padding: 0;
	z-index: 30
}

#dmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family:"Felix Titling",Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#dmenu li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 145px;
	background: #7B82B5;
	color: #000066;
	text-align: center;
	text-decoration: none;
}

#dmenu li a:hover {
	background: #50588F;
	color:#FFFFFF;
}

#dmenu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #7B82B5;
	border: 1px solid #000066
}

#dmenu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #7B82B5;
	color: #000066;
	font: 12px arial
}

#dmenu div a:hover {
	background: #50588F;
	color: #FFFFFF
}


img {
	border-color:#ccccaa;
}