/* ::::::::::: Begin Main ::::::::::: */
TD 		{
		font-family: Arial, Helvetica, sans-serif;
		color : #000000;
		font-size: 10pt;
		}

P 		{
		font-family: Arial, Helvetica, sans-serif;
		color : #000000;
		font-size: 10pt;
		}
A		{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color : #000000;
		padding-left: 5px;
		line-height: 20px;
		font-size: 10pt;
		text-decoration: none;
		}
		
A:visit	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color : #000000;
		font-size: 10pt;
		}

A:hover	{
		font-weight: bold;
		color : #0033CC;
		text-decoration: none;
		}
/* ::::::::::: End Main ::::::::::: */

/* ::::::::::: Top Navigation ::::::::::: */
#fnb 	{ 
		position: absolute; 
		z-index: 21; 
		top: 69px; 
		left: 155px; 
		}

#snb 	{ 
		position: absolute; 
		z-index: 22; 
		top: 87px; 
		left: 155px; 
		}

.navone	{
		font-family: Arial, Helvetica, sans-serif;
		color : #ff0000;
		font-size: 8pt;
		font-weight : bold;
		text-decoration: none;
		}

.navtwo	{
		font-family: Arial, Helvetica, sans-serif;
		background-color: blue;
		color : #FFFFFF;
		font-size: 8pt;
		font-weight : bold;
		text-decoration: none;
		}
/* ::::::::::: End Top Navigation ::::::::::: */

/* ::::::::::: Story Classes ::::::::::: */
.story_title {
		font-family: Arial, Helvetica, sans-serif;
		color : #000000;
		font-size: 14pt;
		font-weight : bold;
		text-decoration: none;
		}
/* ::::::::::: End Story Classes ::::::::::: */ 

.front 	{
		font-family: Arial, Helvetica, sans-serif;
		color : #ff0000;
		font-size: 10pt;
		font-weight : bold;
		text-decoration: none;
		}
		
		
.housebutton {
padding: 2px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: center;
}

.housebutton a {
padding: 2px;
text-decoration: none;
width: 85px;
color: #ffffff;
background-color: #0000ff;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
}

.housebutton a:hover {
color: #ff0000;
background-color: #ffffff;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 2px #000000 solid;
text-decoration: none;
}

