	body{
	margin:0 0 1em 0;
	font-size:14px;
	font-family: arial, sans serif;
	background-image:url(../img/bkgd.jpg);
    background-repeat:repeat;
    height:100%;
	overflow:auto;
	}
	.container_width{
	width:760px;
	background-color:#FFFFFF;
	}

	table tr td{
	font-size:14px;
	font-family: arial, sans serif;
	}

	a{
	font-family: arial, sans serif;
	font-weight:600;
	font-size:14px;
	color:#21464F;
	}
	a:hover{
	color:#222222;
	}

	a.foot{
	font-family: arial, sans serif;
	font-weight:600;
	font-size:12px;
	color:#21464F;
	}
	a.foot:hover{
	color:#222222;
	}

	a.catg{
	color:#234850;
	font-size:16px;
	text-decoration:underline;
	}
	a.catg:hover{
	color:#990000;
	font-size:16px;
	text-decoration:underline;
	}

	td.menu{
	height:25px;
	width:200px;
	padding:0.3em;
	border-left:solid 1px #000000;
	border-bottom:solid 1px #FFFFFF;
	background-color:#234850;
	}
	td.menu a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	}
	td.menu a:hover{
	color:#F0DEBA;
	font-size:12px;
	text-decoration:none;
	}
	td.menuh{
	height:25px;
	width:200px;
	padding:0.3em;
	color:#F0DEBA;
	font-weight:600;
	border-left:solid 1px #000000;
	border-bottom:solid 1px #FFFFFF;
	background-color:#234850;
	}

	td.bodycon{
	height:130px;
	border-collapse: collapse
	}
	#leftcell{
	background-color:#E6DBD1;
	}
	#border_left{
	background-image:url(../img/bkgdfrmL.jpg);
	background-repeat:repeat-y;
	width:4px;
	}
	#border_right{
	background-image:url(../img/bkgdfrmR.jpg);
	background-repeat:repeat-y;
	width:4px;
	}

	h1{
	color:#21464F;
	font-size:18px;
	}
	h2{
	color:#000000;
	font-size:14px;
	}
	h3{
	color:#000000;
	font-size:14px;
	}
	hr{
	margin-top:0.5em;
	margin-bottom:1em;
	}

	.bold_url{
	color:#21464F;
	font-family:Georgia, Times New Roman;
	}

	.bold_url2{
	color:#21464F;
	font-family: arial, sans serif;
	margin:0;
	}

	ul.dir{
	list-style-image:url(../img/preview-icon.jpg);
	}
table form {
 border: 1px solid #C4BCBA;
 padding: 1px;
}
table input {
 background-color:#E5DBD1;
}

.cat { color: {CATFONTLINK}; font-family: {CATFONT}; font-size: {CATFONTSIZE}px; font: {CAT_VALUE}; text-decoration: {CATFONTU};}
.cat_alpha { color: {CATFONTLINK}; font-family: {CATFONT}; font-size: {CATFONTSIZE}px; font: {CAT_VALUE}; }
a.cat:link { color: {CATFONTLINK}; font-family: {CATFONT}; font-size: {CATFONTSIZE}px; font: {CAT_VALUE}; text-decoration: {CATFONTU}; }
a.cat:visited { color: {CATFONTLINK}; font-family: {CATFONT}; font-size: {CATFONTSIZE}px; font: {CAT_VALUE}; text-decoration: {CATFONTU}; }
a.cat:hover { color: {CATFONTHOVER}; font-family: {CATFONT}; font-size: {CATFONTSIZE}px; font: {CAT_VALUE}; text-decoration: {CATFONTU}; }
.listingtext { font-family: {LISTINGTEXTFONT}; color: {LISTINGTEXTFONTCOLOR}; font-size: {LISTINGTEXTFONTSIZE}px; }
.listingtitle { font-family: {LISTINGTITLEFONT}; color: {LISTINGTITLEFONTCOLOR}; font-size: {LISTINGTITLEFONTSIZE}px; font: {LISTINGTITLE_VALUE}; text-decoration: {LISTINGTITLEFONTU}; }

#feature_div {
    position:fixed;
    top:21.2%;
    left:45%;
    z-index:2;
    width:550px;
    height:375px;
    padding:10px 20px;
    border:3px double #000;
    background-color:#fff;
    background-image:url(images/cloud.gif);
    background-repeat:no-repeat;
    text-align:justify;
    margin:-85px 0 0 -240px;
	overflow:auto;
 }
#show_div {
    position:relative;
	top:0;
    left:490px;
    z-index:2;
    width:50px;
    line-height:20px;
    border:3px double #000;
    background-color:#fff;
    font-size:12px;
    text-align:center;
    cursor:pointer;
 }
.hide {
    display:none;
 }
#screen {
    position:fixed;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#003;
    opacity:0.8;
    filter:alpha(opacity=80);
}