td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: none;
}

a:link {  
	color: #003300; 
	font-weight: bold;  
	text-decoration: underline; 
}

a:visited {  
	color: #003300; 
	font-weight: bold; 
	text-decoration: underline; 
}

a:hover {
	color: Green;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.nav {
	font-weight: bold;
	text-align: right;
	background-image: url(images/nav_bground.gif);
}

.nav a:link 	{ 
	color: #CC9900;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.nav a:visited 	{ 
	color: #CC9900;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.nav a:hover 	{ 
	color: #FFCC00;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.btmnav { 
	font-weight: normal;
	text-align: center;
}

.btmnav a:link 	{ 
	font-weight: normal;
	color: #003300;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}
.btmnav a:visited 	{ 
	color: #003300;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}
.btmnav a:hover 	{ 
	color: Green;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}

.alt_txt {  
	color: #CC9900;
}

.alt_txt a:link 	{ 
	color: #CC9900;
	text-decoration: none;
}
.alt_txt a:visited 	{ 
	color: #CC9900;
	text-decoration: none;
}
.alt_txt a:hover 	{ 
	color: #FFCC00;
	text-decoration: none;
}

.goldtitle {
	background-color: #CC9900;
	font-weight: bold;
	font-size: 12px;
}

.error {
	color: Red;
	font-weight: bold;
}

.storytitle {
	font-size: 18px;
	font-weight: bold;
}

.storytxt {
	font-size: 11px;
}