body, td { 
	color: #B7B797; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
}

body {
	background-image: url(images/common/background.gif);
	background-repeat: repeat-y;
}

.title {
	color: #FFFFFF;  
	font-size: 12px; 
	font-weight: bold;
}

.small {
	font-size: 11px; 
	font-weight: normal;
	font-style: italic; 
}

form.tb { 
	display:inline; 
}

.textbox {
	border: 1px #948027 solid; 
	width: 345px; 
}

select, input, textarea { 
	color: #000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
}

a:link, a:active, a:visited { 
	color: #F57900; 
	text-decoration: none; 
	font-weight: normal;
}

a:hover { 
	color: #F57900; 
	text-decoration: underline; 
	font-weight: normal;
}

.leftfade {
	background-image: url(images/common/bottom_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.content {
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
}

.imgborder{
	border: 1px solid #FFFFFF;
}

