body{
	marginheight: 0px 0px 0px 0px;
	background-image: url('siteart/bg_color.gif');
	background-repeat: y-repeat x-repeat;
	}
	
td{
	font-family: arial,helvetica; 
	font-size: 10pt;
	font-weight: bold;
	color: #993333;
}

.hdr_text {
	font-family: arial,helvetica; 
	font-size: 9pt;
	font-weight: normal;
	color: #993333;
	line-height: 12pt;
	background-image: url('siteart/big_box.gif');
	background-repeat: no-repeat;
	padding-left: 12pt;
}

.hdr_text2{
	font-family: arial,helvetica; 
	font-size: 9pt;
	font-weight: normal;
	color: #993333;
	line-height: 12pt;
	background-image: url('siteart/text_box_a.gif');
	background-repeat: no-repeat;
	padding-left: 12pt;
}


/*Buttons*/
a:link { 
	text-decoration: none;
		color:#A5A4A5;
	}

a:active {
	text-decoration:none;
		color:#A5A4A5;
	}

a:visited { 
	text-decoration:none;
		color:#A5A4A5;
	}
a:hover { 
	text-decoration:none;
		color:#A5A4A5;
	}
	
	
	/*Email*/
a:link.em { 
	text-decoration: underline;
		color:#993333;
	}

a:active.em {
	text-decoration:none;
		color:#993333;
	}

 a:visited.em { 
	text-decoration:underline;
		color:#993333;
	}
a:hover.em { 
	text-decoration: underline;
		color:#993333;
	}