body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
}

table, td {
		width:100%;
		border:0px;
	}

td { vertical-align:top;}

a:hover{text-decoration:none;}

img { border:0px;}

.m_text, td, li, a, input, textarea, select
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#636363;
	}

a, strong, span { color:#282828; line-height:14px;}

input, textarea, select { color:#363636;}

.m1_text { color:#7A7A7A; margin-left:25px;}

.ml5 { margin-left:5px}

.t_cell { padding-left:10px; vertical-align:middle;}
	
.c_text, .c_text a 
	{
	 	color:#939393; line-height:11px; text-decoration:none;
	}
	
.c_text a:hover { text-decoration:underline}

.cell_l { padding: 12px 20px 28px 10px}

.cell_r { padding: 20px 15px 10px 13px}

.line { height:3px; background-color:#7A7A7A;}

.dot_line { height:1px; background-image:url(images/h-l.gif); background-repeat:repeat-x}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		color: default;
	}


.input
	{
		width:110px; height:21px; border-color:#747474; border-width:1px; background-color:#ffffff; border-style:solid; padding-left:7px
	}


ul {margin:0; padding:0; list-style:none}
li {background:url(images/a.gif) no-repeat 0px 5px; margin: 0px 0px 0px 0px; padding:0px 0px 0px 10px; color:#7A7A7A; line-height:14px}

.ul1 li {background:url(images/h-l.gif) repeat-x left bottom; margin: 0px 0px 0px 0px; padding:0px 0px 0px 0px; padding-top:3px; padding-bottom:3px}	

.ul1 li a { line-height:11px; text-decoration:none; margin-left:6px;}

.ul1 li a:hover { text-decoration: underline}


/*** CONTACT FORM **/
#contactForm table {
	width: 300px;
	margin:0;padding:0;
}
#contactForm input {
	margin:0;
	width:200px !important;
	padding:1px;
}
#contactForm td {
	margin:0;padding:0;	
	height:24px !important;
}
#contactForm textarea {
	width:200px !important;
	height:80px;
}

#contactForm .errorMsg{ 
	display:block;
	margin:0;
	padding:3px 0;
	color:#ff5500;
}

#contactForm .required {
	color:#ff6600;
	background:inherit;
}
#contactForm .submit {
	width: 50px !important;
	float:right;
}

#thankyou {
	border:1px solid #ff6600;
	padding: 30px;
	margin:10px;
	width:300px;
}









