@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #F60;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #333;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #333;
	font-weight:bold;
}
.whitetext {
	color:#FFF;
	line-height:18px;
}
.blacktext {
	color:#000000;
	line-height:12px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px dashed #666666;
}
.form_nospace { margin-top: 0; margin-bottom: 0; }
.smallwhitetext {
	color:#FFF;
	line-height:18px;
	font-size:10px;
}
.text_white {
	color:#FFF;
	font-size:12px;
}
.text_red {
	color:#CC0000;
	font-size:12px;
}
.orangebold {
	font-weight: bold;
	color: #ff6600;
}
.orangeboldsmall {
	font-weight: bold;
	color: #ff6600;
	font-size:11px;
}
.bigdarkgreytext {
	font-size:22px;
	color:#333;
}
.blackborder {
	border: 1px solid #000;
}
.border {
	border: 1px solid #999999;
}
.linespacing {
	line-height:17px;
}
a.orange:link {
	color: #ff6600;
	text-decoration: none;
	font-weight:bold;
}
a.orange:visited {
	text-decoration: none;
	color: #ff6600;
	font-weight:bold;
}
a.orange:hover {
	text-decoration: none;
	color: #666;
	font-weight:bold;
}
a.orange:active {
	text-decoration: none;
	color: #666;
	font-weight:bold;
}
a.small:link {
	color: #FFF;
	text-decoration: none;
	font-size:10px;
}
a.small:visited {
	text-decoration: none;
	color: #FFF;
	font-size:10px;
}
a.small:hover {
	text-decoration: none;
	color: #333;
	font-size:10px;
}
a.small:active {
	text-decoration: none;
	color: #333;
	font-size:10px;
}
.greysmalltext {
	color:#333;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
}
a.underlined:link {
	color: #666;
	text-decoration: underline;
	font-weight:bold;
}
a.underlined:visited {
	text-decoration: underline;
	color: #666;
	font-weight:bold;
}
a.underlined:hover {
	text-decoration: underline;
	color: #ff6600;
	font-weight:bold;
}
a.underlined:active {
	text-decoration: underline;
	color: #ff6600;
	font-weight:bold;
}
a.dark:link {
	color: #333;
	text-decoration: none;
}
a.dark:visited {
	text-decoration: none;
	color: #333;
}
a.dark:hover {
	text-decoration: none;
	color: #333;
}
a.dark:active {
	text-decoration: none;
	color: #333;
}
a.smalldark:link {
	color: #333;
	text-decoration: none;
	font-size:10px;
}
a.smalldark:visited {
	text-decoration: none;
	color: #333;
	font-size:10px;
}
a.smalldark:hover {
	text-decoration: none;
	color: #333;
	font-size:10px;
}
a.smalldark:active {
	text-decoration: none;
	color: #333;
	font-size:10px;
}

.float_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}