/* **************************************************************************** */
/*	Default Style sheet for site						*/
/* **************************************************************************** */


/*	Note the use of an absolute URL for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
color: #000000;
background-color: #FFF8EB;
font-family:  Arial, Helvetica, Verdana,sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
margin-left : 0px;
margin-right : 0px;
margin-top : 0px;
margin-bottom : 0px;

scrollbar-face-color:#FFF8EB;
scrollbar-arrow-color:black;
scrollbar-track-color:#FFF8EB;
scrollbar-shadow-color:maroon;
scrollbar-highlight-color:maroon;
scrollbar-3dlight-color:maroon;
scrollbar-darkshadow-Color:maroon;
}
a:link {
color:maroon;
 }
a:visited {color:maroon;}
a:hover {color:red;}
a:active {color:red;}



select {
background: #FFFFFF;

font-size: 12px;
color: #000000;
border-color: #000000;
border-width: 1px;
border-style: solid;
}
textarea {
background: #FFFFFF;

font-size: 12px;
color: #000000;
border-color: #000000;
border-width: 1px;
border-style: solid;
}

form {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	clear : none;
}

.superSizeMe {
	background: #FFFFFF;
	font-size: 24px;
	color: #000000;
	border-color: #B41432;
	border-width: 2px;
	border-style: solid;
}

.content {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}


.footer {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
 color : #000000;
}
.pagehead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: bold
}

 .error {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: bold;
 color : #FF0000;
}


.header {
background-color: #000000;
font-weight: normal;
font-size: 11px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}
.titlesq {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; clip:   rect(   );
 color: #666666;
 vertical-align: super
 }
hr {
	color : #CCCCCC;
}
.nav {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
a.nav:link {
	color: #BCD9DD;
	text-decoration : none;
}
a.nav:visited {
	color:#BCD9DD;
	text-decoration : none;
}
a.nav:hover {
	color:#FFFFFF;
	text-decoration : none;
}
a.nav:active {
	color:#BCD9DD;
	text-decoration : none;
}


h1{

	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-style : normal;
	color : #006F7A;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}
h2{
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}
h3{
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}
h4{
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}
h5{
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	white-space : nowrap;
	margin : 0;
	padding : 0;
}


