body{
	padding : 0px;
	margin : 0px;
}

span {
	font-family: Verdana;
	font-size: 10px;
	color: #3F3F3F;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
}

p, li,ul, td {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #696868;
	line-height: 14px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 5px;
	}

h1 {
	font-weight:normal;
	font-family:Trebuchet MS;
	font-size: 13px;
	font-color: #4f4f4f;
	padding-left:25px;
	margin-bottom:-10px;
	margin-left:10px;
	margin-top:10px;
	}
h2, a.h2 {}
h3 {}
h4 {}
a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #696868;
}

input,textarea,select {
	font-size: 10px;
	color: #3F3F3F;
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	background-color: #ffffff;
}

/*custom classes*/

/*STRUCTURE & BG STYLES*/
.main_table {
	background-color:#FFFFFF;
	}
	
.container_table {
	background-image:url(images/bg_pattern.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	border:solid #aeaeae 1px;
	margin-top:15px;
	}

.right_col{
	width:501px;
	}

.left_col{
	width:335px;
	}

.orange_strip {
	background-image:url(images/top_orange_line.gif);
	background-repeat:repeat-x;
	}

.header_bg {
	padding-top:10px;
	padding-bottom:10px;
	}

/*CONTENT STYLES*/
.a {
font-family: Verdana;
font-size: 10px;
color: #3F3F3F;
padding-right : 15px;
background-image:  url(../images/a1.gif);
background-repeat: no-repeat;
background-position : right;
}

.content{
	background-color:#FFFFFF;
	vertical-align:top;
	border:solid #d05e12 1px;
	}
	
.img_orange {
	border:solid #d05e12 1px;
	}
	
.img_grey {
	border:solid #a9a8a8 1px;
	}
	
.side_pad {
	padding-right:35px;
	padding-bottom:15px;
	padding-left:10px;
}
.read_more {
	font-family:Trebuchet MS;
	font-size: 12px;
	font-color: #4f4f4f;
	text-decoration:underline;
	}
.form_style{
	border: 1px solid #d05e12;
	background: #ffffff;
	color: #a9a8a8;
	}

/*.none {	border: 0px;
	vertical-align : middle;}

.back {
color: #AAAAAA;
padding-left : 15px;
background-image:  url(../images/a2.gif);
background-repeat: no-repeat;
background-position : left;
}
.full{
height:100%;
width:100%;
}
.left {
float: left;
vertical-align : middle;
}
.right{
float: right;
}

*/

