@charset "UTF-8";
/* CSS Document */

a:link {
	color: #c82127;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c82127;
}
a:hover {
	text-decoration: underline;
	color: #324865;
}
a:active {
	text-decoration: none;
	color: #3A2218;
}

.brown_links A:link {text-decoration: none; color:#3A2218}
.brown_links A:visited {text-decoration: none; color:#3A2218;}
.brown_links A:active {text-decoration: hover; color: #324865;}
.brown_links A:hover {text-decoration: underline; color: #c82127;}

.brown_links {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #3A2218;
}

.brown_links_bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #3A2218;
}

.brown_links_bold A:link {text-decoration: underline; color:#3A2218}
.brown_links_bold A:visited {text-decoration: none; color:#3A2218;}
.brown_links_bold A:active {text-decoration: hover; color: #324865;}
.brown_links_bold A:hover {text-decoration: underline; color: #c82127;}

.blue_links A:link {text-decoration: none; color:#324865}
.blue_links A:visited {text-decoration: none; color:#324865;}
.blue_links A:active {text-decoration: hover; color: #3A2218;}
.blue_links A:hover {text-decoration: underline; color: #c82127;}

.blue_links {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #324865;
}

.blue_links_underline:visited {text-decoration: none; color:#324865;}
.blue_links_underline:active {text-decoration: none; color: #3A2218;}
.blue_links_underline:hover {text-decoration: none; color: #c82127;}

.blue_links_underline {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #324865;
	text-decoration: underline;
}
body {
	background-color: #F6F2E7;
	background-position: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #3A2218;
	text-align:justify;
}

.txt_bcgrnd_other {
	background-color: #F6F2E7;
	background-image: url(images/txt_bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.maintext {
	text-align:justify;
}

.txt_bcgrnd {
	background-color: #F6F2E7;
	background-position: center;
}

a:link {
	color: #c82127;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c82127;
}
a:hover {
	text-decoration: underline;
	color: #324865;
}
a:active {
	text-decoration: none;
	color: #3A2218;
}
.style1 {
	font-size: 11px
}

.blueText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #324865;
	text-align:justify;
}

.blue_links A:link {text-decoration: none; color:#324865}
.blue_links A:visited {text-decoration: none; color:#324865;}
.blue_links A:active {text-decoration: hover; color: #3A2218;}
.blue_links A:hover {text-decoration: underline; color: #c82127;}

.blue_links {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #324865;
}

.over_twelve {
	margin-left:12px;
}

.over_twenty {
	margin-left:20px;
}