a:link, a:active, a:visited { text-decoration: none; }

a:hover { text-decoration : underline; }

body,font,th,td {
	font-family: arial, helvetica;
	font-size : 15px;
	color : #000000;
}

/* Buttons */
.MainButton { color: #993333; background: #eecc99; font-weight: bold; }
.ResetButton { color: #ffffcc; background: #993333; font-weight: bold; }
.MainButtonDrk { color: #ffffcc; background: #993333; font-weight: bold; }
.ResetButtonDrk { color: #993333; background: #eecc99; font-weight: bold; }

/* Tables */
.BevelTableDrk { border-style:outset; border-color:#6b3838; background:#623232; }
.BevelTable { border-style:outset; border-color:#814141; background:#783b3b; }
.InsetTable { border-style:inset; border-color:#ffe5b3; background:#ffe5b3; }

/* Text sizes*/
.gentiny, .plgttiny, .pmedtiny, .pdrktiny, .slgttiny, .smedtiny, .sdrktiny, .hndbktiny { font-size : 9px; font-family: arial, helvetica;}
.gensmall, .plgtsmall, .pmedsmall, .pdrksmall, .slgtsmall, .smedsmall, .sdrksmall, .hndbksmall { font-size : 13px; font-family: arial, helvetica;}
.gen, .plgt, .pmed, .pdrk, .slgt, .smed, .sdrk, .hndbk { font-size : 15px; font-family: arial, helvetica;}
.genlarge, .plgtlarge, .pmedlarge, .pdrklarge, .slgtlarge, .smedlarge, .sdrklarge, .hndbklarge { font-size : 16px; font-family: arial, helvetica;}

/* General text */
.gen,.gensmall,.genlarge { color : #402020; }
a.gen,a.gensmall,a.genlarge { color: #402020; text-decoration: none; font-weight: bold}
a.gen:hover,a.gensmall:hover,a.genlarge:hover{ color: #402020; text-decoration: underline; }


/* Primary Light text */
.plgtbody { background-color: #ffe5b3 }
.plgttiny, .plgt,.plgtsmall,.plgtlarge { color : #ffe5b3; }
a.plgttiny, a.plgt,a.plgtsmall,a.plgtlarge { color: #ffe5b3; text-decoration: none; font-weight: bold}
a.plgttiny:hover, a.plgt:hover,a.plgtsmall:hover,a.plgtlarge:hover { color: #ffe5b3; text-decoration: underline; }

/* Primary Medium text */
.pmedbody { background-color: #eecc99 }
.pmedtiny,.pmed,.pmedsmall,.pmedlarge { color : #eecc99; }
a.pmedtiny,a.pmed,a.pmedsmall,a.pmedlarge { color: #eecc99; text-decoration: none; font-weight: bold}
a.pmedtiny:hover, a.pmed:hover,a.pmedsmall:hover,a.pmedlarge:hover{ color: #eecc99; text-decoration: underline; }

/* Primary Dark text */
.pdrkbody { background-color: #ffd789 }
.pdrktiny,.pdrk,.pdrksmall,.pdrklarge { color : #ffd789; }
a.pdrktiny,a.pdrk,a.pdrksmall,a.pdrklarge { color: #ffd789; text-decoration: none; font-weight: bold}
a.pdrktiny:hover,a.pdrk:hover,a.pdrksmall:hover,a.pdrklarge:hover{ color: #ffd789; text-decoration: underline; }


 

/* Secondary Light text */
.slgtbody { background-color: #993300 }
.slgttiny,.slgt,.slgtsmall,.slgtlarge { color : #993300; }
a.slgttiny,a.slgt,a.slgtsmall,a.slgtlarge { color: #993300; text-decoration: none; font-weight: bold}
a.slgttiny:hover,a.slgt:hover,a.slgtsmall:hover,a.slgtlarge:hover{ color: #993300; text-decoration: underline; }

/* Secondary Meduim text */
.smedbody { background-color: #783b3b }
.smedtiny,.smed,.smedsmall,.smedlarge { color : #783b3b; }
a.smedtiny,a.smed,a.smedsmall,a.smedlarge { color: #783b3b; text-decoration: none; font-weight: bold}
a.smedtiny:hover,a.smed:hover,a.smedsmall:hover,a.smedlarge:hover{ color: #783b3b; text-decoration: underline; }

/* Secondary Dark text */
.sdrkbody { background-color: #4D2626 }
.sdrktiny,.sdrk,.sdrksmall,.sdrklarge { color : #4D2626; }
a.sdrktiny,a.sdrk,a.sdrksmall,a.sdrklarge { color: #4D2626; text-decoration: none; font-weight: bold}
a.sdrktiny:hover,a.sdrk:hover,a.sdrksmall:hover,a.sdrklarge:hover{ color: #4D2626; text-decoration: underline; }




/* Handbook*/
.hndbkr1 { background-color: #402020 }
.hndbkr2 { background-color: #361c1c }
.hndbktbl { background-color: #291515 }
a.hndbktiny, a.hndbk,a.hndbksmall,a.hndbklarge { color: #ffe5b3; text-decoration: none;}
a.hndbktiny:hover, a.hndbk:hover,a.hndbksmall:hover,a.hndbklarge:hover { color: #ffe5b3; text-decoration: underline; }


/* Errors*/
.formerror { color: red; }

.NavButtonOn {
	cursor: hand;
	background-color: #eecc99;
	font-size : 12px;
	color : #783b3b;
	font-weight: bold;
	text-align : center;
	margin-bottom : 5px;
}

.NavButtonOff {
	cursor: hand;
	background-color: #783b3b;
	font-size : 12px;
	color : #eecc99;
	font-weight: bold;
	text-align : center;
	margin-bottom : 5px;
}