 
body  {
	background: #c5dfde;
	margin: 0;
	text-align: center;
	color: #000000;
	background-color: #999;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
}


.container_top {
	width: 835px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	background-color: #CCC;
	border: 4px solid #CCC;
	
}


.twoColElsLtHdr #container {
	width: 835px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	background-color: #CCC;
	border: 4px solid #CCC;
	color: #D4D0C8;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.footer_text_only {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
<link href="PWS.css" rel="stylesheet" type="text/css" />
<style type="text/css">

a:link {
	color: #3B3F58;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a:visited {
	color: #996;
}
a:hover {
	color: #66C;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3B3F58;
}
.Verdana_13 {
	font-size: 13px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3B3F58;
}
header_table {
	background-color: #CCCCC;

	
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	padding-top: 4px;
	background-color: #BEDCDA;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #003333;
	font-weight: bold;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}
.header_14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333;
}


.small_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #C5DFDE;
	color: #003333;
}

.link_special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 130%;
	color: #AE1B13;
}
.link_special a:link {
	color: #AE1B13;
	text-decoration: underline;
}
.link_special a:visited {
	color: #606;
	text-decoration: underline;
}
.link_special a:hover {
	color: #C63;
	text-decoration: underline;
	
}
.link_special a:active {
	color: #AE1B13;
	text-decoration: underline;
}

.arial_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #000;
	margin: 1px;
	padding: 4px;
}

.arial_text_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #000;
	margin: 1px;
	padding: 3px;	
	
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCC;
	font-style: italic;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	color: #333333;
	background-color: #b2b2b2;
	margin-bottom: 4px;
}

.verdana_1_5_spacing {
	border-width: thin;
	border-color: #99FF99 #99FF99;
 border-style: double;
 }
.background {
	background-color: #999;
}
.table_white_background {
	background-color: #FFF;
}

