body {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
}

form {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	color:#B3AEFF;
	text-decoration:underline;
}

hr {
	margin:1px 0px 1px 0px;
	border:#cccdce dotted 1px;
}

p {
	margin:0px 0px 0px 0px;
}

#header {
	padding:0px 0px 10px 0px;
	text-align:left;
}

.headerLogo {
	width:200px;
}

#body {

}

#pagetitle {
	float:left;
	width:640px;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#0000CC;
}

#newtopic {
	float:left;
	width:160px;
	text-align:right;
	padding:0px 0px 2px 0px;
}

#newtopicLink {
	cursor:pointer;
	font-size:16px;
	padding:2px;
	width:150px;
	border:1px dotted #64768a;
	background:#FFFFFF;
	font-weight:bold;
	color:#64768a;
}

#newtopicBox {
	border:1px dotted #64768a;
	padding:10px;
	margin:0px 0px 10px 0px;
	display:none;
}

.newtopicLine {
	text-align:left;
	color:#64768a;
	padding:3px 0px 0px 0px;
	border-bottom:1px solid #8ea1c1;
}

.newtopicLastLine {
	text-align:right;
}

.newtopicInput {
	font-size:12px;
	border-top:1px solid #8ea1c1;
	border-left:1px solid #8ea1c1;
	border-right:1px solid #8ea1c1;
	width:400px;
}

.newtopicText {
	font-size:12px;
	border-top:1px solid #8ea1c1;
	border-left:1px solid #8ea1c1;
	border-right:1px solid #8ea1c1;
	width:778px;
}

.newtopicButton {
	font-size:16px;
	border:1px solid #8ea1c1;
	padding:2px;
	background:#ffffff;
	color:#64768a;
	font-weight:bold;
	cursor:pointer;
}

#topiclist {
	padding:3px 0px 1px 0px;
	border-bottom:1px dotted #8ea1c1;
}

.topiclistInt {
	float:left;
	width:50px;
}

.topiclistTitle {
	float:left;
	width:500px;
	text-align:left;
}

.topiclistDate {
	float:left;
	width:100px;
	text-align:center;
}

.topiclistName {
	float:left;
	width:100px;
	text-align:center;
}

.topiclistComment {
	float:left;
	width:50px;
	text-align:center;
}


#topic {

}

.topicTags {
	float:right;
	width:150px;
	display:block;
	margin:0px 0px 5px 5px;
	padding:3px;
	border:1px dotted #CCCCCC;
}

.topicTitle {
	font-weight:bold;
	text-align:left;
	font-size:16px;
}

.topicNameDate {
	font-size:12px;
	color:#999999;
	font-style:italic;
	text-align:left;
}

.topicContent {
	text-align:justify;
	margin:10px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #000000;
}

.newcomment {
	text-align:right;
}

#comments {
	margin:10px 0px 10px 0px;
	padding:5px;
	border:1px dotted #000000;
}

.comment {
	text-align:left;
	padding:0px 0px 3px 0px;
	margin:0px 0px 5px 0px;
	border-bottom:1px dotted #000000;
}

.newcommentLink {
	width:100px;
	border:1px dotted #000000;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:#ffffff;
	cursor:pointer;
}

.newcommentBox {
	border:1px dotted #64768a;
	display:none;
	text-align:right;
}

.newcommentText {
	font-size:12px;
	border-top:1px solid #8ea1c1;
	border-left:1px solid #8ea1c1;
	border-right:1px solid #8ea1c1;
	width:798px;
}

.newcommentButton {
	font-size:16px;
	border:1px solid #8ea1c1;
	padding:2px;
	background:#ffffff;
	color:#64768a;
	font-weight:bold;
	cursor:pointer;
}

#footer {
	text-align:center;
	color:#64768a;
	padding:10px 0px 0px 0px;
}