/* CSS Document */

body {
	margin:0px; padding:0px;
	text-align:center;
}
	
#Content {
	width:779px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:1px dashed #333;
	background-color: white;
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	vertical-align: top;
	background-position: top;
}

h2 {
	font-size: 12px;
	text-align: left;
	font-style: oblique;
	letter-spacing: 2.5px;
	text-align: left;
	color: #5995C0;
	font-style: oblique;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	text-align: left;
	color: #333333;
	font-style: normal;
	line-height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.25pt;
}

h3 {
	font-size: 8px;
	text-align: center;
	color: #5995C0;
	line-height: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 9px;
	text-align: center;
	color: #333333;
	line-height: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

p {
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}

p1 {
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

p2 {
	font-size: 13.5px;
	text-align: justify;
	line-height: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}

p3 {
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

/*LINKS LINKS LNKS*/

a:link {
	color: #0066FF;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #333333;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}

a:active {
	background-color: #666666;
}

