@charset "utf-8";
.installtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 600;
	color: #996600;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
.installsubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.rightlinks {
	background-image: url(../images/main/right/rightmenuBGnorm.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-position: 10px;
}
.rightlinks:hover {
	background-image: url(../images/main/right/rightmenuBGhover.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-position: 10px;
}

.rightlinks a {
	font-size: 18px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rightlinks a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
