﻿/* RESET */
body,div,dl,dt,dd,/*ul,ol,li,*/h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
/*ol,ul { 
	list-style:none; 
} */
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/

	body 
	{
		background-color: #FFFFFF;
		color: #000000;
		font-family: Verdana, sans-serif;
		font-size: 10pt;
		
	}
	
	#wrapper
	{
		width:43em;
		margin:0 auto;
	}
	
	
	table {width:42em; }

    :link {font-size: 12pt; color: #0000FF }
    
	:visited {font-size: 12pt; color: #800080 }
	
	.contactus:link {font-size: 10pt; font-weight: bold; color: #0000FF }
    
	.contactus:visited {font-size: 10pt; font-weight: bold; color: #800080 }
	
	hr {color: #800000; }
    
	td.c7 {width: 50%; border-right: solid 2px rgb(192,192,192)}
    
	p.c6 {text-align: left}
    
	p.c4 {font-weight: bold; text-align: center}
    
	p.c1 {text-align: center}
	
	strong.phone {color: #800000; font-weight: bold;}
	
	p.title {font-weight: bold; text-align: left; color: #FFFFFF}
	
	.logo {float: left}
	
	td  { padding: 5px;}
