/* This style sheet contains base HTML and font styles */
/* Coded by Alden Brown on 11.08.08 */

body {
    background-color:#FFFFFF;
	background-image:url(../header/PAA_header_background.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	
}

a {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8ea6cf;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#222;
}



h1 {
	font-size:24px;
	color:#8ea6cf;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	
}

h2 {
	font-size:16px;
	color:#8ea6cf;
	font-weight:bold;
	
}

h3 {
	font-size:12px;
	color:#8ea6cf;
	font-weight:bold;
	
}

p {
	font-size:11px;
	color:#000000;
	font-weight:600;

}

