img {
    border: none;
}
FONT, TD, P, DIV, INPUT, TEXTAREA, FORM, SELECT { 
	font-family: Arial, sans-serif;
	font-size: 12px;
}
A { 
	color: #000000; 
	text-decoration: underline; 
	background: none;
}
A:link {
    color: blue;
    background: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}
A:active {
    background: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}
A:visited {
    background: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
}
A:hover {
    background: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: underline;
}
.toplink { 
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	background: none;
	font-size: 12px;
}
.toplink A:link { 
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	background: none;
	font-size: 12px;
}
.toplink A:hover { 
	color: yellow;
	font-family: Arial, sans-serif;
	background: none;
	font-size: 12px;
    text-decoration: none;
}
.toplink A:visited { 
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	background: none;
	font-size: 12px;
}
.title { 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	background: none;
}
.option { 
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-decoration: none; 
	background: none;
	font-size: 13px;
}
.optgray{
    color: #787878;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: none;
    font-size: 13px;
}
.storycat { 
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-decoration: underline; 
	background: none;
	font-size: 13px;
}
.tiny { 
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: normal; 
	text-decoration: none; 
	background: none;
	font-size: 11px;
}
.storytitle { 
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-decoration: none; 
	background: none;
	font-size: 13px;
}
.boxtitle { 
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-decoration: none; 
	background: none;
	font-size: 12px;
}
.content { 
	color: #000000;
	font-family: Arial, sans-serif;
	background: none;
	font-size: 12px;
}
.boxcontent { 
	color: #000000;
	font-family: Arial, sans-serif;
	background: none;
	font-size: 12px;
}
.sideboxtitle { 
	color: #A52D2D;
	background: none;
}
.storyboxtitle { 
	color: #FFFFFF; 
	background: none;
}
.cellbox {
    border-top: 1px #FDE8CB solid; 
    border-left: 1px #FDE8CB solid; 
    border-right: 1px #FDE8CB solid; 
    border-bottom: 1px #FDE8CB solid;
    font-family: Arial, sans-serif;
    font-size: 9pt; 
    font-weight: normal;
}
.formtexts {
    text-decoration: none; 
    background-color: #D1D1D1; 
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}
hr {
    height: 0px;
	border: solid #ad774b 0px;
	border-top-width: 1px;
}
.forumline {
    background-color: #999999;
    border: 2px #F2F2F2 solid;
}
td.row1 {
    background-color: #F2F2F2;
}
td.row2 {
    background-color: #EFEFEF;
}
td.row3 {
    background-color: #E7E7E7;
}
.cattitle {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    color : #000000;
}
a.cattitle {
    text-decoration: none;
    color : #000000;
}
a.cattitle:hover {
    text-decoration: underline;
}
.pn-normal {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color : transparent;
}
.pn-normal A:hover, A:active {
	color: #000000;
}
.pn-title {
	font-size: 13px;
	font-weight: bold;
	color: #003471;
	text-decoration: none;
	background-color : transparent;
}
.pn-title A:hover, A:active {
	color: blue;
}
.pn-sub {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color : transparent;
}
.pn-sub A:hover, A:active {
	color: #000000;
}
.pn-tiny {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color : transparent;
}
.pn-logo {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	background-color : transparent;
}
A.pn-logo:hover, A.pn-logo:active	{
	color: #9E0B0E;
}
.highlight_hook {
    background: yellow;
}