h2 {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 15px;
color: #444;
margin: 0;
padding: 0 0 10px 0;
}

p.new {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 12px;
color: #444;
margin: 0;
padding: 0 0 10px 0;
}

p.tagline {
font-size: 16px;
color: #777;
font-family: "Trebuchet MS", Arial, sans-serif;
}

a:link {
	background: none repeat;
	color: #CC0000;
	font-size: 11px;
	text-decoration: none;
}

a:visited {
	background: none repeat;
	color: #CC0000;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	background: none repeat;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a:active{
	background: none repeat;
	color: #CC0000;
	font-size: 11px;
	text-decoration: none;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	line-height: 18px;
}
.introP {
	font-weight: bold;
	color: #000066;
	font-size: 14px;
}
.addenP {
	color: #666666;
	padding-top: 5px;
	border-top: 1px dotted #999999;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #990000;
}

.link-indent {
text-align: left;
font-weight: normal;
}
.link-indent a {
	font-size: 10px;
	}


.menu-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.script {
	font-family: Times Roman;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #404040;
}

input {
width: 318px;
height: 30px;
color: #444;
border: 1px solid #ccc;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #ebebeb;
}

input:focus {
border: 1px solid #999;
background: #fff;
}

textarea {
width: 318px;
height: 100px;
margin: 0px;
padding: 5px;
border: 1px solid #ccc;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #444;
font-size: 16px;
background: #ebebeb;
background-position: center;
}

textarea:focus {
border: 1px solid #999;
background: #fff;
}

.label {
font-size: 12px;
}