td, body { 
	font-family: Arial, Helvetica; 
	font-size: 11px;
	color: #333333;
} 

a {
    color: #5AA426;
    text-decoration: none;
}
p { 
	margin: 4px 0 8px 0;
	}
	

a:hover {
    text-decoration: underline;
}
.links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	}
.links a:hover {
	color: #5AA426;
	text-decoration: none;
	}

.nav  {
	height: 26px;
	padding-top: 5px;
	}
.nav a {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	}
.nav a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.breadcrumbs { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica; 
	font-size: 10px;
    text-decoration: none;
    color: #666666;

} 

.lnkGray {
    color: #666666;
    text-decoration: none;
}

.search form {
	height: 19px;
	padding-top: 10px;
	}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding: 1px 0 0 5px;
	}

.button {
	background-color: #003B58;
	font-family:  Arial;
	font-size: 13px;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 19px;
	height: 19px;
	}	

.borderTBR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	}
.borderTB {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	}
.borderT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	}
.borderL {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin:0px;
	color: #5AA426;
}

h2 {
	font-size: 12px;
	text-transform: none;
	color: #5AA426;
	margin: 0 0 3px 0;
}

h3 {
	font-family: Arial Black, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #5AA426;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #5AA426;
}

h6 {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
}

