/* CSS Document */
#iframe	{
		overflow:auto;
		height:460px;
		padding-right: 5px;
	}


#navcontainer ul{
	padding: 5px 0 5px 0;
	margin:0;
	color: #5E1421;
	float: left;
	font-weight: normal;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
	padding-right: 34px;
	color: #5E1421;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
}

#navcontainer ul li a:hover{
	color: #5E1421;
	text-decoration: underline;
	font-weight: normal;
/*background: transparent url(../images/pointer1.gif) center left no-repeat;*/
}
#active{
	color: #5E1421;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
/*	background: transparent url(../images/pointer1.gif) center left no-repeat;*/
}
.current{
font-weight: bold;
/*background: transparent url(../images/pointer1.gif) center left no-repeat;*/
}




.header{
	font-family: Century Gothic;
	font-size: 11pt;
	color: #820f1e;
	font-weight: bold;
}
p{
	font-size: 9pt; 
	color: #820f1e;
	font-family: Century Gothic;
	margin: 10px;
}
td{
	font-size: 9pt; 
	color: #820f1e;
	font-family: Century Gothic;
	margin: 10px;
}
.period{
	font-size: 12pt;
	font-weight: bold;
	color: #820f1e;
	display:block;
	font-family: Century Gothic;
	margin: -5px 0 5px 0px;
}
hr{
	font-size: 11pt;
	color: #960f1e;
	font-family: Century Gothic;
	margin: 10px;
	height: 1px;
}
a:link{
	color: #820f1e;
	text-decoration: underline;
	font-family: Century Gothic;
	font-size: 9pt; 
	}
 
a:visited {
	color: #960f1e;
	text-decoration: underline;
	font-family: Century Gothic;
	font-size: 9pt;
	}

a:hover{
	color: #820f1e;
	text-decoration: underline;
	font-family: Century Gothic;
	font-size: 9pt;
	}

a:active {
	color: #960f1e;
	font-family: Century Gothic;
	font-size: 9pt;
	}

