/* CSS Document - Original */



#Logo {
	text-align: center;
	width: 650px;
	float: left;
}
#bodytxt {
	/* was 770*/
	width : 650px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	float: left;
} 
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	background-color: #0F75BB;
	text-align: center;
}
.bodybold {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C75BE;
}
.justified {
	text-align: justify;
}
a:link { 
	color: #000000;
	background-color: #0066FF;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	background-color: #0066FF;
	text-decoration: none;
	}
a:hover { 
	color: #FFFFFF;
	background-color: #0066FF;
	text-decoration: none;
	}
a:active { 
	color: #000000;
	background-color: #0066FF;
	text-decoration: none;
	}
	
#tswcssbuttons {
	width: 200px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
/* navigation style */
a.nav1 {
	color: #FFCC00;
	border: 1px outset #00f;
	width: 200px;
	text-decoration: none;
	display: block;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.nav1:hover {
	color: #ff0;
	background-color: #0066FF;
}
a.nav2 {
	color: #000000;
	border: 1px outset #00f;
	width: 200px;
	text-decoration: none;
	display: block;
	background-color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.nav2:hover {
	color: #FFCC00;
	background-color: #0066FF;
}
