.style2 {font-size: large}


@charset "utf-8";
.navbar {
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;

}

.navbar A:link {text-decoration: none; color:#FFFFFF}
.navbar A:visited {text-decoration: none; color:#FFFFFF}
.navbar A:active {text-decoration: none; color:#FFFFFF}
.navbar A:hover {text-decoration: underline; color: red;}


.content {
	background:none;
	background-repeat:no-repeat;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}


.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.contenttbl {
	background-image: url(images/content.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.imageborder {
    border:#000000;
    border-bottom-width:thin;
}

.contentbackground {
    background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #000000;
	font-weight:bold;
	
	}
	
.contentbackground A:link {text-decoration: none; color:#000000}
.contentbackground A:visited {text-decoration: none; color:#000000}
.contentbackground A:active {text-decoration: none; color:#000000}
.contentbackground A:hover {text-decoration: underline; color: red;}

