@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/newbg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
body,td,th {
	color: #000;
	font-family:century gothic, veranda, arial, san-serif;
	font-size: 12px;
}
a:link {
	color: #003;
}
a:visited {
	color: #003;
}
a:hover {
	color: #009;
}
a:active {
	color: #003;
}
.titlehead {
	font-size:20px;
	font-weight:bold;
}
.messagehead {
	color: #069;
	font-size:16px;
}
.messagelink {
	font-size:12px;
}
.messagedesc {
	color: #555;
	font-size:10px;
}
.bold {
	font-size:14px;
	font-weight:bold;
}
.indentbold {
	font-style: italic;
	font-weight:bold;
}
.mainbg { 
	background-image: url(images/index_14.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom;
}
.bottom {
	color:#fff;
	font-size:9px;
	text-align:right;
	margin-top:40px;
}
.nav {
	margin-left:10px;
	font-size:14px;
}
td#navlink a:link {
	color: white;
	text-decoration:none;
}
td#navlink a:visited {
	color: white;
	text-decoration:none;
}
td#navlink a:hover {
	color:#ccc;
	text-decoration:none;
}
td#navlink a:active {
	color: white;
	text-decoration:none;
}
.topbump {
	margin-top:20px;
}
