/* CSS Document */

a {  text-decoration: none}

a:link, a:visited {
	text-decoration : none;
	color: #6b9cc1;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	color: #6b9cc1;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #6b9cc1;
	background: transparent;  
	}
	
.body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #6d6d6d;
	margin-left: 80px;
	margin-right: 30px;
}

	
.body2 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #6d6d6d;
	margin-left: 30px;
	margin-right: 20px;
}

.body3 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #6d6d6d;
	margin-left: 30px;
	margin-right: 15px;
}
.head {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
}

