body {
	width: 750px ;
	margin: auto ;
	font: 10pt Trebuchet MS ;
	border: 1px solid #EEE ;
}

a {
	color: #157896 ;
	text-decoration: none ;
}
	a:hover {
		text-decoration: underline ;
	}

img {
	border: 0 ;
}

input {
	width: 200px ;
	border: 1px solid #AAA ;
}

textarea {
	width: 500px ;
	border: 1px solid #EEE ;
}

td {
	vertical-align: top ;
}

h1 {
	color: #AAA ;
	text-transform: uppercase ;
	font: bold 25pt Arial ;
	margin-top: 0 ;
}

h2 {
	font: bold 10pt Trebuchet MS ;
	color: #157896 ;
	margin-bottom: 0 ;
}

.top {
	background: url(images/top2.jpg);
	height: 46px ;
}

.top table {
	width: 750px ;
	border-collapse: collapse ;	
	text-transform: uppercase ;
	font-family: Arial ;
}
	.top td {
		width: 100px ;
		padding: 0 ;
		text-align: center ;
	}
	
	.top a {
		display: block ;
		text-decoration: none ;
		padding: 3px ;
		color: #FFF ;		
		font-weight: bold ;
		width: auto ;
	}
		.top a:hover {
			background: url(images/transparent.png) !important;
			background: #999 ;			
			text-decoration: none ;
		}
		
.content {
	padding: 10px ;
	min-height: 400px ;
	height: auto ;
	_height: 400px ;
	background: url(images/top3.jpg) no-repeat ;
}