@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../graphics/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	margin: 0px;
	color: #FDE0B5;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	line-height: 17px;
}

/*Hyperlink Style*/
a {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #FDE0B5;
	 text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: FE8001; 
	 text-decoration:underline;
}

/* Additional Link Style*/
a.brown_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #432706;
	font-size: 9pt;
}

a.brown_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #432706;
	font-size: 9pt;
}
 
.pic_box {
	background-image: url(../graphics/pic_bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	margin: 3px;
	border: 1px solid #4D110E;
}

.pic {
	margin: 5px;
	border: 2px solid #4D110E;
}

.lt_8 {
    color: #FDE0B5;
	font-size: 8pt;
}

.lt_9 {
    color: #FDE0B5;
	font-size: 9pt;
}

.lt_12 {
    color: #FDE0B5;
	font-size: 12pt;
}

.lt_14 {
    color: #FDE0B5;
	font-size: 14pt;
}

.lt_orange_9 {
	color: #FE8001;
	font-size: 9pt;
}

.lt_orange_10 {
	color: #FE8001;
	font-size: 10pt;
}

.lt_orange_12 {
	color: #FE8001;
	font-size: 12pt;
}

.lt_orange_14 {
	color: #FE8001;
	font-size: 14pt;
}

.lt_orange_16 {
	color: #FE8001;
	font-size: 16pt;
	line-height: 30px;
}

.drk_red_8 {
	color: #450c0a;
	font-size: 8pt;
}

.drk_red_9 {
	color: #450c0a;
	font-size: 9pt;
}

.drk_red_10 {
	color: #450c0a;
	font-size: 10pt;
}

.drk_red_12 {
	color: #450c0a;
	font-size: 12pt;
}

.drk_red_14 {
	color: #450c0a;
	font-size: 14pt;
}

.buttons {
	color: #FDE0B5;
	font-size: 10pt;
}

.buttons a {
	color: #FE8001;
	font-size: 10pt;
	text-decoration: none;
}

.buttons a:hover {
	color: #FDE0B5;
	font-size: 10pt;
}
