/* CSS Document */

BODY {	margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
			}

.left_margin { 	background-image: url(images/left_margin.gif);
				background-repeat: no-repeat;
				background-position: top left;	}

.button_border { border-bottom: 1px solid #FFFFFF;	}
				
.menu {	font-family: Arial, Times New Roman, Courier;
		font-size: 11px;
		color: #FFFFFF;
		font-weight: bold;
		width: 117 px;
		display: block;
		text-decoration: none; }
		
a.menu:hover {	background-color: #FFFFFF;
				color: #000033;
				display: block;
				width: 150 px;	}

.text { font-family: Arial, Times New Roman, Courier;
		font-size: 12px; }				

a.text:visited {	color: blue; }
a {	text-decoration: none; }

.footer { 	background-image: url(images/footer.gif);
			background-repeat: none;
			background-position: left;	
			font-family: Arial, Times New Roman, Courier;
			font-size: 11px;
			color: #FFFFFF; }			
			
