@charset "UTF-8";
.style12 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style13 {
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
}
.style14 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
}
.style15 {color: #791D7D}
/* CSS Document */

body,td,th {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #FF6600;
} 
body {
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-attachment: fixed;
}
a:link {
	text-decoration: none;
	color: #CC0033;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #CC0033;
	font-size: 14px;
}
a:hover {
	color: #0000CC;
	font-size: 14px;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.images
{
	margin: 0 10px 0 10px;
	border: 1px solid #CC0033;
	padding: 5px;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px dotted #ffffff;
padding: 5px;
}
/* main navigation bar */

div#navbar {
    height: 44px;
    width: 100%;
	background-image: url(../working%20images/nav_rollover.png);

}
div#navbar ul {
	margin: 0px auto;
	padding: 0px;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 24px;
	color: #FFFFFF;
	line-height: 45px;
	white-space: nowrap;
	letter-spacing: 1px;
}
div#navbar li {
    list-style-type: none;
    display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
}
div#navbar li a:link {
    color: #FFFFFF:
}
div#navbar li a:visited {
	color: #FFFFFF;
}
div#navbar li a:hover {
	font-weight: bold;
	color: #FFFF00;
}
