@charset "utf-8";
/* CSS Document */

body{
	background-image:url(/images/bg_nafasweb.gif);
	background-attachment:scroll;
	background-position:left;
	background-repeat:repeat;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000066;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

ul, li{
	color: #000033;
	list-style-type: disc;
}

.listings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
.readmore {
	text-align: right;
}

.textfield, textarea {
	border: 1px solid #FF9D5B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000033;
	background-color: #FCFCFC;
}

.events0{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9751;
	border-right-color: #FF9751;
	border-bottom-color: #FF9751;	
}
.events0:hover {
	background-color:#FFCC99;
}

.events1{
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9751;
	border-left-color: #FF9751;
	border-bottom-color: #FF9751;	
}

.events1:hover {
	background-color:#FFCC99;
	text-decoration: none;
}

#FrogJS{
width: 740px;
height: 600px;
margin: 0 auto;
}
#FrogJSCredit{
text-align: right;
font-size: 80%;
color: #999;
padding: 1px;
}
#FrogJSCaption{
text-align: left;
line-height: 140%;
}


