.copy {
	font-size: 11px;
	color: #CCCCCC;
	padding-top:10px;	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12 px;
	color: #444444;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.page_title {font-size:18px; font-weight:bold;}
.padding {padding:18px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #444444;}
input {
	height: 18px;
	width: 95px;
	font-family: Arial;
	font-size: 12px;
	color: #4B4B4B;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	color: #4B4B4B;
	line-height: 11px;
}
select {
	height: 16px;
	width: 150px;
	font-family: Arial;
	font-size: 12px;
	color: #4B4B4B;
	line-height: 11px;
}
a {
	color:#6666CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.green:link, a.green:visited, a.green:active, {
	color:#99CC00;
	text-decoration: underline;
}
a.green:hover {
	text-decoration: none;
}

td.borders {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}
td.border_bottom {
	border-bottom: 1px solid #333333;
}
td.border_bottom_light {
	border-bottom: 1px solid #CCCCCC;
}
td.footer {
	background-color:999999;
	height:40px;
	border-top: 1px solid #333333;
}
td.text {
	padding:10px;
	padding-top:20px;
}
.bold {
	font-weight:bold;
}