

/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, p, td {
	font: 12px georgia, serif;
	font-weight: normal;
	line-height: 3.4ex;
	text-decoration: none;
	color: #030;
	background-color: #92BBB6;
	margin: 0px;
}

h1 {	
	font-size: 34px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	line-height:1.0;
}

h2 {	
	font-size: 20px;
	color: #fff;
}

h3 {	
	padding-left: 5px;
	font-size: 16px;
	color: #fff;
}

h4 {	
	font-size: 14px;
	color: #fff;
}

h5 {	
	font-size: 12px;
	color: #fff;
}

h6 {	
	font-size: 10px;
	color: #fff;
}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #060;
}

a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #cfc;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}	