/* CSS Document */

body,td,th {
	font-family: verdana;
	font-size: 13px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #000000;
}
a:active {
	color: #0066CC;
}
h1 {
	font-size: 18px;
	color: #0066CC;
}
h2 {
	font-size: 15px;
	color: #000000;
}

.left_column{
	padding-top:1px;
	width:210px;
	vertical-align: top;
}

.main_body{
	padding:10px;
	vertical-align:top;
	padding-left:50px;
	padding-right:50px;
}
.footer{
	background-color:#0066FF;
	color:#FFFFFF;
	text-align: center;
	padding:4px;
	font-size:10px;
}

.footer a{
	color:#FFFFFF;
}
.footer a:visited{
	color:#FFFFFF;
}

.buttons a{
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	padding-top:16px;
	height:31px;
	color:#AAAAAA;
	text-decoration:none;
	padding-left:40px;
	display:block;
	font-weight:bold;
}

.buttons a:hover{
	background-image:url(images/button1.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
