/* fabc text */
p {
	font-family: verdana, sans serif;
	font-size: 11px;
	weight: normal;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 12px;
	word-spacing: 1px;
	}
html>body p {
	line-height: 12px;
	}

p.tiny {
	font-family: arial;
	font-size: 9px;
	weight: normal;
	line-height: 12px;
	word-spacing: 2px;
	}
	
ul {
	font-family: verdana, sans serif;
	font-size: 10px;
	weight: normal;
	margin-left: 15px;
	}
	
ol {
	font-family: verdana, sans serif;
	font-size: 11px;
	line-height: 12px;
	weight: normal;
	}
	
li {
	font-family: verdana, sans serif;
	font-size: 11px;
	weight: normal;
	line-height:15px;
	word-spacing: 2px;
	}

li.spcl {
	font-family: verdana, sans serif;
	font-size: 11px;
	margin-left: 1px;
	weight: normal;
	line-height:10px;
	word-spacing: 2px;
	list-style-position: outside;
	list-style-type: none;
	}

li.news {
	font-family: verdana, sans serif;
	font-size: 11px;
	line-height: 15px;
	weight: normal;
	list-style-position: outside;
	list-style-image: url(../img/news_arrow.png);
	}
	
h1 {
	font-family: georgia;
	font-size: 15px;
	weight: bold;
	line-height: 17px;
	word-space: 15px;
	}
	
h2 {
	font-family: georgia;
	font-size: 16px;
	weight: normal;
	line-height: 17px;
	word-space: 15px;
	}
	
a.links {
	text-decoration: underline;
	font-family: verdana, sans serif;
	font-size: 10px;
	font-weight: normal;
	color:  #0033FF;
	outline: none;
	}
a:visited.links {
	color:  #08234A;
	}
a:active.links {
	color:  #08234A;
	}
a:hover.links {
	color: #990000;
	text-decoration: none;
	}
