body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #FFFFFF;

}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;


}

h2 {
	font-size: 18px;
	color: #CC0000;
}

#navbar {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 11px;
	text-align: center;
	border: 1px solid #333333;
}
#sidebar {
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	padding: 10px;
	width: 300px;
}

#boxed {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 2px 8px 2px 8px;
	font-size: 11px;
	line-height: 14px;
}

#boxed h1 {
	font-size: 12px;
	color: #CC0000;
}

blockquote {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0px 8px 0px 8px;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
}
a:link {
color: #990000;
text-decoration: underline;
}

a:visited {
color: #990000;
}

a:active {
color: #990000;
}

a:hover {
color: #333399;
text-decoration: none;
}

input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size:10px;
	padding: 2px;
	margin-top:0;
	}

input.button {
	margin-top: 2px;
	background-color: #eeeeee;
	border: 1px solid #333333;
	font-size:10px;
	padding: 1px;
	margin-left: 1px;
	color: #333333;
	font-weight: bold;
	}
