/* CSS Document */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.style1 {color: #B6B6B6}
.style2 {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}
.style3 {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}
.style4 {color: #2783B6}
.style5 {
	color: #3B6EB6;
	font-size: 14px;
	font-weight: bold;
}
.stylenew {
	color: #666666;
	font-size: 12px;
	line-height: 35px;
}
body {
	margin-top: 0px;
}
.style7 {color: #FF0000}
.style8 {color: #362F2D}
.style10 {
	color: #362F2D;
	font-weight: bold;
	font-size: 12px;
}

