a,a:visited { color: #000000; text-decoration: underline;} 
a:hover {  color: #FF9900; text-decoration: underline;}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(Images/bg2011fade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.front {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	background-image: none;
}
#header {
	width: 600px;
	height: 60px;
	background-image: url(Images/title2011.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
 
h1 { 
	text-indent: -100em; 
	margin:0px,0px,0px,0px;
}
.block {
	padding-left: 20px;
}
.smalltext {
	font-size: 75%;
}
.just {
	text-align: justify;
}
.medtxt {
	font-size: 90%;
}
.foot {
	font-size: 75%;
	color: #CCCCCC;
}
.title {
	font-family: Times New Roman, Times, serif;
	font-size: 48px;
	color: #FF9900;
	font-weight: bold;
	text-align: center;
}
.orange {
	color: #FF9900;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.redbold  a{
	color: #F00;
}
.redbold  a:hover{
	color: #000;
}
.center {
	text-align: center;
}
.ffcbg {
	background-color: #FFFFCC;
}
.floatright {float:right;}
