@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #5B0000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	color: #003333;
}
h3 {
	font-size: 14px;
	color: #003333;
}
h4 {
	font-size: 12px;
	color: #003333;
}

/* Table*/
.maintable {
	width: 900px;
	border: #662d91 solid 2px;
}

.bg-header {
	width:900px;
	height:167px;
	background-image: url(images/bg_topbanner.jpg);
}
.bg-topmenu {
	width:900px;
	height:55px;
	background-image: url(images/bg_topmenu.jpg);
}
.bg-tile {
	width:900px;
	height:10px;
}

.bg-content {
	background-color: #cae2aa;
}

.bg-footer {
	height:51px;
	background-image: url(images/bg_footer.png);
}

/* Text */
#txt-topmenu {
	color: #003333;
	font-size: 14px;
	font-weight: regular;
	padding-top: 30px;
}
	a:link.txt-topmenu  {
		color: #003333;
		text-decoration: none;
	}
	a:visited.txt-topmenu  {
	color: #003333;
	text-decoration: none;
	}
	a:hover.txt-topmenu  {
		color: #FFFFFF;
		text-decoration: none;
	}
	a:active.txt-topmenu  {
		color: #FFFFFF;
		text-decoration: none;
	}



#txt-leftmenu {
	color: #003333;
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	height: 50px;
}
	a:link.txt-leftmenu  {
		color: #000000;
		text-decoration: none;
	}
	a:visited.txt-leftmenu  {
		color: #000000;
		text-decoration: none;
	}
	a:hover.txt-leftmenu  {
		color: #990000;
		text-decoration: none;
	}
	a:active.txt-leftmenu  {
		color: #FFFFFF;
		text-decoration: none;
	}

.txt-announcement {
	color: #993333;
	font-weight: bold;
}

#txt-footer {
	color: #003333;
	font-size: 12px;
	font-weight: regular;
	padding-top: 20px;
}
/* Content boxes */

.cbox-1 {
	background-image: url(images/bg_contentbox_1.png);
}
.cbox-2 {
	background-image: url(images/bg_contentbox_2.png);
	background-color: CAE2AA;
}
