@charset "utf-8";
/* CSS Document */

<style> p {
font-family: Arial;
font-size:9px;
line-height:17px
}
td {
	font-family: Arial;
	font-size:8x;
	color:#000000;
}
h1 {
	font-family: Arial;
	font-size:9px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-transform: uppercase;
	color: #A8AAAE;
}
li {
	color:#000000;
	text-decoration:none;
}
a:link {
	color:#ffffff;
	text-decoration:none
}
a:visited {
	color:#ffffff;
	text-decoration:none
}
a:hover {
	color:#d5d5d5;
	text-decoration:none
}
a.general {
	text-decoration:none;
	color:white;
}
a.general:hover {
	cursor:hand;
	color:black;
}
a.contact_us {
	text-decoration:none;
	color:bbbbbb;
}
a.contact_us:hover {
	cursor:hand;
	color:black
}
a.web {
	text-decoration:none;
	color:#808080;
}
a.web:hover {
	cursor:hand;
	color:black
}
a.mail {
	text-decoration:none;
	color:#575757;
}
a.mail:hover {
	cursor:hand;
	color:black
}
a.banner {
	text-decoration:none;
	color:#efefef;
}
a.banner:hover {
	cursor:hand;
	color:black
}
a.banner:visited {
	cursor:hand;
	color:#efefef;
}
/** content table **/
table.tbl_content {
	width:100%;
}
thead td {
	color: #fff;
	background: #F00;
	padding-left:0px;
	font-family:calibri;
	font-size:13px;
	font-weight:bold;
	line-height:20px;

}
 </style>

