

/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body {
	font: 12px Verdana, Arial, sans-serif;
	color: #000000;
}

p {
	font: 12px/18px Verdana, Arial, sans-serif;
	color: #000000;
}

h1 {	
	font: 100 18px 'Times New Roman', Times, serif;
	color: #FFCD66;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {	
	font-size: 18px;
}

h3 {	
	font-size: 16px;
	font-weight: bold;
	color: #00407D;
}

h4 {	
	font: 900 13px 'Times New Roman', Times, serif;
	color: #FFCD66;
	text-transform: uppercase;
	letter-spacing: 6px;
}

h5 {	
	font-size: 13px;
}

h6 {	
	font-size: 13px;
	font-weight: bold;
	color: #00407D;
}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

table, tr, td {
	vertical-align: top;
}
