body{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
}
.head{
	background-attachment: fixed;
	background-image: url(/images/head_bg.jpg);
	background-repeat:repeat;
	background-position: right;
}
.menu{
	background-image:url(/images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.title{
	background-attachment: fixed;
	background-image: url(/images/title_bg.jpg);
	background-repeat: repeat-x;
	background-position: right; 
}
.title3{
	background-image: url(/images/title3.jpg);
	background-repeat:repeat
}

a{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: underline;
}
a:hover{color: #FFAE12}
.header{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
    font-weight: bold;
	color: #000000;
}

.date{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}