/* CSS Document for SWU Website */

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

a {
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
color: #CC0000;
}

a:link {
color: #CC0000;
}

a:vistited {
color:#CC0000;
}

a:hover {
color: #FF0000;
text-decoration:underline;
}



/* Umbrella Parts */

.topbrolly {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 227px;
border: 0px;
z-index: 5;
}

.bottombrolly {
position: fixed;
bottom: 0px;
right: 0px;
left: 0px;
width: 100%;
height: 116px;
border: 0px;
z-index: 4;
}

/* Menu */
.brollymenu {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 182px;
border: 0px;
z-index: 9;
}

/* Text formats */
.textlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	white-space: nowrap;
	font-weight: bold;
}

.blackhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	white-space: nowrap;
	font-weight: bold;
}

.surveyprocess {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	border: 0px;
	z-index: -15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FF0000;
	font-weight: bolder;