/* THIS STYLE IS FOR FIELD VALUES */

b
{
	font-family: "myriad pro", myriad, helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	
}



/* THIS STYLE IS DEFAULT FOR ALL TEXT IN "TD" */

small {

	font-family: "myriad pro", myriad, helvetica, Arial, sans-serif;

	font-size: 10px;

	color: #000;
	
	line-height: 14px

}



/* THIS STYLE IS FOR LIST HEADERS */

i
{
	font-family: "myriad pro", myriad, helvetica, Arial, sans-serif;
	font-style: italic;
	color: #005db4;
}



/* THIS STYLE IS FOR SEARCH QUERY HEADERS */

em {
	font-family: "myriad pro", helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	font-color: #333
}



/* THIS STYLE IS FOR TEXT LINKS */

.A {

	text-decoration: none;
		color: #005db4


}

.A:Hover {

	text-decoration: underline;
	color: #gggggg

}

h3
{
	font-family: myriad, helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	font-weight: bold;

}


.h2 {
	font-family: "myriad pro", myriad, helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;

}

.p  { line-height: 18px; padding: 10px } 
.small {
	font-family: myriad, helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.big {
	font-family: myriad, helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	font-weight: bold;

}
.smallbold {
	font-family: myriad, helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	line-height: 18px;
	font-color: #000

}
