body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B6B6B6;
}
.style1 {
	color: #595959;
	font-size: 11px;
	font-family: tahoma;
}
.style2 {
	color: #818181;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #4B4B4B;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style4 {
	color: #4b4b4b;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
}

/*links*/
.style1 a:link {
	color: #595959; 
	text-decoration: underline;
}
.style1 a:visited { 
	color: #595959; 
	text-decoration: underline;
}
.style1 a:active { 
	color: #595959;
	text-decoration:underline;
}
.style1 a:hover {
	color: #595959;
	text-decoration:none;
}
/**/
.style2 a:link {
	color: #818181; 
	text-decoration: underline;
}
.style2 a:visited { 
	color: #818181; 
	text-decoration: underline;
}
.style2 a:active { 
	color: #818181;
	text-decoration:underline;
}
.style2 a:hover {
	color: #818181;
	text-decoration:none;
}
/**/
.style3 a:link {
	color: #4B4B4B; 
	text-decoration: underline;
}
.style3 a:visited { 
	color: #4B4B4B; 
	text-decoration: underline;
}
.style3 a:active { 
	color: #4B4B4B;
	text-decoration:underline;
}
.style3 a:hover {
	color: #4B4B4B;
	text-decoration:none;
}
/**/
.style4 a:link {
	color: #4b4b4b; 
	text-decoration: underline;
}
.style4 a:visited { 
	color: #4b4b4b; 
	text-decoration: underline;
}
.style4 a:active { 
	color: #4b4b4b;
	text-decoration:underline;
}
.style4 a:hover {
	color: #4b4b4b;
	text-decoration:none;
}
/**/
.style5 a:link {
	color: #FFFFFF; 
	text-decoration: none;
}
.style5 a:visited { 
	color: #FFFFFF; 
	text-decoration: none;
}
.style5 a:active { 
	color: #FFFFFF;
	text-decoration:none;
}
.style5 a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

