a {
	text-decoration: underline;

	color:;
}
a:hover{
	text-decoration: underline;
	color: #F8C313;
}
a:visited{
	text-decoration: underline;
	color: #333333;
}
body {
	background:url(images/bg.gif) center top;
}

body, td {
	color: #333333;
	font-family: arial;
	font-size: 11px;
	margin: 20px 0px 30px 0px;
	padding: 0px;
	text-align: justify;
	line-height: 20px;
}
img{ border: none; }

h1 {
	font-size: 28px;
	line-height: normal;
	margin: 0px;
	color: #cccccc;
	text-align: center;
	font-weight: normal;
	display: inline;
}
h2 {
	font-size: 16px;
	line-height: normal;
	color: #666666;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	display: inline;
	color: #F9C301;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	
}
h4 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
	text-align: center;
	margin-bottom: -25px;
	margin-right: -7px;
	
}

ol {
	margin:0px 0px 0px 10px;
	padding-left:15px;
}
ul {
	margin:0px;
	padding-left:15px;
	text-align:left;
}
li {
	margin:0px;
	padding-left:0px;
	text-align:left;
	font-weight: bold;
	color: #666666;
}
strong {
	color: #666666;
}
.ten {
	font-size: 10px;
}
.RED {
	font-weight: bold;
	color: #FF0000;
}

div {
	float:left;
	background-repeat:no-repeat;
}
.Image{
	border:#f8c313 1px solid;
}

