

/* CSS Document */


.aidsnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535352;
	line-height: 12px;
	padding: 5px;
	font-weight: bold;
}
.aidsnavbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535352;
	line-height: 12px;
    padding: 5px;
	font-weight: bold;
	background-color: #D9D9CC;
}
.aidsnav a:hover {
	color: #7D0A0A;
	text-decoration: none;
}
.aidsnav a {
	color: #535352;
	text-decoration: none;
}
.number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #982C29;
	line-height: 20px;
	font-weight: bold;
}
.aidstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4C4C4C;
	line-height: 22px;
	font-weight: bold;
}
.aidsbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	line-height: 20px;
	padding: 5px;
}
.aidsbody a {
	color: #007EFF;
}
.bg {
	background-image: url(images/eyesbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


