/* - Links - */

a:link    { color: #008AC8; text-decoration: none }
		
a:visited 	    { color: #008AC8; text-decoration: none }


/* - Shared Templates - */

body		 { font-family: Arial; margin-top: 0px; margin-left: 0px }
		
.title		  { color: #008AC8; font-size: 16px; font-family: Arial; font-weight: bold; margin-top: 0; margin-bottom: 2px; vertical-align: middle }
			
.subtitle	 { color: #008AC8; font-size: 12px; font-family: Arial; font-weight: bold; margin-top: 0; margin-bottom: 2px; padding: 4px; vertical-align: middle; }
			
			
.subhead 	 { color: #008AC8; font-size: 12px; font-family: Arial; font-weight: bold; line-height: 16px }

/* - Text - */

.para		 { font-size: 12px; font-family: Arial; line-height: 16px; text-align: justify }
			
 
	  
.parasmall	{
			font-size: 9px;
			font-family: Arial;
			line-height: 11px
			}
.style1	{
			color: #007150;
			font-size: 9px;
			font-family: Arial;
			line-height: 11px
			}			
			
.small 		 { font-weight: normal; font-size: 10px; line-height: 12px; font-family: Arial }


/* - Top Navigation - */


.topnav          { color: #004a96; font-size: 12px; font-family: Verdana; font-weight: bold; line-height: 14px; text-decoration: none; background-color: transparent }

.topnav a
   { color: #004a96; font-style: normal; font-weight: bold }

.topnav a:link, .nav a:visited
    { color: #004a96; font-style: normal; font-weight: bold; text-decoration: none }

.topnav a:hover
   { color: #008ac8; font-style: normal; font-weight: bold; text-decoration: none }

/* - Navigation - */


.subnav          { color: #008ac8; font-size: 12px; font-family: Verdana; font-weight: normal; line-height: 14px; text-decoration: none; background-color: transparent }

.subnav a
   { color: #008ac8; font-style: normal; font-weight: normal }

.subnav a:link, .nav a:visited
    { color: #008ac8; font-style: normal; font-weight: normal; text-decoration: none }

.subnav a:hover
   { color: #004a96; font-style: normal; font-weight: normal; text-decoration: none }


/************* #search styles ***************/

#search{
	padding: 5px 12px 0px 0px;
	text-align: right;
}

.searchbutton {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
}

.hlight {
	background-color: #FFFF66;
}

#find
{
  border: none;
  background: url(find.gif) no-repeat;
  color: dimgray;
}




