/* CSS Document */

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}

td, p {
	font-size: 11pt;
	line-height: 15pt;
	}

h1 {
	color: #5C8BCB;
	font-size: 18pt;
	line-height: 20pt
	}

h3 {
	color: #5C8BCB;
	font-size: 14pt;
	}

th {
	background-color: #DDD;
	font-size: 10pt;
	}

.nav {
	margin-bottom: 20px;
	}

.content {
	margin: 20px;
	}

.caption {
	color: #5C8BCB;
	font-weight: bold;
	}

.footer {
	font-size: 9px;
	color: #999;
	width: 800px;
	}

.footer-inner {
	text-align: center;
	}

.footer-inner a {
	color: #999;
	}

hr.yarn {
	clear: both;
	height: 30px;
	border: 0;
	background-image: url(../images/horz-ln.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 40px;
	}

.required {
	color: #DD0000;
	}