/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7B3962;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7B3962;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #993366;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a.grey:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.grey:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.grey:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style1 {font-weight: bold}
.style2 {font-size: 16px}
.style3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
