@charset "UTF-8";
/* CSS Document */


.mainbody 
		{
		background-image:url(images/background.gif);
		background-repeat:repeat-y;
		background-color:#f0f0f0;
		}
	
.text 
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height:15px;
		color:#c9c9c9;
		margin-bottom:8px;
		margin-top:0px;
 		}
		
	
.darkertext 
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height:15px;
		color:#8e8e8e;
		margin-bottom:8px;
		margin-top:0px;
 		}

		
.link 
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#FFFFFF;
		text-decoration:none;
 		}
		

.link:hover 
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#FFFFFF;
		text-decoration:underline;
 		}
		
		
