/* CSS Document */

body {
	background-color: #F9FDFB;
	margin: 0px;
	padding: 0px;
	background-image:  url(images/logobg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.brd {
	background-image:  url(images/brd2.gif);
}

p {
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
}
a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
}
.class2 a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}
.class2 a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}
.class2 a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #006600;
	text-decoration: underline;
}
.credits {
	font-family: verdana;
	font-size: 10px;
	color: #006600;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
}
.menubrd {
	border: 1px dashed #006600;
}
.class3 a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006600;
	padding-bottom: 3px;
}
.class3 a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006600;
	padding-bottom: 3px;
}
.class3 a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006600;
	padding-bottom: 3px;
}
input {
	font-family: verdana;
	font-size: .9em;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
	border: 1px dashed #339933;
	background: transparent;
}
textarea {
	font-family: verdana;
	font-size: .9em;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
	border: 1px dashed #339933;
	background: transparent;
}
h3 {
	font-family: verdana;
	color: #006600;
}
h4 {
	font-family: verdana;
	color: #006600;
}


