/* THIS STYLE IS FOR FIELD VALUES */
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366cc
}

/* THIS STYLE IS DEFAULT FOR ALL TEXT IN "TD" */
small {
	font-family: "hevetica, sans-serif";
	font-size: 11px;
	color: #666666;
	line-height: 14px
}

/* THIS STYLE IS FOR SECTION HEADERS*/
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}

/* THIS STYLE IS FOR LIST HEADERS */
i {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: black;
	font-weight: bold
}

/* 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;
	line-height: 16px
}

/* THIS STYLE IS FOR TEXT LINKS */
A {
	text-decoration: none;
	color: #3366cc;
	font-family : Arial, Helvetica, sans-serif;
}
A:Hover {
	text-decoration: underline;
	color: blue;
	font-family : Arial, Helvetica, sans-serif;
}

h3 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	line-height: 28px
}

h4 {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}