﻿span, p, a, div, td
{
    font-family: helvetica, sans-serif;
    font-size: 14px;
}
a:link, a:visited, a:active {
	font-size: 12px;
	text-decoration: none;
}

a:hover 
{
    cursor: hand !important;
	text-decoration: none;
}


/*Headings and text*/

.BlyssBlue
{
	color:#0053a5;
}

.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;
	}

h2.sf_newsTitle a{	
	font-size:  16px;
	font-weight: bold;
	color:#373535;
	line-height:1em;

}
sf_newsList p{
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	
}


h1,h2,h3{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

p {margin: 5px 0px}

