@charset "utf-8";
/* CSS Document */

a, body, table, td, textarea, tr, p, div, h1, h2, h3, h4, h5, input {
	/*This property describes the color of the text on the whole page*/
	color: #7864a4;
	/*This property describes the size of the text on the whole page*/
	font-size: 10pt;
	/*This property describes the type of the text on the whole page*/
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

body{
margin:0px;
background-color:#ded2ff;

} 

a:hover{
	color: #eab527;
	font-size: 10pt;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;

}

td.header_cell{
background:url(Upload/header_bg.jpg) repeat-x;

}
