body {
	background: #FEFEFE;
	font-family: Arial, verdana, Tahoma, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

/* a links */
a:link, a:visited {
	outline: none;
	text-decoration: none;
	font-weight: normal;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FF2A00;
}

h1 {
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h2 {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF8400;
}

h3 {
  font-family: Arial,sans-serif;
  font-size: 12px;
  color: #1B678C;
}

h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.normalemphasize_red
{
   font-family: Arial,sans-serif;
  font-size: 12px;
  color: #ED3B0F;
}
.normalemphasize_blue
{
   font-family: Arial,sans-serif;
  font-size: 12px;
  color: #1B678C;
}
.normalemphasize_blue_big
{
  font-family: Arial,sans-serif;
  font-size: 14px;
  color: #1B678C;
  font-weight: bold;
}


ul{
	font-size: 11px;
	color: #5E5E5E;
	padding:0px 0px 0px 10px;
	margin:0px;
	list-style:none;
	list-style-image:none;
}

li{
	font-size: 12px;
	color: #096589;
	line-height: 19px;
	background-image:url(../images/bullet_ul.gif);
	background-repeat:no-repeat;
	background-position:1px 9px;
	padding-left:10px;
	margin:0px;
}

