@charset "utf-8";
/* CSS Document */


body {
font-size : 12px;
font-family:Verdana, Geneva, sans-serif;
margin-top : 32px;
margin-left : 0;
margin-bottom : 20px;
margin-right : 0;
text-align : center;
color : #d8d8d8;
}

input, textarea, select{
	font-size: 10px;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-weight: normal; 
	font-variant: normal;
	text-transform:none;
	color: #415B6C;
	text-decoration: none;
	background-color: #FAF9F9;
	border: 1px #ACCEDA outset
}

#floating {display:block; top:18px; width:200px; position:fixed; border:0px; padding:0px;}
* html #floating {position:absolute;}
#floatingr {display:block; top:140px; width:150px; position:fixed; border:0px; padding:0px;}
* html #floatingr {position:absolute;}


a {
color : #d67d17;
text-decoration : none;

}

a:hover {
color : #fb8e12;
text-decoration : none;
}

img {
border : 0;
}

hr {
	color: #f3f3f3;
	background-color: #f3f3f3;
	height: 1px;
	width: 470px;
}

h2 {
	font-size : 15px;
	color : #f3f3f3;
}

h3 {
	font-size : 14px;
	color : #f3f3f3;
}


.date {
	font-size : 11px;
	color : #868686;
}


.menu {
	height: 35px;
	border-bottom: 1px #404040 solid;
	background-color: #252525;
}
.menu a{
	margin: 5px;
	padding-left: 10px;
	color : #f2f2f2;
	text-decoration : none;
	font-size : 13px;
	}
.menu a:hover{
	padding-left: 20px;
	margin: 5px;
	font-size : 13px;
	padding-left: 20px;
	color : #f9f9f9;
	text-decoration : none;
	}
	
.content {
	line-height: 150%;
}