h1{
	margin:0;
	text-align:center;
	font-size:11px;
	color:#cccccc;
}
h2{
	margin:0;
	text-align:center;
	font-size:16px;
	color:#ff0000;
}
h3{
	margin:0;
	text-align:left;
	font-size:16px;
	color:#000000;
}
a{
	text-decoration: none;
	color: #333333;
}
a:link {
	color: #6666cc;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #6666CC;
	font-size:12px;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-size:12px;
}
a:active {
	text-decoration: none;
	color: #FF6600;
	font-size:12px;
}
body {
	margin: auto
	padding: 0px;
	background-position: center;
	background-repeat: repeat-y;
	background-image:  url(images/bg_body.gif);
	text-decoration: none;
	color: #333333;
}
table , td ,tr {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
