/**********************************************
	TEXT
**********************************************/

p {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	margin-top: 5px;
}

p.results {
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
	margin: 0px;
}

p.bodyquote {
	font-family: georgia, "times new roman", times, serif;
	font-size: 12px;
	line-height: 150%;
	font-style: italic;
	color: #333333;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
}

p.quote {
	font-family: georgia, "times new roman", times, serif;
	font-size: 13px;
	line-height: 130%;
	font-style: italic;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 0px;
	text-align: left;
}

p.mainquote {
	font-family: georgia, "times new roman", times, serif;
	font-size: 13px;
	line-height: 130%;
	font-style: italic;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

p.quote_attribute {
	font-family: georgia, "times new roman", times, serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: bold;
	color: #333333;
	margin-top: 3px;
	text-align: left;
}

p.footer {
	font-family: verdana, sans-serif;
	font-size: 10px;
	margin: 1px;
}

ul {
	list-style-image: url("images/bullet.gif");
	
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

ol {	
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

li {
	margin: 0 0 5px 0;
}


/**********************************************
	HEADERS
**********************************************/

h1 {
	font-family: verdana, sans-serif;
	font-size: 23px;
	color: #006699;
	margin: 0px;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 17px;
	color: #006699;
	margin-bottom: 0px;
	margin-top: 20px;
}

h3 {
	font-family: verdana, sans-serif;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 15px;
}


/**********************************************
	ANCHORS
**********************************************/

a {
	font-weight: bold;
}

a:link {
	color: #538241;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #006699;
}



/**********************************************
	TABLES
**********************************************/

td {
	font-family: verdana, sans-serif;
	font-size: 12px;
}

th {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}