/* LINE HEIGHT TO ALL ELEMENTS */
body, td, th, p, td p, td#mainContent p {
	line-height: 18px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #663366;
	background-color: #ffffff;
	line-height: 18px;
}

p{
	text-align:left;
	padding-right: 3px; 
	line-height: 18px;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* HEADING ELEMENTS */
 h1, h2, h3, h4{
	font-family:verdana;
}

h1{
	font-size: 17px;
}

h2{
	font-size: 15px;
}

h3{
	font-size: 13px;
	text-style: italic;
}

td h2, td h3, td h4 {
	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 12px;
	text-style: italic;
}



/* QUOTES */
blockquote{
	background-color: #ccffcc;
	font-size: 95%;
	border-color: #669966;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	padding: 5px 10px;
}

blockquote blockquote{
	background-color: #ccffcc;
	font-size: 95%;
	border-style: none;
}


/* LINKS*/
a {
	text-decoration: underline;
	color: #663366;
}

a:hover {
	text-decoration: none;
	background-color: #ccffcc;
}

.aComment{
	font-size: 90%;
}


/* MISC */
hr{
	color: #ccffcc;
}

textarea, input, select{
	font-family: verdana;
	font-size: 10px;
	color:#663366;
}

li p {
	padding-top:0px;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-indent: 20px;
}