/*
	TEXT
*/

td,p	{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
.err	{

	color: #ff0000;
	text-decoration: none;
}
 
/*
	LINKS
*/

a	{ 
	color: #000099 ;
	text-decoration: underline;
}

a:link	{ 
	color: #000099 ;
	text-decoration: underline;
}

a:active	{ 
	color: #990000 ;
	text-decoration: underline;
}


a:visited	{ 
	color: #000099 ;
	text-decoration: underline;
}


.headline	{ 
	font-family: Verdana, Arial, Helvetica, 'Sans Serif'; 
	font-size: 28px;
	line-height: 32px;
	font-style : normal;
	font-weight : normal;
	color: #000099 ;
	text-decoration: none;
}

.subhead	{ 
	font-family: Verdana, Arial, Helvetica, 'Sans Serif'; 
	font-size: 14px;
	line-height: 16px;
	font-style : normal;
	font-weight : bold;
	color: #000099 ;
	text-decoration: none;
}

.footnote	{ 
	font-family: Verdana, Arial, Helvetica, 'Sans Serif'; 
	font-size: 9px;
	line-height: 16px;
	font-style : normal;
	font-weight : normal;
	color: #000099 ;
	text-decoration: none;
}




