*{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.small {
	font-size: 10px; 
}
.big {
	font-size: 14px; 
	font-weight: bold;
}
.normal {
	font-size: 12px; 
}

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

a, a:link, a:visited, a:active{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f98926;
	text-decoration: underline;
	font-weight: none;
}

a:hover{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f98926;
	text-decoration: none;
	font-weight: none;
}

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

body, td, p, li, ul, ol {
	color: #000000;
}

body{
	background-color: #FFFFFF;
}

li, ul, ol {
	list-style-image: url('/images/bullet.gif');
	line-height: 18px;
}

.subheader{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3273ab;
}