/* CSS Document */
body{
	margin:0px;
	background-attachment: fixed;
	background-color: #3D362C;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.white_d_font{
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
a.white_link{
	font-family:Tahoma;
	font-size:10px;
	color:#3E3501;
	text-decoration:none;
}
a.white_link:hover{
	font-family:Tahoma;
	font-size:10px;
	color:#3E3501;
	text-decoration:underline;
}
a.white_d_link{
	font-family:Tahoma;
	font-size:10px;
	color:f4f3e4;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	font-weight: bold;
}
a.white_d_link:hover{
	font-family:Tahoma;
	font-size:10px;
	color:f4f3e4;
	text-decoration:underline;
	padding-left:30px;
	padding-right:30px;
	font-weight: bold;
}
a.yello_s_link{
	font-family:Tahoma;
	font-size:10px;
	color:#f8d987;
	text-decoration:underline;
}
a.yello_s_link:hover{
	font-family:Tahoma;
	font-size:10px;
	color:#f8d987;
	text-decoration:none;
}
.yello_font{
	font-family:Tahoma;
	color:#FFF000;
	font-size:11px;
	font-weight:bold;
}
.text {
	font-family:Tahoma, Arial;
	color:#f9f7dd;
	font-size:13px;
}
p {
	font-family:Tahoma, Arial;
	color:#f9f7dd;
	font-size:13px;
}
.subhead {
	font-family:Tahoma, Arial;
	color:#D6B45A;
	font-size:14px;
}
a.ys_link {
	font-family:Tahoma;
	font-size:13px;
	color:#f9f7dd;
	text-decoration:underline;
}
a.ys_link:hover {
	font-family:Tahoma;
	font-size:13px;
	color:#f8d987;
	text-decoration: none;
}


