/*
* Global Type Style
* ---------------------------------------------------- */
body, p, div, td, th, tr, form, ol, ul, li, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #707070;
	}
	a:Link     {color: #AB7271; text-decoration:none; background-color: #F7E6E6}
	a:Visited  {color: #AB7271; text-decoration:none; background-color: #F7E6E6}
	a:Active   {color: #AB7271; text-decoration:none; background-color: #F7E6E6}
	a:Hover    {color: #AB7271; text-decoration:underline; background-color: #F7E6E6}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
 	margin: 0;
 	color: #AB7271;
	}
	
p {
	font-size: 10px;
	padding: 5px auto;
 	margin: 0;
 	color: #707070;
	}
	
