@charset "UTF-8";
/* CSS Document */

body {
	background: #666;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #27479d;
	text-decoration: none;
}
a:hover {
	color: #27479d;
	text-decoration: underline;
}
a:visited {
	color: #27479d;
	text-decoration: none;
}
a:visited:hover {
	color: #27479d;
	text-decoration: underline;
}

/* Rollover images */
a.srollover32 {
	display: block;
	width: 190px;
	height: 32px;
	background: 0 0 no-repeat;
	text-decoration: none;
}
a:hover.srollover32 {
	background-position: -190px 0;
	text-decoration: none;
}

a.srollover34 {
	display: block;
	width: 190px;
	height: 34px;
	background: 0 0 no-repeat;
	text-decoration: none;
}
a:hover.srollover34 {
	background-position: -190px 0;
	text-decoration: none;
}

a.srollover35 {
	display: block;
	width: 190px;
	height: 35px;
	background: 0 0 no-repeat;
	text-decoration: none;
}
a:hover.srollover35 {
	background-position: -190px 0;
	text-decoration: none;
}

a.srollover36 {
	display: block;
	width: 190px;
	height: 36px;
	background: 0 0 no-repeat;
	text-decoration: none;
}
a:hover.srollover36 {
	background-position: -190px 0;
	text-decoration: none;
}