.style5 {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style6 {font-size: 16px}
-->
</style>
</head>
<style>
<!--

a:hover{color:#8e0000; text-decoration:underline;}
a:link, a:visited{color:#8e0000; text-decoration:none}
body, table, td, th, p, div, input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
p{margin: 10px; font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;font-size:13px; font-weight:bold;}
.style11 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.style12 {
	color: #fcff00;
	font-weight: bold;
}
.style13 {
	color: #848c9f;
	font-size: 12px;
}

a:link {
	color:#8ccdff;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#8ccdff;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color:#8ccdff;
	text-decoration:none;
	font-weight:bold;
}



.pdf {
	width:475px;
	position:relative;
	margin:10px auto;
	background-color:#c0c0c0;
	padding:10px;
	border:#CCC 1px solid;
	color:#333;
}

.pdf a:link {
	color:#900;
	text-decoration:none;
	font-weight:bold;
	
}

.newSite {
	width:490px;
	position:relative;
	margin:10px 3px 15px 3px;
	background-color:#0357de;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:#CCC 1px solid;
	background: #0482e8; /* Old browsers */

background: -moz-linear-gradient(top,  #0482e8 29%, #0015a9 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#0482e8), color-stop(100%,#0015a9)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #0482e8 29%,#0015a9 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #0482e8 29%,#0015a9 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #0482e8 29%,#0015a9 100%); /* IE10+ */

background: linear-gradient(to bottom,  #0482e8 29%,#0015a9 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482e8', endColorstr='#0015a9',GradientType=0 ); /* IE6-9 */

}