body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}


.highlight {
	background-color: #FDF4C2;
}
.highlightSHOUT {
	background-color: #776273;
	font-weight: bold;
	color: #FDFBF2;
	}

.makered {
	color: #ff0000;
}


.textbig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;

}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.texttiny {
	font-size: 75%;
}
.thumbstroke {
	border: 1px solid #523C60;
}


.row1 {
	background-color:#faf6e5;
	font-size: 12px;
}











.row2 {
	color: #333333;
	background-color:#eae6c8;
	font-size: 12px;
}
.tableheader {
	color: #2b3d4d;
	background-color:#e1daac;
	font-size:15px;
}




a:link {
	color: #2159B6;
}
a:visited {
	color: #7A6379;
}
a:hover {
	background-color: #FDF4C2;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #004594;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #6D6441;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #004A8D;
	margin-bottom:3px;
	margin-top:-9px;
}.img_border {
	border: 3px solid #e5dfc6;
}
hr {
	height: 1px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #D6CB9D;
	border-right-color: #D6CB9D;
	border-bottom-color: #D6CB9D;
	border-left-color: #D6CB9D;
}
