span, p, a, div
{
    font-family: helvetica, sans-serif;
    font-size: 15px;
}
a:link, a:visited, a:active {
	font-size: 12px;
	text-decoration: none;
}

a:hover 
{
    cursor: hand !important;
	text-decoration: none;
}


/*Headings and text*/


.NormalSmall{
	font-size: 12px;
} /* normal slightly smaller text everywhere in our portal */

.NormalReallySmall {
	font-size: 10px;
}
.LinkHeaderSmall
{
    color:White;
    font-size:14px;
    font-weight:bold;
}
.LinkHeaderLarge
{
    color:White;
    font-size:16px;
    font-weight:bold;
}

/* GENERIC */
h1  {  	font-size:  18px;
		font-weight: bold;
		color:#373535;
	}
h2  {	font-size:  16px;
		font-weight: bold;
		color:#373535;
	}
h3  {  font-size:  14px;
		font-weight: bold;
		color:#373535;
	}

h1,h2,h3{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.ErrorText
{
	color:Red;
}

a.lbtnBackToResults:link, a.lbtnBackToResults:visited, a.lbtnBackToResults:active
{

	color:White;
}
.LinkBar
{
	background-image:url(images/LinkBar.png);
}