a:link {
	color : #FFEBCD;
}

a:visited {
	color : #FFEBCD;
}

a:hover {
	color : #F4A460;
	text-decoration: underline;
}

body {
	background : #996633;
	color: #FFFAF0;
	font-family: Verdana, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	color: #FFF8DC;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1px;
	text-align: center;
}

h2 {
	background: #F4A460;
	color: Black;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: center;
}

h3 {
	color: #F4A460;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	color: #EDE9BA;
	font-size: 12px;
	font-weight: bold;
}

h5 {
	background: #F4A460;
	color: Black;
	font-size: 11px;
	font-weight: lighter;
	text-align: center;
}

hr {
	color: #FFFFCC;
	height: 1pt;
}

.heading {
	background: #F4A460;
	color: Black;
	font-size: 12px;
	font-weight: lighter;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: center;
}

.menu {
	border: 1px dotted;
	font-weight: 800;
	text-transform: capitalize;
}

.news {
	color: #FFDEAD;
	font-size: 7pt;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

.warning {
	background: #F5DEB3;
	border: dotted #FF0000;
	color: #FF0000;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
}


.specBig {
	color: #EFD55C;
	font-size: 22px;
}

.specMedium {
	color: #EFD55C;
	font-size: 16px;
}

.specNormal {
	color: #EFD55C;
	font-size: 12px;
}

.specSmall {
	color: #EFD55C;
	font-size: 10px;
}

.specTiny {
	color: #EFD55C;
	font-size: 8px;
}

.rowHeader {
	background: Maroon;
	font-weight: bold;
}

.rowNormal {
	color: Black;
	background: #CD853F;
}

.rowEven {
	color: Black;
	background: #D2691E;
}

.rowInactive {
	color: Black;
	background: #A9A9A9;
}

.cellImportant {
	color: White;
	font-weight: bold;
	text-decoration: underline;
	}
