/* --------------------------------------------------------------------
	base.css contains basic formatting such as type sizes and colors.
   ------------------------------------------------------------------*/
   
   
   
html {
	margin: 0;
	padding: 0;
	}
	

body {
	background: url(../images/page_bg.gif) #fcb34a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:11px;
	color:#fcb34a;
	margin: 0;
	}

img {border:none;}

p { font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #333;
	}
	


/* LINKS */

a:link {color: #f0913e; text-decoration: underline;}
a:visited {color: #f0913e; text-decoration: underline;}
a:active {color: #f0913e; text-decoration: underline;}
a:hover {color: #7b2d19; text-decoration: none;}



/* LISTS */

ol,ul,li,dl,dt,dd {font-family:arial,verdana,helvetica,sans-serif; font-size: 11px;}


/* HEADERS */

h1 {font-family: arial,helvetica,sans-serif, verdana,; font-size: 15px; font-weight: bold; color:#f0913e; margin:15px 0 5px 0px; padding:0; } 
h2 {font-size: 16px; font-weight: bold; margin:4px 0;} 
h3 {font-size: 14px; font-weight: bold; margin:4px 0;} 
h4 {font-size: 13px; font-weight: bold; margin:4px 0;} 	
h5 {font-size: 12px; font-weight: bold; margin:4px 0;}


/* CLASSES */

.red {color: #980f20;}
.blue{color: #14103c;}
.white{color: #fff;}
.green{color:#006600;}
.underline {text-decoration: underline;}
.TblBorder{background-color:#333333;}/* Box Border */


/* SIZE CLASSES */

.px1 {font-size: 1px;}
.px2 {font-size: 2px;}
.px3 {font-size: 3px;}
.px4 {font-size: 4px;}
.px5 {font-size: 5px;}
.px6 {font-size: 6px;}
.px7 {font-size: 7px;}
.px8 {font-size: 8px;}
.px9 {font-size: 9px;}
.px10 {font-size: 10px;}
.px11 {font-size: 11px;}
.px12 {font-size: 12px;}
.px13 {font-size: 13px;}
.px14 {font-size: 14px;}
.px15 {font-size: 15px;}
.px16 {font-size: 16px;}
.px17 {font-size: 17px;}
.px18 {font-size: 18px;}
.px19 {font-size: 19px;}
.px20 {font-size: 20px;}
