a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.b:link, a.b:visited {
	color: #070f3e;
	text-decoration: none;
}
a.b:hover {
	color: #070f3e;
	text-decoration: underline;
}
a.b:active {
	text-decoration: none;
}
#assoc a:link, #assoc a:visited, #assoc a:active {
	color:#070f3e;
	text-decoration:none;
}
#assoc a:hover {
	color:#070f3e;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bgimage.jpg);
	background-repeat:repeat;
}
#main {
	width:800px;
	margin:0 auto;
	background-color:#070f3e;
}
.thumb {
	width:120px;
	height:100px;
	text-align:center;
	padding:10px;
}
div {
	padding:0;
	margin:0;
}
.style2 {
	color: #d0e052;
	font-size: 12px;
}
.style3 {
	font-size: 12px;
	font-weight: lighter;
	color: #070F3E;
}
.style3l {
	font-size: 12px;
	font-weight: lighter;
	color: #070F3E;
	text-align:left;
	background-color:#d4d9f7;
}
.style3r {
	font-size: 12px;
	font-weight: lighter;
	color: #070F3E;
	text-align:right;
	background-color:#d4d9f7;
}
.style4 {
	font-size: 12px;
	font-weight: bold;
	color: #070F3E;
}
.style5 {
	font-size: 12px;
	color: #FFFFFF;
}
.style6 {
	font-size: 10px;
}
.style7 {
	font-size: 14px;
	font-weight:bold;
}
#menu {
	width:780px;
	margin:2px auto 0 auto;
	height:24px;
	color:white;
}
.menuitem {
	float:left;
	padding:0 5px;
	font-size:9pt;
}
.menuspace {
	float:left;
	text-align:center;
	color:#909090;
	font-size:9pt;
}
img {
	border:0;
}
b {
	font-weight:bold;
}
p.footer {
	text-align:center;
	font-size:.7em;
	color:#ffffff;
	padding:10px;
}
input.c, textarea.c {
	font-family:Courier New;
	font-size:10pt;
}