@charset "utf-8";
/* CSS Document */

body {
	background-color: #000055;
	font: 12pt / 1.3, Verdana, Geneva, sans-serif;
	color:#ffffff;
}

h1 {
	font-variant:small-caps;
	word-spacing: -0.1em;
	letter-spacing: 0.1em;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

h3 {
	color:#ffffff;
	size:12pt;
}


p {
	line-height:normal;
}

p.tl {
	color:#ffffff;
	line-height:normal;
	font: 10pt / 1.3, Verdana, Geneva, sans-serif;
}

a:link {
	color: ff3366;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
a:visited {
	color: ffdd00;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}

a:hover, a:focus {
	text-decoration:underline;
}
	

p.toplink {
	text-align:center;
	font-size: 12px;
}

p.topinst {
	size:8;
	text-align:center;
}
p.extlink {
	size:14;
	
	}
	
a.extlink:link {
	color: ff3366;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
a.extlink:visited {
	color: ffdd00;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}

a:hover, a:focus {
	text-decoration:underline;
}

#logo {
	background: url(/images/test_logo.png) no-repeat;
	position: absolute;
	right: 500px;
	width: 334px;
	height: 36px;
	text-indent: -9999em;
	margin: 0;
	top: 206px;
}
