/* CSS Document */
.style1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
	margin-left: 2px;
}
.style2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-align:center;
}
body {
	margin-top: 5px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #581C1C;
}
a:hover {
	text-decoration: none;
	color: #581C1C;
}
a.style1:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.op {
	visibility: hidden;
}	
font.red { 
	color: red;
	font-size: x-small;
}

	 