body
{
	background-color:		#ffffff;
	color:					#000000;
	font-family:			Tahoma, Arial;
}

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

input, textarea
{
	border:					1px solid #000000;
	background-color:		#ffffff;
}

input:hover, textarea:hover
{
	background-color:		#ffffdd;
}

input:focus, textarea:focus
{
	background-color:		#ffff77;
}

.input_error
{
	background-color:		#ff9999;
}

.menu_item
{
	width:					140px;
	height:					20px;
	background-image:		url('../img/menu_item.jpg');
	background-repeat:		no-repeat;
	color:					#ffffff;
	font-family:			Arial;
	font-size:				14px;
	font-weight:			bold;
	padding-top:			4px;
	text-align:				right;
	padding-right:			11px;
	cursor:					pointer;
	margin-bottom:			3px;
}

.menu_item:hover
{
	color:					#ffff00;
}

.post_header
{
	font-family:			Tahoma, Arial;
	color:					#ffffff;
}

.post_byline
{
	font-size:				8pt;
	font-family:			Tahoma, Arial;
	padding-left:			5px;
}

.post_body
{
	border-top:				1px solid #000000;
	border-bottom:			1px solid #000000;
}