body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
/*	background-color: #000000;*/
	background-image:url(images/texture_09.jpg);
	margin-top:0px;
}
/*Links*/
a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #FF0000;}
a:active {color: #FF0000;}

a.b:link {color: #FFCC33;}
a.b:visited {color: #FFCC33;}
a.b:hover {color: #CCCCCC;}
a.b:active {color: #FFCC33;}

/*H Tags*/
h1 {font-size: 14px; color:#000000;}
h2 {font-size: 14px; color:#000000;}
h3 {font-size: 14px; color:#000000;}
h4 {font-size: 14px; color:#000000;}
h5 {font-size: 14px; color:#000000;}
h6 {font-size: 14px; color:#000000;}

/*Paragraph*/
.par {margin-left: 1em;}
.par2 {margin-left: 2em;}

/*Fonts*/
.smtxt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.smtxtb {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold;}
.wht {color:#FFFFFF;}
.bktxt {font-size:13px; font-weight:bold; background-color: #E0D9BC; padding-left:5px;}
.bktxtin {font-size:13px; font-weight:bold; background-color: #F1EEE0; margin-left:8px;}
.bktxtin2 {font-size:13px; font-weight:bold; background-color: #FBF9F4; margin-left:13px;}
.hdtxt {font-size:14px; font-weight:bold;}
.hdtxt2 {font-size:13px; font-weight:bold;}
.hdtxt3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; background-color: #F1EEE0; display:block;}
.red {font-weight:bold; color:#FF0000;}


/*Borders*/
.bdrrt {border-right-style:solid; border-right-width:thin; border-right-color:#353267;}
.bdrbtm {border-bottom-color:#999999; border-bottom-style:dashed; border-bottom-width:thin;}
.bdrrb {border-right-style:solid; border-right-width:thin; border-right-color:#353267;border-bottom-color:#353267; border-bottom-style:dashed; border-bottom-width:thin;}
.bdrcpn {border:thin; border-style:dashed; border-color:#333333;}

/*Thumbnails*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/*external links*/
a[href^="mailto:"] {
	background: url(images/icons/email.gif) no-repeat right top;
	padding-right: 18px;
	}

a[href$=".pdf"] {
	background: url(images/icons/adobe.gif) no-repeat right top;
	padding-right: 18px;
	}
