@charset "utf-8";
/* CSS Document */

form
{
	padding:0px;
	margin:0px;
}

h1
{
	font-size:18px;
	color:#006388;
	font-style:italic;
	padding:15px 0px 10px 0px;
	margin:0px;
}

h2
{
	font-size:14px;
	background:url(/images/h3_bullet.gif) no-repeat 0px 5px;
	padding-left:13px;
	font-weight:normal;
	color:#006388;
	clear:both;
}

a
{
	color:#006388;
	text-decoration:none;
}

a:hover
{
	color:#006388;
}

a img
{
	border:none;
}

a.button
{
	background:url(/images/button.jpg) repeat-x;
	text-align:center;
	padding-top:4px;
	height:22px;
	width:131px;
	display:block;
	font-weight:bold;
	color:#006388;
}

a.button:hover {color:#333;}

p, pre
{
	font-size:12px;
	color:#000;
	font-weight:normal;
	padding:7px 0px;
	margin:0px;
}

div.clear_both
{
	clear:both;
	height:0px;
	overflow:hidden;
	margin:0px;
	border:none;
	padding:0px;
}

ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}

li
{
	background:url(/images/bullet.gif) no-repeat 0px 3px;
	padding-left:15px;
}

select, input
{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding:2px;
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #e4d897;
}

table
{
	border:none;
}

th
{
	padding:4px 20px 4px 10px;
	text-align:left;
	background-color:#f8f5e5;
	border-top:1px solid #e4d897;
	border-bottom:1px solid #e4d897;
	border-right:1px solid #fff;
	margin:0px;
}

td
{
	padding:4px 10px 4px 10px;
	border-bottom:1px solid #e4d897;
	vertical-align:middle;
	text-align:left;
}

table.bottom_logos {border-top:1px solid #e4d897; margin-top:1px; margin-bottom:10px;}
table.bottom_logos td {text-align:center; border:none; padding-top:10px;}
