/* CSS Document */

/*	Styles for generic content
	------------------------------------------------------------- */
	
body 
	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
body,td,th 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000000;
	font-size: 12px;
	}

.content { 
	margin-right: 16px; 
	margin-bottom: 30px; 
	}
	
.subheader { 
	font-weight: bold;
	color:#000000;
	font-size: 14px; 
	}
.subheader a
	{
	color: #69c;
	text-decoration: none;
	}
.subheader a:hover
	{
	color: #69c;
	text-decoration: underline;
	}
	
.morelink { 
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #69c;
	font-size: 12px; 
	}
.morelink a
	{
	color: #69c;
	text-decoration: none;
	}
.morelink a:hover
	{
	color: #69c;
	text-decoration: underline;
	}

.footer
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	padding-bottom: 30px;
	}
.footer a
	{
	color:#666666;
	text-decoration: none;
	}
.footer a:hover
	{
	color: #0676BE;
	text-decoration: underline;
	}