@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: 9px;
	font-style: normal;
	font-weight: normal;	
}

a:link {	color: #AA0909;text-decoration: none;}
a:active {	color: #AA0909;text-decoration: none;}
a:visited {color: #AA0909;text-decoration: none;}
a:hover {	color: #AA0909;text-decoration: underline;}

table,td,tr {
	text-decoration: none;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 9px;	
	color: #666666;	
	line-height:18px;
}
p {
	margin:10px 0px 0px 0px;	
}
