/* CSS Document */
a.rollover {
	display: block;
	width: 200px;
	height: 28px;
	text-decoration: none;
	text-align:left;
	background: url("images/questionmark.gif") no-repeat;
	padding-left:36px;
	padding-top:5px;
	padding-bottom:0;
	font-weight:600;
	margin-left:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
a.rollover:link, a.rollover:visited {
	color:#006699;
	}
a.rollover:hover {
	background: url("images/questionmark2.gif") no-repeat;
	color:#FF0000;
 }
a.rollover2 {
	display: block;
	width: 80px;
	height: 28px;
	text-decoration: none;
	text-align:left;
	background: url("images/questionmark.gif") no-repeat;
	padding-left:36px;
	padding-top:5px;
	padding-bottom:0;
	font-weight:600;
	margin-top:30px;
	margin-left:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
a.rollover2:link, a.rollover2:visited {
	color:#006699;
	}
a.rollover2:hover {
	background: url("images/questionmark2.gif") no-repeat;
	color:#FF0000;
 }

