/* CSS Document */
body {
	background-image: url('../_images/bround.gif');
	font-family: Georgia, Times New Roman, Times, serif;
	color: #336633;
	cursor: defualt;
}

a {
	color: #003300;
}
a.link {
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
}

a:visited { 
	color: #003333;
}

a:active { 
	color: #003333;
}

a:hover { 
	color: #669966;
}

.button {
	cursor: pointer;
}

.nav {
	text-align: center;
	padding-right: 12px;
}

.nav_image {
	margin-top: 28px;
}

.nav_link {
	margin: 14px;
	width: 110px;
}
