body {
	background-color: silver;
	font-family : "lucida grande", verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin-top: 55px;
}


.GADSENSE
{
	position: relative;
	top: 20px;
	width: 160px;
	height: 600px;
}
.TOP_NAV
{
	color:white;
	font-size: 60%;
	position: relative;
	top: -150px;
	left: 230px;
	width: 500px;
	background-color:#ffae22;
	height: 16px;
	border-left: solid 10px #ffae22;
}

.CONTENT
{
	width:640px;
	background-image: url(bg_mid.gif);
	background-repeat: repeat-y;
	padding-left:23px;
	text-align:left;
	margin: 0 auto;
	padding-top:30px;
}

.CONTENT_BODY
{
	background-image: url(bg_content.gif);
	background-repeat: no-repeat;
	padding-left:30px;
	margin-right:45px;
	//margin-right:25px;
}

.CONTENT_LINK
{
	background-image: url(link.gif);
	background-repeat: no-repeat;
	padding-left:30px;
	margin-right:40px;
	//margin-right:17px;
}
.HEADER
{
	width:640px;
	height:140px;
	background-image: url(bg_up.gif);
	background-repeat: repeat-y;
	padding-left:23px;
	text-align:left;
	margin: 0 auto;
	overflow: hidden;
}

.FOOTER
{
	width:640px;
	background-image: url(bg_down.gif);
	background-repeat: repeat-y;
	padding-left:23px;
	text-align:left;
	margin: 0 auto;
}


input {
/*	background-color : #EFEFEF;*/
	background-color: white;
	color : #000000;
	border: solid 1px black;
}

textarea {
	background-color : white;
	color : #000000;
	border: solid 1px black;
}


.TD_SEP
{
	border-top: solid 1px black;
	font-size: 1px;
}
.FORUM_NAME
{
	font-size: 120%;
	font-weight: bold;
	color: black;
}

h1
{
	font-size: 120%;
	font-weight: bold;
	color: black;
}


.TOPIC_TITLE
{
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;
	padding-right: 20px;

	background-color: #cfcfcf;
	color: black;
	font-weight: bold;
	font-size: 80%;
}


.POSTER_NAME
{
	color: black;
	font-weight: bold;
	font-size: 80%;
}

.POST_SUBJECT
{
	color: black;
	font-size: 60%;
	padding-right:10px;
}

.POST_DATE
{
	color: black;
	font-size: 60%;
}


.CONTENT_BODY table
{
	width: 98%;
//	width:91%;
}

.CONTENT_BODY th
{
	background-color: #cfcfcf;
	color: black;
	font-weight: bold;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}


.LAST_POST_TIME
{
	color: black;
	font-size: 60%;
}

.POST_REPLIES
{
	color: black;
	font-size: 60%;
}

.POST_AUTHOR
{
	color: black;
	font-size: 60%;
}

.POST_TITLE
{
	color: black;
	font-size:80%;
	font-weight:bold;
}



a
{
	text-decoration:underline;
}
a:link,a:active,a:visited { color : black; }





