/* CSS Document */

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}


p{
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    padding: 3px;
}
.Screen_text {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
	line-height: 12px;
}
.section-title {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;
	color: #4D004D;
}
.section-subtitle {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.style1 {
	font-family: "Bradley Hand ITC";
	font-size: 14px;
	font-weight: bold;
}

.bold-title {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4D004D;
	display: inline;
	text-align: center;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	background-color: #4D004D;
	display: inline;
	text-align: center;
	background-image: url(images/background2.gif);
}
.navigation:active {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	background-color: #4D004D;
	display: inline;
	text-align: center;
}
.footer {
	font-family: Verdana, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	text-align: center;
}

.acknowledgements a{
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #4D004D;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
}

.acknowledgements a:hover {
	font-style: normal;
	color: black;
	text-decoration: underline;
	background-image: url(images/background2.gif);	
}



.rollover a { 
	display:block; 
	width:100px; 
	background-color: #FFFFFF
}
.rollover a:hover {
	background-color: #990000;
}
