/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

body {
	margin: 0;
	padding: 0;
}

/* --- main table class -- */
.topbg {
	background-image: url(../templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Top links */
.links {
	border-top: solid 1px white;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
}
.links a:link, .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}
.links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	}

.links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}
.links2 a:link, .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-size: 7.5pt;
	font-weight: normal;
	}
 .links2 a:hover
	{
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	}

/* Padding for main content area and page content area */
.mainpadding {
	padding-top: 10px;
}
.pagecontent_pad {
	padding: 10px 50px 5px 0px;
}

/* --- Footer -------------------------------------------------------- */

/* Footer */
.footer {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0;
	font-size: 7pt;
	color: #999999;
}.leftnavbg {
	background-color: #405365;
	text-indent: 5pt;
	background-repeat: repeat;

}
.contentbg {
	background-color: #20272D;
	padding: 5px;
}
.text {
	color: #00FFCC;
}
