/* CSS Document */

body {
	background-color: #eaecf9;
	scrollbar-face-color : #eaecf9;
	scrollbar-shadow-color : #24376f;
	scrollbar-highlight-color : #24376f;
	scrollbar-3dlight-color : #eaecf9;
	scrollbar-darkshadow-color : #eaecf9;
	scrollbar-track-color : #eaecf9;
	scrollbar-arrow-color : #24376f;
}

.maintable {
	font-family: "Times New Roman", Times, serif;
	width: 900px;
}

.bordermaintable {
	font-family: "Times New Roman", Times, serif;
	border: #24376f 1px solid;
}

.header {
	padding: 0px;
	height: 245px;
	background-image: url(../images/header.jpg);
}

.menu {
	width: 100%;
	height: 37px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #EFEFEF;
	text-align: center;
}
.menu a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.pageheading {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	padding-left: 30px;
}

.contentframe {
	background-color: #e6e7e9;
	background-image: url(../images/bg_content.gif);
	background-repeat:repeat-x;
	height: 300px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	line-height: 1.5;
}	
.contentframe a:link, a:visited, a:active {
	color: #4c4c81;
	text-decoration: none;
}
.contentframe a:hover {
	color: #4c4c81;
	text-decoration: underline;
}

.maintext {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}

.tableheading {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #333333;
	text-align:center;
	font-weight:bold;
}

.table {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}

.address {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	height: 50px;
	text-align:center;
	background-image:url(../images/footer.jpg)
}
.address a:link, a:visited, a:active {
	color: #EFEFEF;
	text-decoration: none;
}
.address a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000033;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}
.copyright a:link, a:visited, a:active {
	color: #000033;
	text-decoration: none;
}
.copyright a:hover {
	color: #333333;
	text-decoration: none;
}

.basictab ul{
	width:840px;
	margin: 0px;
	padding-top: 10px;
	list-style-type: none;
	text-align: center;
	height: 37px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #EFEFEF;
}

.basictab a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.basictab a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.basictab li {
	display: inline;
	margin: 0;
}

.basictab li a {
	text-decoration: none;
	padding: 3px 27px;
	margin-right: 3px;
	color: #CCCCCC;
}

.basictab li a:visited {
	color: #FFFFFF;
}

.basictab li a:hover, .basictab li a.current {
	background-color: #4c4c81;
	color: #FFFFFF;
}

.basictab li a:active {
	color: #FFFFFF;
}

#tabcontentcontainer {
	width: 100%; /*width of 2nd level content*/
	height: 1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	padding-top: 0px;
	padding-left: 20px;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.tabcontent {
	display: none;
}

.tabcontent a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

.tabcontent2 a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

.formfield {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	border-top: #CCCCCC solid 1px;
	border-left: #999999 solid 1px;
	border-bottom: #333333 solid 2px;
	border-right: #666666 solid 2px;
	background-color: #FFFFFF;
}

.tableborder {
	background-color: #f6f6f6;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #CCCCCC 2px solid;
	border-bottom: #666666 2px solid;
	padding: 5px;
}

.headingtitle {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
