/* CSS Document */
    A:link {
		text-decoration: none;
	}
    A:visited {
		text-decoration: none;
	}
    A:hover {
	 	text-decoration: underline;
	}
	.navigationbg {  
		background-image:   url(images/button.gif); 
		background-repeat: no-repeat; 
		background-position: center;
		height: 26px; 
		margin-top: 3px; 
		margin-bottom: 3px; 
		width: 25%;
	}
	.navigationtext {
	font-size: 14px;
	font-weight: 900;
	font-variant: small-caps;
	color: #FF0000;
	}
	.floatleft {  
		float: left; 
		padding-left: 10px
	}

body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.Copywright {
	font-size: 10px;
}
.bottomaddress {
	font-weight: 600;
	font-variant: normal;
}
a {
	font-weight: 800;
	color: #0000FF;
}
.sidenav {
	background-color: #CC0000;
	border: 0px none;
	padding-top: 10px;
}
