body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.headstatus {
	padding: 3px;
	background-color: #FFFF99;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
div.statusbar {
	padding: 3px;
	background-color: #FFFF99;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
}
a {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF3300;
}
div.gray_uedge {       
	width:100%;
        background-image: url(/images/roundedborders/gray_div.gif);
        background-position: top left;
	background-repeat: repeat-x;}
	 
div.gray_redge {
	width:100%;
   background-image: url(/images/roundedborders/gray_div.gif);
	 background-position: top right;
	 background-repeat: repeat-y;}
	 
div.gray_bedge {
	width:100%;
    background-image: url(/images/roundedborders/gray_div.gif);
		background-position: bottom left;
		background-repeat: repeat-x;}
				
div.gray_ledge {
	width:100%;
    background-image: url(/images/roundedborders/gray_div.gif);
		background-position: top left;
		background-repeat: repeat-y;}
		
div.gray_ulcorner {
	width:100%;
    background-image: url(/images/roundedborders/gray_topLeft.gif);
		background-position: top left;
		background-repeat: no-repeat;}
		
div.gray_urcorner {
	width:100%;
    background-image: url(/images/roundedborders/gray_topRight.gif);
		background-position: top right;
		background-repeat: no-repeat;}
				
div.gray_blcorner {
	width:100%;
    background-image: url(/images/roundedborders/gray_bottomLeft.gif);
		background-position: bottom left;
		background-repeat: no-repeat;}
		
div.gray_brcorner {	
		width:100%;	
		background-image: url(/images/roundedborders/gray_bottomRight.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		}
		.orange {
			color: #FF3300;
		}		
		a.orange {
			color: #FF3300;
		}
		a.orange:hover {
			color: #fe7f00;
		}
		a.orange:visited {
			color: #FF3300;
		}
		div.letters {
	font-size: 11px;
}

div.letters{
padding: 7px; text-align: right;
}
div.letters a:link{
text-decoration:none;
color: #000000;
padding: 2px; margin-bottom: 20px; font-size: 12px;
}
div.letters a:visited{
text-decoration:none;
color: #000000;
padding: 2px; margin-bottom: 20px; font-size: 12px;
}
div.letters a:hover{
text-decoration:none;
color: #000000;
padding: 2px; margin-bottom: 20px; font-size: 12px;
}
div.letters a.current:link{
text-decoration:none;
color: #fe7f00;
font-weight:bold;
}
div.letters a.current:visited{
text-decoration:none;
color: #fe7f00;
font-weight:bold;
}
div.letters a.current:hover{
text-decoration:none;
color: #fe7f00;
font-weight:bold;
}
div.letters a span{
	padding: 2px; margin-bottom: 20px; font-size: 12px;
}.logtext {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
h1.af{
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bf3125;
}


/* Image Preview */
.rxthumb{position: relative; z-index: 0; text-decoration: none;}
.rxthumb:hover{background-color: transparent; z-index: 1;}
.rxthumb span{ /*CSS for enlarged image*/ position: absolute; background-color: lightyellow; padding: 5px; left: -1000px; border: 1px solid #ccc; visibility: hidden;display: none; color: black; text-decoration: none;}
.rxthumb span img{ /*CSS for enlarged image*/ border-width: 0; padding: 2px;}
.rxthumb:hover span{ /*CSS for enlarged image on hover*/ visibility: visible;display: table; top: 0; left: 60px; /*position where enlarged image should offset horizontally */}
/* End Image Preview */