/*-----------------------------------------------------------------------------
	Fonts
-----------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: #B89367; 
}  

.bold {
	font-weight: bold;
	color: #009966;
}

.italic {
	font-style: italic;
	font-weight: bold;
	color: #006666;
}

p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
} 

h3	{
	font-face: Arial;
	color: #990000;
} 

td {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
} 

b {
	font-weight: bold;
	color: #006666;
}

i {
	color: #006666;
}

.smallText {
	color: #996633;
	font-size: 11px;
}



/*-----------------------------------------------------------------------------
	Tables
-----------------------------------------------------------------------------*/
 
.leftShadow {
	background-image: url(../images/img_lShadow.gif);
	background-repeat: repeat-y;
} 

.rightShadow {
	background-image: url(../images/img_rShadow.gif);
	background-repeat: repeat-y;
} 

.midLine {
	background-image: url(../images/img_midLine.gif);
	background-repeat: repeat-y;
}

.mainTable {
	background-color: #C6C6A1;
}

.leftNavsTable {
	background-color: #111137;
}
	
/*--------------------------------------------------------------------------
	Link
-----------------------------------------------------------------------------*/



a:Link, a:Active, a:Visited {
	font-family: Arial;
	color: #990000;
	text-decoration: none;
}

a.footerLink:Link, a.footerLink:Active, a.footerLink:Visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 11;
	color: #996633;
	text-decoration: none;
} 

a.footerLink:Hover {
	text-decoration: underline;
}


