/* Headers */
H1 {
	color : #F4F659;
	font-weight : bold;
	font-size : 24px;
	margin:3px;
	padding: 3px;
}

H2 {
	color : #fffc9a;
	font-weight : bold;
	font-size : 16px;
}

SPAN.h1class {
	color : #F4F659;
	font-weight : bold;
	font-size : 24px;
}

SPAN.h2class {
	color : #ffffff;
	font-weight : bold;
	font-size : 18px;
}

/* Content */
P, LI {
	font-size : 12px;
	color : #ffffff;
}

A {
	font-size : 12px;
    color: #dEb200;
    text-decoration: none
}
A:hover {
    text-decoration: underline
}

EM {
	color : #444444;
	font-style : italic;
}

SPAN.largetext {
	font-size: 16px;
}

.small {
	color : #ffffff;
	font-size: 9px;
}

A.small {
	color : #ffffff;
	vertical-align: super;
	font-size: 8px;
}
A.small:hover {
	text-decoration: underline
}

A.internallink {
	font-weight: bold;
}

A.internallink:hover {
    text-decoration: underline
}

HR {
	height : 1px;
	border-bottom : 1px dashed #770411;
}

/* Tables */
TABLE.box {
	border : 1px solid #be8200
}

TD.tableheader {
	background-color : #993333;
	color : #FFFF00;
	font-weight : bold;
}

TD.tableItem {

}

TD {
	font-size: 12px;
	color : #ffffff;
	font-weight : normal;
}


