body {
	background-color: #000000;
	margin: 0px;
}
body, table { font-family: tahoma,arial,verdana; font-size: 12px; color: #FFFFFF; }

h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	font-family: tahoma,arial,verdana;
}


h1, h2, h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: -0.75pt;
}

h4 { font-size: 14px; }


a:link {  font-weight: normal; color: #9966CC; text-decoration: none; cursor: alternate select}
a:visited { font-weight: normal; color: #993399; text-decoration: none; cursor: alternate select}
a:active { font-weight: normal; color: #66CC00; text-decoration: none; cursor: alternate select }
a:hover { font-weight: normal; color: #CCFF99; text-decoration: none; cursor: alternate select}

/* specific styles */

.smhmetxt { font-size: 10px; }

.newsdate {
	font-style: italic;
}

.newspad {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.navlinks {
	font-size: 10px;
}
.tblpad {
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.subnavlinks {
	font-size: 11px;
}
.mainpad {
	padding: 10px;
	width: 85%;
}


.input { /* used on all the textfields */
    font-family: tahoma;
    height: 20px;
    font-size: 12px;
    color: #CCCCCC;
    background-color: #333333;
    border: 1px solid #666666;
    padding: 2px;
}
textarea { /* redefined tag, applies to all */
    font-family: inherit;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #000099;
    padding: 2px;
}

.inputButton { /* used on submit buttons where there isn't an image */
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #cccccc;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    padding: 2px;
}
select { /* redefined the select tag, similar to .input but no borders */
    font-family: inherit;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}