body {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
}

.aheader
{
	text-decoration: none;
	color: #000000;
}

.aheader:hover
{
	text-decoration: underline;
	color: #000000;
}

.amenu
{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.amenu:hover
{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

input
{
	font-size: 11px;
}

form
{
	padding: 0;
	margin: 0;
}

.articletitle
{
	font-size:		16px;
	color:			#0033ca;
	font-weight:	bold;
}

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

.menubutton
{
	display:			block;
	padding:			5px 5px 5px 10px;
	background:			#0033ca;
	margin-right:		5px;
	width:				100px;
	float: 				left;
	color:				#ffffff;
	text-decoration:	none;
	font-weight:		bold;
}

.menubutton_off
{
	display:			block;
	padding:			5px 5px 5px 10px;
	background:			#eaeaea;
	margin-right:		5px;
	width:				100px;
	float: 				left;
	color:				#333333;
	text-decoration:	none;
	font-weight:		bold;
}
