body {
	background-image:  url(images/bluebg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
} 
.menu{
	color: #BDBEEF;
	line-height: 20px;
	border: 0px solid;
	top: 10px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
.menu:link{
 color: #BDBEEF;
 text-decoration: none;
}
.menu:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.menu:active{
	color: #FFFFFF;
	text-decoration: none;
} 
.menu:visited{
	text-decoration: none;
}
.title1 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #BDBEEF;
	background-color: #313C8C;
	padding-left: 4px;
	text-transform: uppercase;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	background-color: #8492D6;
	color: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

