@charset "utf-8";
/* CSS Document */

#contentcontainer a:link
	{
	
	}
	
#contentcontainer a:hover
	{
	
	}
#contentcontainer a:visited
	{
	
	}

.content
	{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.content a
	{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
	
.content a:visited
	{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
	
.content a:hover
	{
	font-weight:bold;
	text-decoration:none;
	color:#00693c;
	}
