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

body {
	margin: 20px 0 0 50px;
	color: white;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background: #004074;
	line-height: 1em;
	_display: none;
	}
	
h1 {
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	margin: 5px 0 5px 0;
	}
	
p	{
	padding: 0;
	margin: 2px 0 7px 0;
	color: #e2e2e2;
	}
	
a {
	color: #e2e2e2;
	}
	
a:hover {
	color: white;
	}
	
a:visited {
	color: #e2e2e2;
	}
	
.headerad_image {
	float: left;
	margin-right: 10px;
	}
	
.buttonlink {
	text-decoration: none;
	}
	
.button {
	background: #dfe1e6 url(/images/siskin/buttons/newbtn_middle.png) repeat-x left top;
	_background-image: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	font:normal 12px Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	font-weight: bold;
	color: #061928;
	padding: 4px 15px 4px 15px;
	border: 1px solid #9ca2b0;
	display:block;
	float: left;
	clear: right;
	cursor: pointer;
}

.button span {
	font-size:15px;
	font-weight:bold;
	display:inline;
}

.button:hover {
	background: #dfe1e6 url(/images/siskin/buttons/newbtn_middle_hover.png) repeat-x left top;
	_background-image: none;
	color: #004074;
	text-decoration: none;
}

.button:active {
	background: #dfe1e6 url(/images/siskin/buttons/newbtn_middle_active.png) repeat-x left top;
	_background-image: none;
	color: #061928;
	text-decoration: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 5px 15px 3px 15px;
}


