/* CSS Document */

/* Body */

body {
	margin: 10px;
	background-color: transparent
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	color: #e5e6e2;
}

#content {
	color: #e5e6e2;
}

/* Link Styles */

a, a.visited {
	color: #01fff6;
	text-decoration: underline;
}
a:hover, a.visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Headings */
h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin-bottom: 5px;
}

/* Forms */
input, select, textarea {
	background-color: #000000;
	border: 1px solid #e5e6e2;
	color: #e5e6e2;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 10px;
}

.noborder {
	border: none;
}

.quote {
	margin: 0px 30px 0px 30px;
	text-align: justify;
	color: #d4d5d1;
	font-family: Georgia, Times New Roman, Times, serif;
}

.newsimage-right {
	padding: 0px 0px 10px 10px;
}

.newsimage-left {
	padding: 0px 10px 10px 0px;
}