/* THIS STYLE IS FOR FIELD VALUES */
b {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #808040;
}

/* THIS STYLE IS DEFAULT FOR ALL TEXT IN "TD" */
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Maroon;
}

/* THIS STYLE IS FOR SECTION HEADERS*/
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

/* THIS STYLE IS FOR LIST HEADERS */
i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red
}

/* THIS STYLE IS FOR SEARCH QUERY HEADERS */
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-style: normal;
	font-weight: normal
}

/* THIS STYLE IS FOR TEXT LINKS */
A {
	text-decoration: none;
	color: Maroon;
	font-family : Arial, Helvetica, sans-serif;
}
A:Hover {
	text-decoration: underline;
	color: Maroon;
	font-family : Arial, Helvetica, sans-serif;
}

h3 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}


