/*Basics*/
body {
	background-image: url(images/bg_graffiti.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999999;
	background-attachment: fixed;
	margin: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
/*Text*/
p {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 11px;
}
.nav {
	text-align: center;
	font-size: 15px;
}
#nav2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#txt_title {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 28px;
}
#text {
	font-size: 11px;
	line-height: 16px;
}
.addy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #707070;
	text-align: center;
}
a {
	font-weight: bold;
}
/*Links*/
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
#links a:link {
	text-decoration: none;
	color: #999999;
}
#links a:visited {
	text-decoration: none;
	color: #999999;
}
#links a:hover {
	text-decoration: underline;
	color: #999999;
}
#links a:active {
	text-decoration: none;
	color: #999999;
}
/*Tables*/
#frame {
	background-image: url(images/bg_frame.jpg);
	background-repeat:no-repeat;
	height: 716px;
}
#frame_port {
	background-image: url(images/bg_frame_port.jpg);
	background-repeat:no-repeat;
	height: 716;
}
#frame_splash {
	background-image: url(images/bg_frame_splash.jpg);
	background-repeat:no-repeat;
	height: 716;
}
#content {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content_text {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	font-size: 12px;
}
/*Forms*/
textarea {
	background-image: url(none);
	background-position: -340px -565px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border: 2px outset #000;
	color: #999999;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:gray;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#050505;
}
input {
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(none);
}
.radio {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: none;
}
#submit {
	background-image: url(images/bg_graffiti.jpg);
	border: thin inset #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-left: 100px;
}

