/* stylesheet wsdnpo 1 designed by john johnson 10/25/2004 */



/* body and borders for  pages */
/* use body with .container be sure text align is center */
.body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
}

/* body1 and 2 can be used for layers or for pages you don't want to center using .container */
.body1 {
	background-color: transparent;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
}
.body2 {
	background-color: transparent;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
}
/* container for centering a page sized 400 by 760 */
.container {
	position: relative;
	min-height: 600px;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	z-index: 2;	
}

/* borders is used for layers where we show borders, border types are:  
none; solid; inset; ridge;  double; grove; outset; dotted; dashed */
.border {
	background-color: #ffffff;
	background-image: url();
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	border-right: 4px groove  #cccccc;
	border-bottom: 4px groove #cccccc;
	border-left: 3px solid #cccccc;
	border-top: 3px solid  #cccccc;
}
.border1 {
	background-color: transparent;
	background-image: url();
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

.border2 {
	background-color: transparent;
	background-image: url();
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	border-right: 4px inset #000000;
	border-bottom: 4px inset #000000;
	border-left: 4px solid #000000;
	border-top: 4px solid #000000;
}

.border3 {
	background-color: transparent;
	background-image: url();
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	border-right: 4px inset #000000;
	border-bottom: 4px inset #000000;
	border-left: 4px solid #000000;
	border-top: 4px solid #000000;
}
/* text - stylex is set for sans-serif, use as the main sans-serif text style */
.stylex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 1px;
}
.stylex a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B88AC;
	font-weight: bold;
	text-decoration: underline;
}
.stylex a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.stylex1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.stylex1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.stylex1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.stylex2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.stylex2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
.stylex2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* text - stylez is set for serif, use as the main serif text style */
.stylez {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.stylez a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
.stylez a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.stylez1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.stylez1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.stylez1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.stylez2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.stylez2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
.stylez2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


/* footer is for the footer*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	padding: 1px;
}
.footer1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.footer1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	padding: 1px;
}
.footer2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.footer2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* head is for  page headings or other  text design needs */
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6B88AC;
	font-weight: bold;
	text-align: left;
	padding: 1px;
}
.head a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
.head a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 1px;
}
.head1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
.head1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 1px;
}
.head2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
.head2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


/* navstyle is for main navigations  */
.navstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B88AC;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.navstyle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B88AC;
	font-weight: bold;
	text-decoration: none;
}
.navstyle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.navstyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.navstyle1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.navstyle1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.navstyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.navstyle2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.navstyle2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* navsub is for sub navigations or other  text design needs */
.navsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.navsub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.navsub a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.navsub1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.navsub1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.navsub1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.navsub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.navsub2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.navsub2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* formx is for forms or other  text design needs */
.formx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.formx a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.formx a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.formx1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.formx1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.formx1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.formx2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.formx2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.formx2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

	

/* miss is for  other  text design needs */
.miss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.miss a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.miss a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.miss1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.miss1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.miss1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.miss2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	padding: 1px;
}
.miss2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
.miss2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
