@charset "utf-8";
/* CSS Document */
body {
	background-color: #D9D9D9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
}
.header{
	border-style: solid;
	border-width: thin;
	border-color: #6C6C6C;
}
.top_column_padding{
	padding-top: 8px;
}
.padding_content{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
a:link, a:visited, a:active{
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#F79647;
	text-decoration:none;
	font-weight: bold;
}
a.more_link:link, a.more_link:visited, a.more_link:hover, a.more_link:active{
	color: #F79647;
	text-decoration:none;
	font-weight:normal;
}
a.small_link: link, a.small_link:visited, a.small_link:hover, a.small_link:active{
	font-size:9px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}
.orange_txt{
	color: #F79647;
	font-weight:bold;
}
.footer_txt{
	color: #999999;
}
a.footer_link:link, a.footer_link:visited, a.footer_link:active{
	color: #999999;
	text-decoration:none;
	font-weight:normal;
}
a.footer_link:hover{
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}
a.grey_link:link, a.grey_link:visited, a.grey_link:active{
	color: #999999;
	text-decoration:none;
	font-weight:bold;
}
a.grey_link:hover{
	color: #F79647;
	text-decoration:none;
	font-weight:bold;
}
input{
	border-color: #333333;
}

