/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

<style type="text/css">
body {
	background-color: #f0f5fb;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #000;
	font-size: 85%;
}
h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #1d487e;
	clear: both;
}
h1 {
	font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
	border-bottom: 0 solid #8f8fb3;
	text-align: center;
}
h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0 solid #8f8fb3;
}
h3 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0 solid #8f8fb3;
}
h4 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 1px solid #8f8fb3;
}
blockquote {
	color: #006;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Courier New', Courier, monospace;
}
code {
	color: navy;
}
img {
	border: 0 solid #ddd;
}
a:link img {
	border: 0;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.Navigation {
	width: 95%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	display: block;
	background-color:#Dff2fd;
	font-size: 85%
}
.Navigation h3 {
	padding: 0;
	font-size: 110%;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.Navigation ul {
	list-style-type: none;
	padding: 0 0 8px 5px;
}
.Navigation li {
	background-color: #ffc;
	border: 1px solid #8f8fb3;
}
.Navigation a:link {
	color: blue;
	display: block;
	padding: 3px 3px 3px 4px;
	text-decoration: none;
	background-color:#b7cbe3;
	
}
.Navigation a:visited {
	color: purple;
	display: block;
	padding: 3px 0 3px 4px;
	text-decoration: none;
}
.Navigation a:hover {
	color: red;
	display: block;
	padding: 3px 0 3px 4px;
	background-color: #d3e4fb;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style8 {
	color: #1d487E;
	font-weight: bold;
	font-style: italic;
	font-size: xx-large;
}
.style9 {
	font-size: x-small
}
.style10 {
	color: #666666;
	font-style: italic;
	border-bottom: 1px solid #8f8fb3;
}
.style12 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
li {
	line-height: normal;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 12px;
}
.style15 {
	color: #006666;
	font-size: small;
	font-weight: bold;
	border-bottom: 2px solid #006666;
}
.style16 {color: #006666; font-size: medium; font-weight: bold; }
</style>


