body {
	background-image: url(images/background.gif);
	margin:0px;
	padding:0px;
	background-color: #A8A8A8;
	background-repeat: repeat-x;
}
td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#6B6B6B;
	line-height:14px;
}
a {
	text-decoration: underline;
	color:#6B6B6B;
	font-family:tahoma;
}
.copy{
font-family:tahoma;
font-size:9px;
color:#6B6B6B;
text-decoration:none;
}


.gray {color:#6B6B6B; text-decoration:none}
.orange {color:#FF7E00; text-decoration:none}
.white {color:#FFFFFF; text-decoration:none}
.small {font-size:9px; line-height:12px}
.u {text-decoration:underline}
.t {text-transform:uppercase}


.form { width:158px;
		height:16px;
		font-family:tahoma;
		font-size:11px;
		border-style:solid;
		border-width:1px;
		border-color:#CCCCCC;
		background-color:#ffffff;
		color:#898989;
		margin-left:0px;
		margin-right:0px}
		
		
.textarea {width:243px;
		height:86px;
		font-family:tahoma;
		font-size:11px;
		border-style:solid;
		border-width:1px;
		border-color:#C2C2C2;
		background-color:#F7F7F7;
		color:#898989;
		overflow:auto;
		margin-left:0px;
		margin-right:0px}
		

.rollover {scrollbar-face-color:#8B8B8B;
		scrollbar-track-color:#E2E2E2;
		scrollbar-arrow-color:#ffffff;
		scrollbar-3Dlight-color:#ffffff;
		scrollbar-base-color:#ffffff;
		scrollbar-shadow-color:#ffffff;
		scrollbar-darkshadow-color:#ffffff;
		scrollbar-highlight-color:#ffffff;}


a:hover{text-decoration:underline;}

#under{text-decoration:underline;}

.greyborder {
	border: 1px solid #6B6B6B;
}
.attention {
	font-weight: bold;
	color: #FF0000;
}
