* {
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 8pt;
}

body {
	margin: 50px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
}
.proginv{
	background-image:url(images/_green.gif);
	color: #FFFFFF;
}
img { border: 0px; }
table {
text-align:left;
}
td { 
	vertical-align: top; 
}

input.log {
	display: block;
	margin-bottom: 5px;
	width: 140px;
	background-color: #FFFFFF;
	border: 0px;
	color: #589b13;
}
.classfaq{
color: #000000;
}
input.nform {
	width: 180px;
}
input {
	background-color: #FFFFFF;
	border: solid 1px #589b13;
}
select {
	background-color: #FFFFFF;
	border: solid 1px #589b13;
}
textarea.nform {
	width: 280px;
}
textarea {
	background-color: #FFFFFF;
	border: solid 1px #589b13;
}
button.ongreen {
	display: block;
	margin: 5px 0px 5px 0px;
	width: 140px;
	height: 18px;
	border: 0px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/but_ongreen.gif);
	background-repeat:no-repeat;
	background-color:#589B13;
	cursor: pointer;
}

button.onwhite {
	display: block;
	margin: 0px 0px 10px 0px;
	width: 140px;
	height: 18px;
	border: 0px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/but_onwhite.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	cursor: pointer;
}

.right {
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 10px;
}
.left {
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 5px;
}

a.but_buy {
	display: block;
	width: 140px;
	height: 20px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/but_buy.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 20px;
}
a.but_forum {
	display: block;
	width: 140px;
	height: 20px;
	padding: 0px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/but_onwhite.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	/*padding-left: 20px;*/
	text-align: center;
}
a.but_sell {
	display: block;
	width: 140px;
	height: 20px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/but_sell.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 20px;
}

a.but_community {
	display: block;
	width: 140px;
	height: 20px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/but_community.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 20px;
	
}
a.but_options {
	display: block;
	width: 140px;
	height: 20px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/but_options.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 20px;
	
}

a.but_ongreen {
	display: block;
	width: 140px;
	height: 18px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-image: url(images/but_ongreen.gif);
}

div.sub_but {
	margin-left: 20px;
	margin-top: 3px;
}

table.details {
	border: solid 1px #589b13;
}

img.ico {
	margin: 2px;
}

a.oglink { 
	color: #FFFFFF;
}
a.oglink:link { text-decoration: underline; }
a.oglink:visited { text-decoration: underline; }
a.oglink:hover { text-decoration: none; }

a.owlink { 
	color: #589b13;
}
a.owlink:link { text-decoration: underline; }
a.owlink:visited { text-decoration: underline; }
a.owlink:hover { text-decoration: none; }

a.note { 
	color: #666666;
	text-decoration: none;
}

a.label {
	color: #589b13;
	text-decoration: none;
}

div.label {
	color: #589b13;
	float: left;
}

#login {
	display: block;
	margin: 50px 0px 0px 0px;
	color: #FFFFFF;
}

#content {
	display: block;
	width: 510px;
	padding : 10px;
	color: #000000;

	background-color: #FFFFFF;
	float: top;
	overflow:hidden;
}

.ann_title {
	color: #589b13;
	font-weight: bold;
	font-size: 12px;
}

.note {
	font-size: 7pt;
	color: #666666;
}

.prop {
	width: 1px;
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.min260px {
	height: 260px;
}