body {

}


a {
	color: #A52A2A;
	font-size: 13px;
	font-weight: normal;
	font-family: "arial black", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	cursor: move;
}


a.section1 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-family: "arial black", sans-serif;
	text-decoration: none;
	cursor: default;
	background-color: #000000;
}


a.section2 {
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
	font-family: "arial black", sans-serif;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 4px;
	cursor: default;
}


a.navigation1 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	font-family: "comic sans ms", sans-serif;
	text-decoration: none;
	text-transform: none;
	cursor: move;
}


a.navigation2 {
	color: #FFF68F;
	font-size: 15px;
	font-weight: normal;
	font-family: "comic sans ms", sans-serif;
	text-decoration: none;
	text-transform: none;
	cursor: move;

}


a.inactive {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: "arial black", sans-serif;
	text-decoration: line-through;
	text-transform: uppercase;
	background-color: rgba(169, 40, 45, 0.6);
	cursor: not-allowed;
}


a.new1 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-family: "comic sans ms", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	cursor: move;
	background-color: #000000;
}


a.new2 {
	color: #FFF68F;
	font-size: 15px;
	font-weight: bold;
	font-family: "comic sans ms", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	cursor: move;
	background-color: #000000;
}


/* a:link {this is for unvisited links} */

/* a:visited {this is for visited links} */


a.navigation1:hover {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-family: "comic sans ms", sans-serif;
	text-decoration: none;
	text-transform: none;
	background-color: #000000;
}


a.navigation2:hover {
	color: #FFF68F;
	font-size: 15px;
	font-weight: bold;
	font-family: "comic sans ms", sans-serif;
	text-decoration: none;
	text-transform: none;
	background-color: #000000;
}


/* a:active {this is for when the link is being clicked} */


tr, td {
	color: #392613; /* #8B4513 */
	font-size: 14px;
	font-weight: normal;
	font-family: arial, sans-serif;
	text-decoration: none;
	line-height: 1.5;
	cursor: text;
}


.header {
	color: #392613;
	font-size: 17px;
	font-weight: normal;
	font-family: "arial rounded mt bold", sans-serif;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	cursor: default;
}


.header2 {
	color: #A52A2A;
	font-size: 17px;
	font-weight: normal;
	font-family: "arial black", sans-serif;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom: 2px dashed #000000;
	cursor: default;
}


dt {
	text-decoration: underline;
	display: inline;
}


dd {
	display: inline;
	margin: 0px;
}


div.valign-center {
	display: inline-block;
	vertical-align: middle;
}


div.center {
	display: inline-block;
	text-align: center;
}


blockquote {margin: 0px;}


p.center {text-align: center;}


th.left {text-align: left;}


p.red {color: #B22222;}


.noimage {
	height: 110px; 
	width: 200px; 
	background-color: lightgray; 
	color: darkgray; 
	border: 1px solid darkgray;  
	font-size: 18px;
	padding-top: 90px;
}


table.medium-font td {font-size: 13px;}


table.small-font td {font-size: 12px;}
