@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background:url(images/page_bg.jpg) repeat-x #010302;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a{
	color:#003399;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:none;
}
.GoogleBut {
	background:url(images/GoogleLogo.gif);
	background-position:right;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	text-align:left;
}
.GoogleBut:focus {
	background:none;
	background-color:#FFFFFF;
	text-align:left;
}
.header {
	color:#FFFFFF;
	font-size:12px;
}
.header a{
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
}
.header a:hover{
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	text-decoration:none;
}
.footer {
	padding:5px;
	color:#FFFFFF;
	font-size:12px;
}
.footer a{
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
}
.footer a:hover{
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	text-decoration:none;
}
.footer_dot {
	color:#FFFFFF;
	font-size:10px;
}
.left {
	padding-top:5px;
	background:url(images/leftbg.jpg) repeat-y;
}
.left_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:bold;
}
.left_links {
	background:url(images/icons.gif) no-repeat left;
	padding-left:25px;
	border-bottom:1px #0099CC inset;
}
.left_links a{
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}
.left_links a:hover{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.left_box {
	padding:5px;
	border:2px #0099CC groove;
}
.contain {
	padding:5px;
	background:#FFFFFF;
}
.text1 {
	color:#FF0000;
	font-size:10px;
}
.page_heading {
	background:url(images/heading.gif) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:30px;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #0099CC;
}
.sub-link{
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	width:176px;
	height:28px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	line-height:22px;
	text-align:center;
}

.sub-link:hover{
	color:#CC0000;
	text-decoration:underline;
	line-height:22px;
}