a:link {color: #00aeef}     /* unvisited link */
a:visited {color: #00aeef}  /* visited link */
a:hover {color: #ec008c}   /* mouse over link */
a:active {color: #ec008c}   /* selected link */

body {
	background-color: #6abd45;
	background-image: url(paf_dotted_bg.png);
	background-repeat: repeat-x;
	margin-top: 40px;
	margin-bottom:50px;
}

#maintable {
  	background: #ffffff;
	top: 10%;
	font-size: 1em;
	width: 650px ;
	margin-left: auto ;
	margin-right: auto ;
}


p.header {
	float: center;
	
	
}

img.header {
	border: none;
}

h1 {
	font-weight: bold;
	font-family: helvetica, arial, verdana;
	font-size: 1.6em;
	color: #6abd45;
	letter-spacing: -1px;
	text-align: left;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	}

h2 {
	font-family: helvetica, arial, verdana;
	font-size: 1.3em;
	color: #ec008c;
	margin-left: 40px;
	margin-right: 40px;	
	margin-bottom: -10px;
	}	


h3 {
	font-family: helvetica, arial, verdana;
	font-size: 1.1em;
	font-weight: none;
	color: #00aeef;
	margin-left: 40px;
	margin-right: 40px;	
	margin-top: 20px;
	margin-bottom: -10px;
	}

		
p.para {
	font-family: helvetica, arial, verdana;
	font-size: .8em;
	color: #000000;
	margin-left: 40px;
	margin-right: 40px;	
	
	}
	
p.footer {
		font-family: helvetica, arial, verdana;
		font-size: .8em;
		font-weight: bold;
		color: #6abd45;
		margin-left: 40px;
		margin-right: 40px;	
		margin-top: 10px;
		margin-bottom: 40px;
		text-align: center;
	}


img.floatLeft { 
    float: left; 
    margin: 4px; 
	}

img.floatRight { 
    float: right; 
    margin: 4px; 
	}


