@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}

.maintext {
	font-size: 12px;
	line-height: 18px;
}

.namelist {
	font-size: 16px;
	line-height: 30px;
}

.footertext {
	font-size: 10px;
	line-height: 18px;
}
	
a{
	color: #333366;
}

a:hover{
	color: #000000;
}

.whitelinks a {
	font-size:10px;
	color: #FFFFFF;
}

.mainlinks1 a {
	color: #333366;
	text-decoration: none;
	font-size: 14px;
}

.mainlinks1 a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

h2 {
	font-size:24px;
	color: #333366;
	line-height:35px;
	font-weight: normal;
	}

h1 {
	font-size:18px;
	color: #333366;

	}

.floatright{
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	}
	
.floatleft{
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	}
	
.whitetext {
	color:#FFFFFF;
	}

.bluetext {
	color:#333366;
	}

.redtext {
	color:#CC0000;
	}
	
.imgborder {
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	}