/* form formatting*/
input{
    font-family: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
    font-size: 11px; color: Black;
}

textarea{
    font-family: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
    font-size: 11px; color: Black;
}

select{
    font-family: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
    font-size: 11px; color: Black;
}

option{
    font-family: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
    font-size: 11px; color: Black;
}
/* end form formatting*/


#text{
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #AC0115;
}

.posttitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #535601;
}

.othertitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #AC0115;
}

/* text link */
a:link { 
	color: #FD5F00; 
	text-decoration: none;
	font-weight: bold;
}

a:active { 
	color: #FD5F00; 
	text-decoration: none;
	font-weight: bold;
}
	
a:visited { 
	color: #FD5F00; 
	text-decoration: none;
	font-weight: bold;
}

a:hover { 
	color: #AC0115; 
	text-decoration: none;
	font-weight: bold;
}

/* bottom nav bar */
#bottomnav{
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D12B0C;
}

/* bottom nav link */
a.bottomnav:link { 
	color: #FB83A0;
	text-decoration: none;
	font-weight: normal;
}

a.bottomnav:active { 
	color: #FB83A0;
	text-decoration: none;
	font-weight: normal;
}
	
a.bottomnav:visited { 
	color: #FB83A0;
	text-decoration: none;
	font-weight: normal;
}

a.bottomnav:hover { 
	color: White; 
	text-decoration: none;
	font-weight: normal;
}

/* side bar */
#sidebar{
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #535601;
}

/* side bar link */
a.sidebar:link { 
	color: #535601;
	text-decoration: none;
	font-weight: bold;
}

a.sidebar:active { 
	color: #535601;
	text-decoration: none;
	font-weight: bold;
}
	
a.sidebar:visited { 
	color: #535601;
	text-decoration: none;
	font-weight: bold;
}

a.sidebar:hover { 
	color: #AC0115; 
	text-decoration: none;
	font-weight: bold;
}

/* ph=1 */
/* nhm:from_kauri */
