*{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.small {
	font-size: 10px; 
}
.big {
	font-size: 14px; 
	font-weight: bold;
}
.normal {
	font-size: 12px; 
}
.title{
   font-size: 16px;
   font-weight: bold;
   text-transform:uppercase;
}

/* Links section ----------------------------------------------------------- */

a {  
	text-decoration: underline; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
li.redbullet {
	list-style-image: url(/images/redtextbullet.gif);
}
/*
a:hover {  
	color: #000000;
	text-decoration: none; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}

a:active, a:visited {  
	color: #00A8A8; 
	text-decoration: none;
}
*/
/* Links section End-------------------------------------------------------- */
/*
body, td, p, li, ul, ol {
	color: #000000;
}


li, ul, ol {
	list-style:none;
}
*/