/* BGSTYLES.CSS */
body
{
	FONT-FAMILY: verdana, arial, times;
	font-size: 12px;
	background-color:#c1925e;
	color: #000000;
	margin: 0 0 0 0;
}
h1
{
	font-size:24px;
	color: #4f4f4f;
	text-align: center;
}
h2
{
	font-size:20px;
	color: #4f4f4f;
	text-align: center;
}
h3
{
	font-size:16px;
	color: #4f4f4f;
}
a:link 
{
	color: #0A66BA;
	text-decoration: underline; 
	cursor: pointer; 
	font-size: 10px;
	font-weight: bold;
}
a:visited 
{
	color: #404080; 
	text-decoration: underline; 
	cursor: pointer; 
	font-size:10px;
	font-weight: bold;
}
a:hover 
{
	color: #0000ff; 
	text-decoration: underline; 
	cursor: pointer; 
	font-size:10px;
	font-weight:bold;
}
a:active 
{
	color: #FF0000; 
	text-decoration: underline; 
	cursor: pointer; 
	font-size:10px;
	font-weight: bold;
}

.searchbkg
{
	background-image: url("pics/searchbkg.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 130px;
}
.staboff
{
	background-image: url("pics/staboff.gif");
	background-repeat: no-repeat;
	color: #ffffff;
	height: 27px;
	width: 116px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.stabon
{
	background-image: url("pics/stabon.gif");
	background-repeat: no-repeat;
	color: #ffffff;
	height: 27px;
	width: 116px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.title_bar_left
{
	height: 195px;
	width: 18px;
	background-image: url("pics/title_bar_left.gif");
	background-repeat: no-repeat;
	font-size: 1px;
}
.title_bar_bkg
{
	height: 195px;
	background-image: url("pics/title_bar_bkg.gif");
	background-repeat: repeat-x;
	vertical-align: top;
}
.red10b
{
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.grn10b
{
	font-size: 10px;
	font-weight: bold;
	color: #008000;
}
.blue8
{
	font-size: 8px;
	font-weight: normal;
	color: #0A66BA;
}
.blue10b
{
	font-size: 10px;
	font-weight: bold;
	color: #0A66BA;
}
.blu14b
{
	font-size: 14px;
	font-weight: bold;
	color: #0A66BA;
}
.blue16b
{
	font-size: 16px;
	font-weight: bold;
	color: #0A66BA;
}
.bk8
{
	font-size: 8px;
	font-weight: normal;
	color: #4f4f4f;
}
.bk10
{
	font-size: 10px;
	font-weight: normal;
	color: #4f4f4f;
}
.bk10b
{
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
}
.bk16b
{
	font-size: 16px;
	font-weight: bold;
	color: #4f4f4f;
}
.frtl
{
	background-image: url("pics/frtl.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 13px;
	height: 13px;
}
.frt
{
	background-image: url("pics/frt.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 13px;
}
.frtr
{
	background-image: url("pics/frtr.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 13px;
	height: 13px;
}
.frl
{
	background-image: url("pics/frl.png");
	background-repeat: repeat-y;
	background-position: center left;
	width: 13px;
}
.fr
{
	background-color: #ffffff;
}
.frr
{
	background-image: url("pics/frr.png");
	background-repeat: repeat-y;
	background-position: center right;
	width: 13px;
}
.frbl
{
	background-image: url("pics/frbl.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 13px;
	height: 13px;
}
.frb
{
	background-image: url("pics/frb.png");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 13px;
}
.frbr
{
	background-image: url("pics/frbr.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 13px;
	height: 13px;
}
.rgtl
{
	background-image: url("pics/rgtl.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 13px;
	height: 13px;
}
.rgt
{
	background-image: url("pics/rgt.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 13px;
}
.rgtr
{
	background-image: url("pics/rgtr.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 13px;
	height: 13px;
}
.rgl
{
	background-image: url("pics/rgl.png");
	background-repeat: repeat-y;
	background-position: center left;
	width: 13px;
}
.rg
{
	background-color: #eed5ba;
}
.rgr
{
	background-image: url("pics/rgr.png");
	background-repeat: repeat-y;
	background-position: center right;
	width: 13px;
}
.rgbl
{
	background-image: url("pics/rgbl.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 13px;
	height: 13px;
}
.rgb
{
	background-image: url("pics/rgb.png");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 13px;
}
.rgbr
{
	background-image: url("pics/rgbr.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 13px;
	height: 13px;
}
table
{
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0 0 0 0;
}
td
{
	padding: 0 0 0 0
}
.btn100
{
	width: 100px;
	height: 25px;
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url("pics/btn100off.png");
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0;
	background-color: transparent;
}

.look100 
{
    border:#994732 2px solid;
    font-size: 12px;
	color:#808080;
	background-color: #ffffff;
	width: 100px;
}
input.look250 
{
    border:#994732 2px solid;
    font-size: 12px;
	color:#808080;
	background-color: #ffffff;
	width: 250px;
}
input.look500 
{
    border:#994732 2px solid;
    font-size: 12px;
	color:#808080;
	background-color: #ffffff;
	width: 500px;
}
.left_bkg_top
{
	background-image: url("pics/left_bkg_top.gif");
	background-position: top right;
	background-repeat: no-repeat;
	height: 10px;
	font-size: 2px;
}
.left_bkg
{
	background-image: url("pics/left_bkg.jpg");
	background-position: right;
	background-repeat: repeat y;
}
.nofont
{
	font-size: 1px;
	height: 1px;
}
