h1, h2, h3, h4, h5, h6, p, a, ol, ul, form, table {

	font-family: "Century Gothic", Verdana, Arial;
	
	font-weight: normal;
		
	color: gray;
	
	margin: 0px;

}

p {

	margin: 10px 0px 10px 0px;

}


h1 {

	font-size: 20pt;
	
	line-height: 1.5em;
			
	margin: 10px 0px 15px 0px;
	
	color: black;
	
	border-bottom: dotted 1px black;
					
	background-color: #ccffff;
	
	padding-left: 5px;
}


h3 {
	
	color: black;
	
	line-height: 2em;
			
	background-image: url(../resources/global/header_border.png); background-repeat: no-repeat;
	
	border-bottom: dotted 1px #cc9999;
	
	margin: 15px 0px 15px 0px;

	
}



a.paragraph  {

	color: red;
	
	text-decoration: none;

}

a:hover {

	color: red;

}

p.blue {

	color: #0998C4;

}

a.red {

	color: red;

}
