



/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p {
	/* do not, under any circumstances, declare a line-height here */
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin: 0px;
		margin-bottom:5px;
}

p {
	padding-left: 25px;
	padding-right: 25px;
}

h1 {
	font-size: 22px;
	margin-bottom:2px;
	margin-top:0px;
	color: #6633FF;
}

h2 {
	font-size: 18px; 

margin-bottom:2px;
	margin-top:8px;
	font-style: italic;
	
	color: #6633FF;

}

h3 {	
		font-size: 14px; 
	
margin-bottom:2px;
	margin-top:4px;
	
	color: #6633FF;

}

h4 {
		font-size: 12px;

font-style: italic;
margin-bottom:2px;
	margin-top:4px;
	color: #CC0000;

}

h5 {
	
	color: #6633FF;
	font-size: 12px; 
	margin-bottom:2px;
		margin-top:4px;

}

h6 {
	
	color: #CC0000;
	font-size: 10px; 

	margin-bottom:2px;
		margin-top:4px;
		font-weight: bold;
}

a:link, a:active {
	
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}	

a:visited {
	
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #6633FF;
}	

