/* <link rel="stylesheet" type="text/css" href="styles.css"> */


h1 {
FONT-FAMILY: Arial, Helvetica;
font-size: 28px;
font-weight: bold;
color:#4A2FA0;
} 


h2 {
FONT-FAMILY: Arial, Helvetica;
font-size: 17px;
font-weight: bold;
TEXT-DECORATION: none;
color:#4A2FA0;
} 

h3 {
FONT-FAMILY: Arial, Helvetica;
font-size: 14px;
font-weight: bold;
TEXT-DECORATION: none;
color:#4A2FA0;
} 

h4 {
FONT-FAMILY: Arial, Helvetica;
font-size: 14px;
font-weight: bold;
TEXT-DECORATION: none;
} 

body {
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background:url('images/1pxpgback.jpg') repeat-x left top;
background-color:#DFEFFF;
FONT-FAMILY: Arial, Helvetica;
font-size: 12px;
}



/* Link Styles */

.cal-link {
font: normal 11px/1.5em Arial;
color:#4A4A4A;
background:url('images/bullet1.jpg') no-repeat left center;
padding-left:10px;
}
a.cal-link:link {
	text-decoration: none;
}
a.cal-link:visited {
	text-decoration: none;

}
a.cal-link:hover {
		text-decoration: underline;
}

.wnew {
font: normal 11/1.5em Arial;
color:#313130;
background:url('images/bullet2.jpg') no-repeat left top;
padding-left:10px;
display:block;
}
a.wnew:link {
	text-decoration: none;
}
a.wnew:visited {
	text-decoration: none;

}
a.wnew:hover {
		color:#1F9392;
		text-decoration: underline;
}

.flink {
font: normal 11/1.5em Arial;
color:#D7E0FB;
padding-left:5px;
padding-right:5px;
text-transform:uppercase;
}
a.flink:link {text-decoration: none;}
a.flink:visited {	text-decoration: none;
}
a.flink:hover {
		color:#FAE8AA;
		text-decoration: underline;
}

.search-link {
font: normal 11/1.5em Arial;
color:#393938;
padding-left:5px;
padding-right:5px;
}
a.search-link:link {text-decoration: none;}
a.search-link:visited {	text-decoration: none;
}
a.search-link:hover {
		text-decoration: underline;
}






.top-txt  {font: bold 15px Arial;color:#FFFFFF;}
.normal {font: normal 12px Arial;color:#000000;}
.head {
font: bold 12px/2.5em Arial;color:#000000;
background:url('images/bullet.jpg') no-repeat left center;
padding-left:25px;
}

.head1 {font: bold 18px Arial;color:#333399;}
.head2 {font: bold 14px Arial;color:#333399; text-transform:uppercase;}



.search {font: bold 12px/1.5em Arial;color:#147C7B;}



#white-table{
font: normal 11px/1.3em Arial;color:#656565;
background-color:#FFFFFF;
border:1px solid #D3D5D6;
padding:10px;
}


.footer {font: normal 11px/1.3em Arial; color:#074097;}
.copy {font: normal 11px/1.5em Arial; color:#2D2B2B;}



/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:768px;
	  height:30px;
      line-height:normal;
	

      }
    #tabsI ul {
        margin:0;
        padding:4px 0px 0 15px;
        list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      
      margin:0;
      text-decoration:none; padding-left:6px; padding-right:4px; padding-top:0px; padding-bottom:0px
      }
    #tabsI a span {
      float:left;
      display:block;
     font: bold 11px/1.7em arial;
		
      color:#FFFFFF; padding-left:0px; padding-right:6px; padding-top:1px; padding-bottom:3px
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;
	font: bold 11px/1.7em arial;
		color:#FFFFFF;
	}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#074097;
      }
    #tabsI a:hover {
      background-position:100% -43px;
	  background:url('images/css_L.png') no-repeat left top;
	  color:#074097;
      }
    #tabsI a:hover span {
      background-position:100% -43px;
	   background:url('images/css_R.png') no-repeat right top;
      }

        #tabsI #current a {
		background-position:100% -42px;
		background:url('images/css_L.png') no-repeat left top;
		color:#074097;
        }
        #tabsI #current a span {
		background-position:100% -42px;
		background:url('images/css_R.png') no-repeat right top;
		color:#074097;
        }








