/*---------------------------------
|       Global Declarations       |
---------------------------------*/

body, td, p {
	font: normal 12px Tahoma, Verdana, Sans-Serif;
	line-height: 2.9ex;
	text-decoration: none;
	color: #003B78;
	margin: 0px;
}

h1 {	
	font: normal 20px Tahoma, Verdana, Sans-Serif;
	color: #003B78;
	text-transform: uppercase;
}

h2 {
	font: bold 18px Tahoma, Verdana, Sans-Serif;
	color: #003B78;
}

h3 {	
	font: normal 18px Tahoma, Verdana, Sans-Serif;
	color: #003B78;
}

h4 {
	font: bold 16px Tahoma, Verdana, Sans-Serif;
	color: #003B78;
}
	
h5 {
	font: normal 16px Tahoma, Verdana, Sans-Serif;
	color: #003B78;
	text-decoration: underline;
}
	
h6 {
	font: bold 14px Tahoma, Verdana, Sans-Serif;
	color: #003B78;
}

a:link, a:active, a:visited {
	font: Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	color: #003B78;
}

a:hover {
	text-decoration: underline;
	color: #003B78;
}
