/* CSS Document */

body {
	background-image: url(images/bgrd.jpg);
	background-repeat: no-repeat;
	background-color: #FAF1D4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style1 {
	
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	outline-style:none;
	color:#FAF1D4	
}
.style2 {
	font-size: 12px;
	color:#FAF1D4;	
}
.style3 {
	font-size: 24px;
	font-weight:bold;
	color:#444444;
}
.style4 {
	font-size: 20px;
	color:#444444;
}

.text {
	font-size: 12px;
	color:#444444;	
}
.textbold {
	font-size: 12px;
	font-weight: bold;
	color:#444444;	
}
.heading {
	font-size: 24px;
	font-weight:bold;
	color:#FAF1D4;	
}
.menu{
font-weight:bold;
font-size:11px;
color:#FAF1D4;
text-decoration:none;
}
.menu:hover{
font-weight:bold;
font-size:11px;
color:#0C00FF;
text-decoration:none;
}
.menulower{
font-size:11px;
color:#616161;
text-decoration:none;
}
.menulower:hover{
font-size:11px;
color:#0C00FF;
text-decoration:none;
}