body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}

.text1 {
	font-family: Arial;
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}
.text {
	font-family: Arial;
	font-size:12px;
	color:#132A3C;
	text-decoration:none;
}
.text a{
	font-family: Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.text a:hover{
	font-family: Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}
	
.text2 {
	font-family: Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}

.text3 {
	font-family: Arial;
	font-size:9px;
	color:#ffffff;
	font-weight:normal;
	text-decoration: none;
	
}
.text4 {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-style: italic;
	
}
.pics_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.pics_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 35px;
	margin-left: 20px;
	background-image: url(images/arrow_off.png);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left top;
	width: 150px;
	margin-top: 10px;
	padding-top: 5px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;

}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content {overflow:auto;
}
