body {
	margin-top: 0px;
	font-family: Trebuchet MS, Trebuchet, Verdana;
	background-color: #FAFAFA;
	/*color: #FFF;*/
	background: url(../img/bg/violet.jpg);
}

h1, h2 {
	font-family: Verdana;
	font-weight: none;
}

a {
	text-decoration: none;
	color: #A00;
}

a.heading {
	font-family: Arial, Trebuchet MS, Trebuchet, Verdana;	
	font-size: 130%;
	/*font-weight: bold;*/
}

a:hover {
	text-decoration: underline;
}

#doNotTouch {
	padding: 0 13px;
	border-left: 2px solid #A00;
	margin-left: 13px;
}
	
#doNotTouch img {
	background: url('../img/bg/grey.jpg');
	border: 2px solid #A00;
	margin-left: 13px;
	padding: 13px;
	float: right;
}

p, blockquote, li {
	text-align: justify;
	font-size: 11pt;
	line-height: 1.3em;
	font-family: Trebuchet MS, Trebuchet, Verdana;
}

.spacer {
	height: 26px;
}
	
input, textarea {
	width: 170px;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #EEE;
	border: 1px solid black;
}

input:hover, textarea:hover {
	background-color: #FFF;
}

.posted {
	color: #555;
	border-top: 1px dashed #AAA;
}
