﻿body {
	margin:0px;
	background-color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
.box {
	background-color: #000000;
	padding: 0px;
	font-size: 10px;
	border: 1px solid #999999;
	
}
.boxcontact {
	background-color: #000000;
	padding: 0px;
	font-size: 10px;
	border: 5px solid #000000;
	height: 100%;
	vertical-align: top;
}
.form {
	background-color: #000000;
	margin: 0px;
	padding: 5px 0px;
	border: 0px;
}
.text {
	font-size: 18px;
	background-color: #000000;
	font-weight: bolder;
	border: 5px solid #000000;
}
.textsmall {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	border: 5px solid #000000;
}
.textsmallbl {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	border: 6px solid #000000;
}
.img {
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 5px solid #000000;
}
.xxs {
	font-size: xx-small;
	border: 5px solid #000000;
	text-align: center;
	background-color: #000000;
	padding-bottom: 5px;
}

