/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td		{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

html	{
	height:100%
}

body 	{
	text-align:center
}

table 	{
	border-collapse:collapse; 
	border:0px; 
	width:100%;
}
a, object {
	outline:none;
}

tr.border_bottom{/*<-----------------------------custom*/
	border-bottom: 1pt solid lightgray;
}

td 		{
	vertical-align:top
}

th 		{
	text-align:left; 
	vertical-align:top;
	width:155px;
	font-weight:bold !important;
	color: #800000 !important;
	font-size: medium !important;
}

img		{
	border:none;
	/*padding-right: 10px;*/
}

h1 		{
	font-size:130%
}
h2 		{
	/*color:#4e3f3d; font-size:26px; line-height:19px; display:block;  padding:10px 21px 18px 0; font-weight:bold;*/
	font-size: 26px;
	padding: 5px 0 5px 0 !important;
	color: #444;
	line-height: 26px;
	font-weight: bold;
}
h3 		{
	font-size:110%
}
h4		{
	font-size:110%
}
a.slider	{
	color:#FFF !important;
	
}

p		{
	padding:0px 0px 10px 0px;
}

textarea .inputbox {
	width:300px; 
	height:100px; 
	margin:0px 0px 5px 0px;
}

select	{
	height:auto; 
	margin:0px 0px 2px 0px; 
	vertical-align:middle
}

ul {
	list-style:disc;
	margin:0px 0px 0px 23px;/*<-----------------------was 15px*/
}
ol {
	margin:0px 0px 0px 15px;
}

.width	{
	width:100%
}
.main	{
	margin:auto; 
	text-align:left
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */