body
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

a
{
	color: #036;
}
	

select
{
	width: 100px;
	/*
	border-bottom: solid, 1px, #036;
	border: 1px solid #036;
	color: #036;
	font-family: Verdana, Arial;
	font-size: 11px;
	*/
}

textarea
{
	/*
	border: 1px solid #036;
	color: #036;
	font-family: Verdana, Arial;
	font-size: 11px;
	*/
}

td.boldtext
{
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

td.header
{
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

td.title
{
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}

td.itemlabel
{
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

td.titleborder
{
	color: #666666;
	border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

td.normalborder
{
	color: #666666;
	border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: center;
}

td.boldred
{
	color: #f00;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
}

td.itemreq
{
	color: #f00;
	font-family: Verdana, Arial;
	font-size: 11px;
}

td.itemvalue
{
	color: #666;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-bottom: 5px;
}

td.maintext
{
	color: #666666;
	font-family: Verdana, Arial;
	padding-left: 20px;
	padding-right: 20px;
}

.normaltext
{
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

td.topnavigationbackground
{
	background-image: url(images/top_nav_bkgd.gif);
	height: 30px;
	vertical-align: bottom;	
}

.boldred
{
	color: #f00;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;	
}

.normalred
{
	color: #ff0000;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

.smallred
{
	color: #f00;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}

.smallblack
{
	color: #000;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}

.tableborderthin
{
	border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

ol,ul,dl {  
     /*bringing lists on to the page with breathing room */  
	margin-left:2em;   
}
 
ol li {  
	/*giving OL's LIs generated numbers*/  
	list-style: decimal outside;       
}

ul li {  
	/*giving UL's LIs generated disc markers*/  
	list-style: disc outside;   
} 
 
