	body {
			font-family: Verdana, sans-serif;
			font-size: 11px;
			padding: 10px;
			color: #000000;
			background-color: #FFFFFF;
		}
		
	a {
			color: #000099;
			font-weight: bold;
			text-decoration: none;
	}
	
	a:hover {
			color: #C00;
	}
	
	.butts {
		padding: 4px;
		font-weight: normal;
		text-decoration: none;
		background-image: url('images/butt.png');
		border: 1px outset #999999;
		color: #000088;
	}

	.butts:hover {
		background-image: url('images/butt2.png');
		text-decoration: none;
	}

	.butts:active {
		background-image: url('images/butt3.png');
		background-position: bottom left;
		text-decoration: none;
		color: #880000;
	}


	
	td {
			font-family: Verdana, sans-serif;
			font-size: 11px;
	}
	
	th {
			font-family: Verdana, sans-serif;
			font-size: 11px;
			font-weight: bold;
	}
	
	.pgtitle {
			font-size: 22px;
			color: #FFCC33;
			font-weight: bold;
			font-style: italic;
	}

	.links {
		color: #000066;
		text-decoration: none;
		font-family: Verdana, sans-serif;
		font-size: 11px;
		background-color: #DDDDFF;
		border: 1px solid;
		padding: 4px;
		width: 150px;
		font-weight: bold;
	}

	.links:hover {
		background-color: #EEEEFF;
	}

	.smlink {
			font-family: Verdana, sans-serif;
			font-size: 11px;
			text-decoration: none;
			color: #000099;
	}
	
	h2 {
		font-size: 16px;
		font-weight: bold;
	}
	
	h3 {
		font-size: 14px;
		font-weight: bold;
	}

	h4 {
		font-size: 12px;
		font-weight: bold;
	}


div.button_nav {
	margin: auto;
	width: 150px;
}


div.button_nav a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('images/main_button2.png') top left no-repeat;
	color: #330080;
	font-family: 'Helvetica';
	font-size:11px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}


div.button_nav span {
	position: relative;
	top:-3px;
	}


div.button_nav a:hover {
	background-position: -150px 0;
	color: #A00;
	background-color: none;
}


div.button_nav a:active {
	background-position: -300px 0;
	color: #800000;
	background-color: none;
}

