/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #222222;
}
body {
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2{
	font-size:16px;
	color:#8CC52C;
}

.button a{
	display:block;
	height:43px;
	padding-top:16px;
	color:#666666;
	font-size:15px;
	padding-left:50px;
	text-decoration:none;
	background-image:url(images/button1.jpg);
	background-repeat:no-repeat;
}

.button a:hover{
	background-image:url(images/button2.jpg);
	background-repeat:no-repeat;
}

.button_selected{
	display:block;
	height:43px;
	padding-top:16px;
	color:#666666;
	font-size:15px;
	padding-left:50px;
	text-decoration:none;
	background-image:url(images/button2.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}

.footer{
	text-align:center;
	padding:2px;
	color:#999999;
}

.footer a{
	color:#999999;
}

.sub_buttons a{
	padding-left:20px;
	color:#666666;
	text-decoration:none;
	font-size:12px;
	background-image:url(images/butller.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.sub_buttons a:hover{
	color:#8CC52C;
}

.sub_buttons_selected{
	padding-left:20px;
	color:#8CC52C;
	text-decoration:none;
	font-size:12px;
	background-image:url(images/butller.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	
}

.text1{
	font:12px;
	color:#000000;
	font-weight:bold;
	font-style:italic;
}
