/********************************************************
	MAIN NAV STYLES
 *******************************************************/
	#header {
      float:left;
      width:100%;
      background:#fff url("bg.gif") repeat-x bottom;
      font:10px/1.0em Verdana, Arial, Serif;
			color:#000;
      line-height:normal;
			border-bottom: 1px solid #369;
      }
    #header ul {
      margin:0;
      padding:0px 5px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("/images/hdr_nav_left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
     
      }
    #header a {
      float:left;
      display:block;
      width:.1em;
      background:url("/images/hdr_nav_right_both.gif") no-repeat right top;
      padding:3px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
			white-space:nowrap;
      color:#369;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #header #current {
     
      border-width:0;
      }
    #header #current a {
     
      padding-bottom:5px;
      color:#fff;
      }
    #header li:hover, #header li:hover a {
     
      color:#333;
      }
    #header li:hover a {
      
      }
			
body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color:white;
	font-family:arial;
	
	
}
p{
	font-size:12px;
	line-height:16px;
	}
/* ------------------------------------------------------------------------------------------------- */

a.link1
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
	text-decoration: none;
}

a.link1:hover  
{
	text-decoration:underline;
}

a.link1:visited
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
}

/* ------------------------------------------------------------------------------------------------- */

a.link2    
{
	font-family: Verdana; 
	font-size: 10px; 
	color: blue; 
	text-decoration:none;
}

a.link2:hover  
{
	text-decoration:underline;
}

a.link2:visited
{
	font-family: Verdana; 
	font-size: 10px; 
	color: blue;
}

/* ------------------------------------------------------------------------------------------------- */

a.link3
{
    font-family: Verdana; 
    font-size: 12px; 
	color: Blue; 
	text-decoration:none;
}


a.link3:hover  
{
	text-decoration:underline;
}

a.link3:visited
{
	font-family: Verdana; 
	font-size: 12px; 
	color: Blue; 
}

/* ------------------------------------------------------------------------------------------------- */

a.link4
{
    font-family: Verdana; 
    font-size: 12px; 
    font-weight: bold;
	color: White; 
	text-decoration:none;
}

a.link4:visited
{
	font-family: Verdana; 
    font-size: 12px;
    font-weight: bold; 
	color: White; 
	text-decoration:none;
}

/* ------------------------------------------------------------------------------------------------- */

a.link5
{
	font-weight: bold;
	font-size: 10px;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: none;
}

a.link5:hover  
{
	text-decoration:underline;
}

a.link5:visited
{
	font-weight: bold;
	font-size: 10px;
	color: blue;
	font-family: Verdana, Arial;
}


a.nav
{
	font-weight: bold;
	font-size: 10px;
	color: #003399;
	font-family: Verdana, Arial;
	text-decoration: none;
}

a.nav:active
{
	font-weight: bold;
	font-size: 10px;
	color: #003399;
	font-family: Verdana, Arial;
	text-decoration: none;
}

a.nav:hover  
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	text-decoration:none;
	background-color:#003399;
}

/*
a.nav:visited
{
	font-weight: bold;
	font-size: 10px;
	color: inherit;
	font-family: Verdana, Arial;
	text-decoration: none;
}
*/

.alpha-list {
	list-style-type: upper-alpha;
}

div#contentW h1{
	color:#004794;
	font-size:150%;
	padding:0;
	margin:10px 0;
	font-weight:520;
}

div#contentW {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left:6px;
	width:760px;
	line-height:1.5em;
}
div#contentW ul li{
	padding-bottom:14px;
	}
div#contentW TABLE   { 
	border-collapse: collapse; 
	width:600px;
background-color:#ececec;
text-align:left;
margin-left:20px;
margin-top:20px;
font-size:12px;
padding:
}
div#contentW Table Th{
font-weight:600;
font-size:12px;
background-color:#4e84ae;
padding:4px;
color:#FFFFFF;
}
div#contentW Table TD{
padding:4px;
border-bottom:1px solid #fff;

}
div#contentW Table Caption {
	text-align:left;
	font-size:1.1em;
	font-weight:600;
	margin-left:20px;
	margin-top:20px;
	padding-bottom:10px;
	margin-bottom:10px;
}

div#contentW Table tr:hover{
	background-color:#CCCCCC;
}
	#noticeHeader{
		background-color:#CCCCCC;
		color:#FF0000;
		margin:14px 4px 0 4px;
		font-size:11px;
		padding:4px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		}
	#noticeContent{
		border:1px solid #ccc;
		margin:0 4px 0 4px;
		font-size:11px;
		padding:4px;
		font-family:Arial, Helvetica, sans-serif;
		}
		.highlight{
		background-color:#FFF0B5;
		}
