/*---------------------------------
|       Global Declarations       |
---------------------------------*/

body, td, p {
	font: normal 11px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #000;
}

h1 {	
	font: bold 24px "Times New Roman", Tahoma, Serif;
	color: #930000;
	text-decoration: underline overline;
}

h2 {
	font: bold 18px Tahoma, Arial, Sans-Serif;
	color: #DE8629;
}

h3 {	
	font: normal 18px Tahoma, Arial, Sans-Serif;
	color: #930000;
}

h4 {
	font: bold 16px Tahoma, Arial, Sans-Serif;
	color: #930000;
}
	
h5 {
	font: normal 16px Tahoma, Arial, Sans-Serif;
	color: #930000;
	text-decoration: underline;
}
	
h6 {
	font: bold 14px Tahoma, Arial, Sans-Serif;
	color: #930000;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #DE8629;
}

a:hover {
	text-decoration: underline;
}

