@charset "utf-8";
body,td,th {
	color: #2F0C00;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #844200;
}
a:hover {
	color: #2f0c00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #844200;
}
body {
	background-color: #ECE9BE;
	background-image: url(../backgrounds/brownbg.jpg);
	background-attachment: fixed;
}
.topedge {
	background-image: url(../borders/bordertop.png);
	background-repeat: repeat-x;
}
.standardtext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #2F0C00;
}
.smallitalictext {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #2F0C00;
}
.topleft {
	background-image: url(../corners/topleft.png);
	background-repeat: no-repeat;
}
.topright {
	background-image: url(../corners/topright.png);
	background-repeat: no-repeat;
}
.standardsmalltext {font-family: Arial, sans-serif; font-size: 10px; color: #2F0C00; }
.leftedge {
	background-image: url(../borders/borderleft.png);
	background-repeat: repeat-y;
}
.rightedge {
	background-image: url(../borders/borderright.png);
	background-repeat: repeat-y;
}
.bottomedge {
	background-image: url(../borders/borderbottom.png);
	background-repeat: repeat-x;
}
.bottomleft {
	background-image: url(../corners/botttomleft.png);
	background-repeat: no-repeat;
}
.bottomright {
	background-image: url(../corners/bottomright.png);
	background-repeat: no-repeat;
}
.tableback {
	background-image: url(../backgrounds/paperbg.jpg);
	background-repeat: repeat;
}
.bolditalic {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	text-transform: none;
	color: #2F0C00;
}
.standardsmalltextlight {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #ECE9BE;
}
.headertextlight {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ECE9BE;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
}
.standardmediumltextlight {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ECE9BE;
}
.bolditalicorange {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	text-transform: capitalize;
	color: #CC6600;
}
.headertext {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #2F0C00;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	font-style: oblique;
}
.standardtextlarge {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
}
.headertextdark {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #2F0C00;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
}
