body {
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #0081C6;
	}

tbody {
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	}
	
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#333333;
	font-size: 13px;
	font-weight:	bold;
	background-color: transparent;
	}
a:visited	{
	color:	#333333;
	font-size: 13px;
	font-weight:	bold;
	background-color: transparent;
	}
a:active	{
	color:	#333333;
	font-size: 13px;
	font-weight:	bold;
	background-color: transparent;
	}
a:hover	{
	color:	#000000;
	font-size: 13px;
	font-weight:	bold;
	background-color: transparent;
	text-decoration:	underline overline;
	}
	
h1	{
	color:	#0081C6;
	font-size: 17px;
	}
	
h2	{
	font-size:	15px;
	color: #72C167;
	}
	
h3	{
	font-size:	12px;
	color: #666666;
	}
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	background-color: transparent;
	}