@charset "utf-8";
/* CSS Document */
<!--
html {
	height: 100%;
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	height:100%;
	background-color: #D4D6D8;
	color: #544C4E;
}

input {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
select {
	font-family: Arial, sans-serif;
	font-size: 11px;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #D48F28;
}

a:active, a:hover {
	text-decoration: underline;
	color: #D48F28;
}

.srchbx_greyback
{
	border:0px;
	height: 20px;
	width: 180px;
	padding-top:4px;
	margin-bottom:0px;
	background: url(/images/gen/srchmod_txtbxback.gif) repeat-x left top;
	font-size:10px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* font modifiers */
.xsm {font-size: 10px;}
.sm {font-size: 11px;}
.med {font-size: 12px;}
.lrg {font-size: 14px;}
.xl {font-size: 16px;}
.xxl {font-size: 18px;}

.wh {color: #ffffff;}
.blk {color: #000;}
.grey {color: #666;}
.ltgrey {color: #C3C0C1;}
.purp {color: #B24398;}
.blu {color: #4990BC;}
.red {color:#CC0000;}
.red1 {color:#a62700;}
.greyblu {color: #646464;}
.orange {color:#D48F28;}
.orangered {color:#f74818;}
.brown {color:#775a3a;}

.bld {font-weight: bold;}
.und {text-decoration:underline;}
.ita { font-style:italic;}

.txt {color: #746959;}

a.white:link, a.white:visited {
	color: #FFFFFF;
}

a.white:active, a.white:hover {
	color: #FFFFFF;
}

a.orange:link, a.orange:visited {
	color: #D48F28;
}

a.orange:active, a.orange:hover {
	color: #D48F28;
}

a.blu:link, a.blu:visited {
	color: #4990BC;
}

a.blu:active, a.blu:hover {
	color: #4990BC;
}
li {
	list-style-type: disc;
	list-style-position: inside;
}

-->


