/*Style Sheet for Version 5 Browsers */
/*The Body Background */
body {
	background-color : #000066; color: #FCFCEF; font-family: sans-serif; font-size: 12px
}

a.navButts {
	color : #ffffff;
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
	padding-left : 10px;
	padding-right : 10px;
}

a.navButts:hover {
	text-decoration : none
}

a.plain {
	color : #660000;
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
}

a.plain:hover {
	text-decoration : none
}

.default {
	color : #000000;
	font-family : sans-serif;
	font-size : 12px;
}

td.default {
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	padding-top : 10px;
	vertical-align: top;
}

td.newsTable {
	color : #000000;
	font-family : sans-serif;
	font-size : 11px;
	vertical-align: top;
}

.section_header {
	color : #000066;
	font-family : sans-serif;
	font-size : 20px;
	font-weight: bold;
}

.header {
	color : #000066;
	font-family : sans-serif;
	font-size : 16px;
	font-weight: bold;
}

.header2 {
	color : #660000;
	font-family : sans-serif;
	font-size : 14px;
	font-weight: bold;
}

.header3 {
	color : #660000;
	font-family : sans-serif;
	font-size : 12px;
	font-weight: bold;
	background-color : #ffffff;
}

.header4 {
	color : #000000;
	font-family : sans-serif;
	font-size : 12px;
	font-weight: bold;
}

.sm_ital {
	color : #000000;
	font-family : sans-serif;
	font-size : 11px;
	font-style: italic;
}

.sm_plain {
	color : #000000;
	font-family : sans-serif;
	font-size : 11px;
}

td.sm_plain {
	vertical-align:top;
}

a.sm_plain {
	color : #660000;
}
a.sm_plain:hover {
	text-decoration : none
}

a.action {
	border: 3px solid #ffffff;
	display: block;
	width: 160px;
	margin-bottom: 12px;
}
a.action:hover {
	border: 3px solid #cc0000;
}

.sm_bold {
	color : #000000;
	font-family : sans-serif;
	font-size : 11px;
	font-weight : bold;
}

a.sm_bold {
	color : #660000;
}
a.sm_bold:hover {
	text-decoration : none
}

.mousetype {
	text-align: center;
	color : #ffffff;
	font-family : sans-serif;
	font-size : 9px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	padding-top : 10px;
}

a.mousetype {
	text-decoration : underline;
	padding-left : 0px;
	padding-right : 0px;
}
a.mousetype:hover {
	text-decoration : underline;
}

form.special {
	border : 1px dotted #999999;
	font-family : sans-serif;
	font-size : 11px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px;
}

input.special { 
	background-color : #cccccc; 
	border : 1px solid #999999;
}

input.special:focus { 
	background : #ffffff;
}

fieldset.square {
	border : 1px solid #cccccc;
	padding : 6px;
	font-family : sans-serif;
	font-size : 11px;
	clear: both; 
	margin-bottom: 10px;
}

div.form-item {
	font-family : sans-serif;
	font-size : 11px;
	display : block;
	float : left;
	padding-right : 10px;
	margin-bottom : 10px;
}

div.form-group {
	font-family : sans-serif;
	font-size : 11px;
	display : block;
	clear : none; 
}

div.spacer {
	display:block; 
	clear:both; 
	width:1px; 
	height:1px;
} 

div.news {
	border : 1px solid #cccccc;
	font-family : sans-serif;
	font-size : 11px;
	display : block;
	padding : 20px;
	margin : 20px;
}

div.navLinks {
	margin-bottom : 5px;
	margin-top : 2px;
}

legend {
	padding-bottom: 5px;
}

.required {
	color : red;
	font-weight : bold;
	text-align: right;
}

.attributename {
	color : #000000;
	font-weight : bold;
	text-align: right;
}

