p {
	color: black;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
}

td {
	color: black;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {    
	margin: 0px;
	color: black;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	scrollbar-face-color : silver;
	scrollbar-track-color : silver;
	scrollbar-arrow-color: #4B88BE;
	
}


h1 {
	padding-left: 0px;
	padding-bottom: 0px;
	margin : 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

h2 {
	padding-left: 0px;
	padding-bottom: 0px;
	margin : 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}


hr{
	color: silver;
	border: none;
	height: 1px;
	
}

A:LINK {
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	
}

A:HOVER {
	text-decoration: none;
	color: #4B88BE;
	font-weight: bold;
}

A:VISITED {
	text-decoration: none;
	color: black;
}


A.navlinks {
    color:  black;
	text-decoration: none;
	font : bold;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right: 5px;
	display: block;
	
}

A.navlinks:HOVER {
    color: white;
	text-decoration: none;
	display: block;
	background-color: #266FAB;
}

A.navlinks2 {
    color:  black;
	text-decoration: none;
	font : bold;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:10px;
	padding-right: 5px;
	display: block;
	
}

A.navlinks2:HOVER {
    color: white;
	text-decoration: none;
	display: block;
	background-color: #266FAB;
}

A.navlinks3 {
    color:  black;
	text-decoration: none;
	font : bold;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right: 5px;
	display: block;
	
}

A.navlinks3:HOVER {
    color: white;
	text-decoration: none;
	display: block;
	background-color: #266FAB;
}

A.whitelinks {
	font-size: 11px;
    color:  white;
	text-decoration: none;
	font : bold;
}

A.whitelinks:HOVER {
    color: #266FAB;
	text-decoration: none;
	font-weight: bold;
}	


A.emails:HOVER {
    color: white;
	text-decoration: none;
	font-weight: bold;
}

.tinytxt{
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.tinytxtbold{
	color: black;
	font-size: 11px;
	Font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.tinytxtboldwhite{
	color: white;
	font-size: 11px;
	Font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


ul{
	margin-left: 20px;
	color: black;
}
li{
    list-style-type: square; 
}

input{
	background-color: white;
	border-width: 1px;
	border-color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea{
	background-color: white;
	border-width: 1px;
	border-color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.telephonetxt{
	font-size: 15px;
	color: #266FAB;
	letter-spacing: 2px;
	padding-left: 8px;
	font-weight: bold;
}

.searchtxt{
	font-size: 15px;
	color: white;
	letter-spacing: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.whitetxtbold{
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.bluetxt{
	font-size: 12px;
	color: #266FAB;
	font-weight: bold;
}

.bluetxtsmall{
	font-size: 11px;
	color: #266FAB;
	font-weight: bold;
}

.bluelinks{
	color: #3366CC;
	font-style: italic;
	font-weight: bold;
}

.bkgrnd1{
	background-image: url(images/site/gradientbkgrnd2.jpg);
	background-repeat: repeat-x;
}

A.imagelink{
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
		
}

A.imagelink:HOVER{
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
}

A.imagelink:VISITED{
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
}



