.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #4D281B;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.titlesBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003399;
}
.boldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003399;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CECEA9;
	background-image: url(media/bg.jpg);
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}.border {
	border: thin solid #896C29;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.RedSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FF0000;
	font-style: normal;
}
#tiny {
	font-size: x-small;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#tiny a {
	font-size: x-small;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#tiny a:hover {
	text-decoration: none;
}
h2 {
	color: #003399;
	margin: 1px;
}
.grassBG {
	background-image: url(media/grass_bg.jpg);
}
.leftBG {
	background-image: url(media/left.gif);
}
.centerFillBG {

	background-image: url(media/center_fill.jpg);
}
.rightBG {

	background-image: url(media/right.jpg);
}
.linksBG {


	background-image: url(media/links.jpg);
}
pre {
	white-space: pre; /* CSS2 */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 380px;
	min-width:300px;  
	max-width: 400px;
	overflow: hidden;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}


.pageText {
	width: 400px;
}
