/* CSS Document */

h1
{
	font-family: "Trebuchet MS";
	/*font-size: 19pt;*/
	color: #f07408;
}

h2
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #f07408;
}

div#textbox h2
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #f07408;	
	background-image: url(../icons/icon_header.gif);
	background-repeat: no-repeat;
	margin-top:4px;	
	padding-left:32px;
	background-position: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f07408;
}


h3
{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #f07408;
	margin:0px;
}

div#textbox p
{
	width:640px;
	padding-left:32px;
	padding-right:32px;
}

p
{
	margin:0px;
}

li
{
	list-style-type: none;
	margin-left:0px;
	padding:0px;
}

ul
{
	margin-left:0px;
	padding:0px;
}

a
{
	font-family: Verdana;
	font-size: 8pt;
	color: #747474;
	font-weight: 100;	
}

a.frmsearch
{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight:bold;
	color: #f07408;
	margin:0px;
	text-decoration:none;
}


