/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

body {
	margin: 0;
	padding: 0;
}

/* --- main table class -- */
.topbg {
	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;
	background-color: #FFFF;
	background-repeat: repeat-x;
	vertical-align: middle;
}
.links a:link, .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}
.links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	}
.links3 {
	background-color: #111111;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
}
.links3 a:link, .links3 a:visited
	{
	text-decoration: none;
	color: #CCCCCC;
	font-size: 7.5pt;
	height: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	}
.links3 a:hover {
	background-color: #111111;
	text-decoration: none;
	color: #666666;
	font-size: 7.5pt;
	height: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* Padding for main content area and page content area */
.mainpadding {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pagecontent_pad {
	width: 680;
	text-align: justify;
}

/* --- 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;
}
.banner_button_margin {
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
}
