@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("text.css");
@import url("form.css");
@import url("decorate.css");

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;	
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FF7E00; 
	SCROLLBAR-SHADOW-COLOR: #FF7E00; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #FF7E00; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-BASE-COLOR: #FFFFFF;
}

a {	
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;		
	color: #73624E;
	text-decoration: none;
}
a:link {	color: #73624E;text-decoration: none;}
a:active {	color: #73624E;text-decoration: none;}
a:visited {color: #73624E;text-decoration: none;}
a:hover {	color: #73624E;text-decoration: underline;}

table,td,tr {
	text-decoration: none;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;		
	line-height:18px;	
}
p {
	margin:10px 0px;	
}

