/* --------------------- Body ----------------------------*/


body {
	padding: 0px;
	margin: 0px;
	background-color: #F9F9F9;
}


h2 {
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	line-height: 1.3pc;
	color: #525252;
	font-weight: normal;
}


h3 {
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	padding: 0 25px 5px 0px;
	margin: 0 0 0 0px;
	line-height: 1.3pc;
	color: #525252;
	font-weight: normal;
}


#subscription p {
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	padding: 5px 0 5px 0px;
	margin: 0 0 0 0px;
	line-height: 1.3pc;
	color: #525252;
}





p {
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	padding: 5px 0 5px 0px;
	margin: 0 0 0 0px;
	line-height: 1.3pc;
	color: #525252;
}

.readmore {
	color: #0c5bad;
	font-weight: bold;
}


.color {
	color: #525252;
	font-weight: bold;
}


.bold {
	color: #274b7f;
	font-weight: bold;
}

.boldorange {
	color: #F99F3F;
	font-weight: bold;
}

/* --------------------- Bullets ----------------------------*/



li{
	color:#525252;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.3pc;
	list-style-image: url(../images/bullets.jpg);
	list-style-type: none;
}



a:link, a:visited, a:active  {
	color: #525252;
	text-decoration:none;
 }

a:hover { color:#fa8146;
text-decoration:none;
 }
 
.input_box{
border:#CCCCCC;
width:250px;

}
.astricks{
color:#FF0000;
font-weight:bold;
}

