/*Styles for APS sample site*/

/*GENERAL PAGE SPECS*/
/*PAGE BG*/
body {
background-color: #F2E9D7; /*beige*/
margin-top: 10px;
margin-bottom: 10px;
}
.style1 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 11px;
	font-weight: 400;
	padding-left: 15px;
	}

a:link, a:active, a:visited, a:focus {
color: #000000; /*black*/
text-decoration: none;
}

a:hover {
color: #005542; /*APS green*/
background:#FFFFFF;
}

.style4 {
	font-family: Garamond, "Times New Roman", "Times LT Std", serif;
	font-size: 14px;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
    padding-top: 0px;
	}
	
.style5 {
font-family: Garamond, "Times New Roman", "Times LT Std", serif; 
font-size: 16px; 
font-weight: bold;
line-height: 20px;
padding-left: 10px;
padding-right: 2px;
padding-bottom: 5px;
padding-top: 5px;
 }
 
 .ncards {
 vertical-align:text-top; 
 }
 
 .imglinks a:link, .imglinks a:active, .imglinks a:visited, .imglinks a:focus .imglinks a:hover {
 padding:0px;
 border: 0px;
 }
