@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #474747;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
}
#button_bar{
	padding-top:29px;
}
#footer_icon{
	background-image:url(../../v2/images/footer_icon_bg.png);
	height:69px;
	padding:0px 25px;
}
#footer_icon a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
	
#footer_text{
	background-image:url(../../v2/images/footer_bg.png);
	height:37px;
	text-align:right;
	color:#FFF;
	padding:0px 24px;
	line-height:30px;
	cursor:default;
}
#container{
	background-image:url(../../v2/images/content_bg.png);
	padding:30px 35px;
}

a:link, a:visited {
	color: #2951C0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1C3884;
}
h1{
	color:#A75C19;
	font-size:16px;
	cursor:default;
}
#content h1{
	border-bottom:1px solid #A75C19;
	margin-top:0px;
}
#content h2{
	font-size:12px;
	color:#A75C19;
	margin-top:2em;
	margin-bottom:0.5em;
}
#content p{
	line-height:1.3em;
}