@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	bgcolor="#FFFFCC"
	background-color: #FFFFCC;
	background-image: url(_themes/global/glotextb.gif);
	color: #510000;
	font-weight: bold;
	
}

a {
	color: #996633;
}

a:hover {
	color: #CC9933;

}

a:visited {
	color: #999966;

}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}


h2 {
	font-size: 18pt;
	text-align: center;
}


.action {
	
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.content {

text-align: left;
padding-left: 20px; 
padding-right: 20px; 
padding-bottom: 20px;


} 

.banner {
	background-image: url(images/blankbanner.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 30px;
	padding-left: 400px;
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
}
