@charset "utf-8";

body {
	/*background-color:#333333;*/
	background-image:url('/images/stripes.png');
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

div#navigation {
	color:#C0C0C0;
	font-size:16px;
	width:90%;
	margin:auto;
	padding:15px 0 15px 0;
}

#navigation a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:26px;
	text-decoration:none;
}

#navigation a:hover {
	color:#FF0000;
	text-decoration:none;
}

div#navigation2 {
	font-size:26px;
	font-weight:bold;
	width:90%;
	margin:auto;
	padding:15px 0 15px 0;
}

div#content {
	background-color:#FFFFFF;
	width:90%;
	margin:auto;
	padding:10px;
	border-radius:10px;
}

div#footer {
	color:#C0C0C0;
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
}

textarea {
	font-family:Verdana;
	font-size:12px;
}

a:link {
	color:#006699;
}

a:visited {
	color:#006699;
}

a:hover {
	color:#DD6900;
}

a:active {
	color:#DD6900;
}

.contactform {
	width:400px;
}

.clear {
	clear:both;
}

.success {
	border:2px solid #00FF00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:20px;
	width:90%;
	padding:5px;
}

.error {
	border:2px solid #FF0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:20px;
	width:90%;
	padding:5px;
}

td {
	background-color:#FED;
	padding:5px;
}

.specialrow td {
	background-color:#EEE;
}

th {
	background-color:#330033;
	color:#FFFFFF;
	padding:5px;
}

.nocolortable td, .nocolortable th {
	background-color:#FFFFFF;
	color:#000000;
}

.left {
	text-align:left;
}

.gray {
	color:#888888;
}

.center {
	text-align:center;
}