@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
	text-align:left;
	color: #333333;
	padding: 0px;
	width: 810px;
}

blockquote {margin:6px 6px 6px 12px;padding:0;}

p {
	font-size: 100%;
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.userName {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.datePost {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:100;
}

.commentPost {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:100;
	background-color: #FFFFFF;
	margin-right: 6px;
	margin-left: 6px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
	margin-bottom: 10px;
}

.postBox {
	background-color:#CCCCCC;
	border: thin groove #FFCC00;
	margin-right: 1px;
	margin-left: 1px;
}

.nameBox {
	background-color:#FFFFCC;
	margin-top: 10px;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.extLink {
	font-weight: 100;
}
