/* CSS Document */

BODY{
	font-family: tahoma;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	
	/*background: url(gen6/ps6_bg.jpg) 0 0 repeat fixed;
	scrollbar-face-color:1B2C3F;
	scrollbar-arrow-color:2B425A;
	scrollbar-track-color:1B2C3F;
	scrollbar-shadow-color:2B425A;
	scrollbar-highlight-color:1B2C3F;
	scrollbar-3dlight-color:2B425A;
	scrollbar-darkshadow-Color:1B2C3F;*/
	}

font,th,td,p { font-family: Tahoma; font-size: 11px;}
a { text-decoration: none; color : #215795;}
a:visited { text-decoration: none; color : #215795; }
a:active { text-decoration: none; color : #215795; }
a:hover { text-decoration: underline; color: #215795; }

.contactheader { font=family: arial; color: #FFFFFF; font-weight: bold; font-size: 13px; }
.contact { font-size: 13px }

.newstitle	{ font-size: 14px; color: #004E89; font-weight: bold;}
.newsbody	{ font-size: 12px; }

.newsauthor { font-size: 10px; font-weight: bold; color: #6375B9}
a.newsauthor, a.newsauthor:visted, a.newsauthor:active			{ text-decoration: none; color: #215795; }
a.newsauthor:hover		{ text-decoration: underline; color: #215795; }

.newsfooter { font-size: 10px; font-weight: bold; }

.dist	{ font-size: 12px; }
.disttitle	{ font-size: 12px; font-weight: bold; }

/*  Form Buttons  */

.button {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #333333;
	background: #EEEEEE;
	color: #333333;
	padding: 4px;
	width: 100%;
}

.catalog {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #333333;
	background: #E3E3E3;
	color: #333333;
	padding: 4px;
	width: 100px;
}

input[type="submit"]:hover {
    color:      #333333;
    background: #EEEEEE;
    border:     1px solid #333333;
	cursor: hand;
	cursor: pointer;
     }