/* CSS Document */

a.temp-red:link, a.temp-red:active, a.temp-red:visited {
	color:#FF0000;
}
a.temp-red:hover {
	color:#FFFFFF;
}

a.avpav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
a.avpav:link, a.avpav:visited, a.avpav:active {
	color:#0066FF;
	text-decoration:underline;
}
a.avpav:hover {
	color:#990000;
	text-decoration:none;
}

a.avpav_here {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
a.avpav_here:link, a.avpav_here:active, a.avpav_here:visited {
	color:#006600;
	text-decoration:underline;
}
a.avpav_here:hover {
	color:#990000;
	text-decoration:none;
}

a.avpav_visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
a.avpav_visited:link, a.avpav_visited:active {
	color:#0066FF;
	text-decoration:underline;
}
a.avpav_visited:visited {
	color:#006600;
	text-decoration:underline;
}
a.avpav_visited:hover {
	color:#990000;
	text-decoration:none;
}

a.avpav_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.avpav_small:link, a.avpav_small:visited, a.avpav_small:active {
	color:#0066FF;
	text-decoration:underline;
}
a.avpav_small:hover {
	color:#990000;
	text-decoration:none;
}

a.avpav_medium {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a.avpav_medium:link, a.avpav_small:visited, a.avpav_small:active {
	color:#0066FF;
	text-decoration:underline;
}
a.avpav_medium:hover {
	color:#990000;
	text-decoration:none;
}
a.avpav_whitegoldund:link, a.avpav_whitegoldund:visited, a.avpav_whitegoldund:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.avpav_whitegoldund:hover {
	color: #FFCC33;
	text-decoration: underline;
}
.rounded5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* rotate with these 4 classes
		45°  up to right
		135° down to right
		225° down to left
		315° up to left
*/
.rotate45{
	display:inline-block;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rotate135{
	display:inline-block;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.rotate225{
	display:inline-block;
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.rotate315{
	display:inline-block;
	-moz-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	-o-transform: rotate(-315deg);
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
