.Orange
{
	color: #FF9900;
}

hr
{
	color: #FF9900;
	background-color: #FF9900;
	height: 3px;
}

a img
{
	border: 3px solid #ccc;
}
a:hover img
{
	border: 3px solid #FF9900;
}

a:link
{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-bottom-style: none;
	border-width: thin;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-bottom-style: none;
	border-width: thin;
	text-decoration: none;
}

a:hover
{
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-bottom-style: none;
	border-width: thin;
	text-decoration: none;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
}

ul
{
	font-family: Arial, Helvetica, sans-serif;
}

table.data 
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

th.data_left
{
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 20px;
	font-weight: bold;
} 

th.data_center
{
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
	border-bottom: 2px #fff solid;
	font-size: 20px;
	font-weight: bold;
} 

td.data_left
{
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
	width: 10%;
	font-weight: bold;
}

td.data_center
{
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px #fff solid;
	width: 10%;
	font-weight: bold;
}