h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #F06;
}

.m5 {
	font: normal 1.5em "Trebuchet MS",sans-serif;
	color: #F06;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-sherif;
    font-size: 10px;
    color: #000000;
    margin: 16px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    #background-color: #E5E5E5;    background: #FFF url(bg.gif) repeat-x;
}

a
{
    color: #F06;
    text-decoration: none;
}

table
{
    font-family: Verdana;
    font-size: 10px;
}

table.status
{
    font-family: Arial;
    color: #DDD;
    font-size: 0.9em;
}

ul
{
    font-family: Verdana;
    font-size: 10px;
}

li
{
    font-family: Verdana;
    font-size: 10px;
    
}

hr
{
	 noshade;
    height: 1px;
    color: #5C7DB2;
    background-color: #5C7DB2; 
}

a:link
{
    color: #888;
    text-decoration: none;
}

a:visited
{
    color: #888;
    text-decoration: none;
}

a:hover
{

	 color: #F06;
    text-decoration: none;
}

a:active
{
    color: #888;
    text-decoration: none;
}

input
{
    font-family: Verdana;
    font-size: 12px;
    font-wight: normal;
    border: 1px solid;
}

input.input { 
	width: 142px; 
	border: 0;
	background: #FFF url(input2.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Verdana, Arial, Sans-Serif;
}

span.select {
	position: absolute;
	width: 150px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(input2.gif) no-repeat;
	overflow: hidden;
}

.item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}

.subnav {
	background: #222;	padding: 12px 12px 0;
}
.subnav h1 {
	color: #F06;
	font-size: 1.4em;
	height: 12px;
}

.subnav h3 {
	color: #F06;
	font-size: 1.2em;
	height: 8px;
}
.subnav table {
	margin: 0 0 16px;
	padding: 0;
}
.subnav td { 
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav td a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav td a:hover {
	color: #DDD;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}
