body {
	background: #000066;
	color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #000066;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #369;
	scrollbar-3dlight-color: #CCC;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #999;
	scrollbar-arrow-color: #FFF;
}
a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
a:link {
    color: #FFF;
    text-decoration: none;
}
a:visited {
    color: #CCC;
    text-decoration: none;
}
a:active {
    color: #FC0;
}
a:hover {
    color: #CE3131;
}
td {
    font-size: 12px;
}
input {
    font-size: 11px;
}
select {
    font-size: 11px;
}
textarea {
    font-size: 11px;
}
/* Classes *********************************************************************/
.banner {
    border-bottom: 3px dotted #999;
    border-top: 3px dotted #999;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .2em;
    padding: 15px;
    text-transform: uppercase;
}
.bodytext {
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}
.copyright {
	border-top: 1px dashed #999;
    color: #AAA;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    padding-top: 2px;
    text-align : center;
}
.copyright-url {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    padding: 5px;
}
.description {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
}
.dots{
    color: #FC0;
    font-weight: bold;
}
.title {
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}
.title-box {
    border: 1px solid #CCC;
    color: #CCC;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 14px;
    margin-top: 10px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
}
