body	{
	background: #FFFFFF;
	font:  12px tahoma, arial, helvetica, sans-serif;
	line-height: 18px;
	background-image:url(//bkgr.gif);
	background-repeat:repeat-x;	
	color : #666;}


h1	{font : bold 18px tahoma, arial, helvetica, sans-serif;
	color : #009966;}

h2	{font : bold 16px tahoma, arial, helvetica, sans-serif;
	color : #009966;}

h3	{font : bold 12px arial, helvetica;
	color : #009966;}

p	{background: #FFFFFF;
	font:  12px tahoma, arial, helvetica, sans-serif;
	line-height: 18px;
	color : #333;}


table 	 {border-color: #000000; }

td	{font:  11px  tahoma, arial, helvetica, sans-serif;
	line-height: 15px;
	color : #000000;}


a:link 	{
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	color: #009966;
	text-decoration: none;}

a:active	{
	font: bolder 12px tahoma, arial, helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
	}

a:hover {
	font : bold 12px tahoma, arial, helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
	}
	
a:visited {
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	color: #009966;
	}


.box {
	border:1px solid #666;	
	width: 90%;

	padding:12px;
	padding-bottom:8px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	-moz-border-radius:12px;	
}
.boxgreen {
	text-align: center;
	border:1px solid #666;
	background-color:#009966;	
	width: 100px;

	padding:20px;
	padding-bottom:8px;
	margin-top:0px;
	margin-right:10px;
	-moz-border-radius:10px;	
}

