body, td, div, .small, .header, .header2, input, textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}
.header {
	color: #D07208;
	font-size: 13px;
	font-weight:bold;}
.header2 {
	font-size: 14px;
	font-weight:bold;}
.small {
	font-size:10px;
	font-weight:normal;}
a {
	font-size:11px;
	text-decoration: underline;}	
a:link, a:visited, a:active {
	color: #000000;}	
a:hover {
	text-decoration: underline;}
a.small:link, a.small:visited, a.small:active {
	color:#000000;}
a.small:hover {
	color: #000000;
	text-decoration: underline;}
.linetop {
	border-top:1px solid #E9E6DF;}	
.linebottom {
	border-bottom:1px solid #E9E6DF;}

.tb{
	width: 150px;
	height: 12px;}
.btn {
	background-color:#D07208;
	border:1px solid black;
	background-image:url(../images/bg.png);
	width: 150px;}
.yellow {
	background-color:Yellow;}
.red {
	background-color:Red;}
.green {
	background-color:Green;}
	
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:800px;
}

.content
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #505050;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=3));
}

.content td {
	padding: 3px;
}
.post 
{
	background-color: #F0F0F0;
	color:#404040;
}
