@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;
	background-color: #FFBDD6;
	font-family:  Tahoma,"Cordia New","MS Sans Serif", Tahoma, sans-serif;	
	font-size: 15px;	
	font-style: normal;
	font-weight: normal;	
}
a {
	font-family:  Tahoma,"Cordia New","MS Sans Serif", Tahoma, sans-serif;
	font-size: 15px;	
	font-style: normal;
	font-weight: normal;	
	color: #000000;
	text-decoration: none;
}
a:link {	color: #000000;text-decoration: none;}
a:active {	color: #000000;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a:hover {	color: #000000;text-decoration: none;}

table,td,tr {
	text-decoration: none;
	font-family:  Tahoma,"Cordia New","MS Sans Serif", Tahoma, sans-serif;
	font-size: 15px;	
	color: #000000;	
}
