
/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p {
	font: 12px georgia, serif;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	margin: 0px;
}

p{
	line-height: 2.5ex;
}

ul, li {
	font: 12px georgia, serif;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	margin-left: 10px;
	line-height: 2.3ex;
	padding-bottom: 7px;
	}

h1.top {	
	font: 24pt georgia, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff;
	padding: 5px;
	padding-left: 10px;
}
	
h1 {
	font: 24px georgia, serif;
	font-weight: bold;
	color: #5F77A5;
	text-align:center;
}

h2 {	
	font: 24px georgia, serif;
	font-weight: bold;
	color: #93BEEA;
}

h3 {	
	font: 18px georgia, serif;
	color: #93BEEA;
}

h4 {	
	font: 18px georgia, serif;
	color: #20365F;
}

h5 {	
	font: 14px georgia, serif;
	color: #5F77A5;
}

h6 {	
	font: 14px georgia, serif;
	color: #93BEEA;
}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #5F77A5;
}	

a:visited {
	font: 12px georgia, serif;
	font-weight: bold;
	text-decoration: none;
	color: #233A67;
}

a:hover {
	text-decoration: underline;
	color: #93BEEA;
}	