



/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p {
	font: 12px tahoma, sans-serif;
	font-weight: normal;
	line-height: 3.1ex;
	text-decoration: none;
	color: #330000;
	margin: 0px;
	}

p {
	padding-left: 25px;
	padding-right: 25px;
	}

h1 {	
	font: 24pt tahoma, sans-serif;	
	letter-spacing: -2px;
	color: #000000;
	padding: 5px;
	}

h2 {	
	font-size: 20pt;
	color: #990000;
	}

h3 {	
	font-size: 16pt;
	color:#000000;	
	border: 0px;
	border-bottom: solid 3px #cc0000;
	}
	
h4 {	
	font-size: 14pt;
	}
h5 {	
	font-size: 12pt;
	}
h6 {
	font-size: 10pt;
	}

a:link, a:active, a:visited {	
	text-decoration: none;
	color: #ff0000;
	}	

a:hover {
	text-decoration: underline;
	color: #ff0000;
	}