h1,h2,h3,h4,h5,h6,h7{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1{
	color: #f37b21;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}
h2{
	color: #6a2f90;
	font-size: 14px;
	font-weight: bold;
}
h3{
	color: #000;
	font-size: 18px;
}
h4{
	color: #73468e;
	font-size: 22px;
}

span.title{
	color: #410c82;
	font-size: 22px;
	font-weight: bold;
}

a{
	color: #5f1d7e;
}
a:hover{
	color: #000;
}


img.border {
border: 1px solid #333333 ;
padding: 7px 7px 7px 7px ;
}


a.noarrow{background:none!important;padding:0!important;}

/*
	Mobile Header
*/
#mobileheader{background: url(images/mobile/tile_header.gif) repeat-x 0 0;}
	#mobileheader div.container{
		background: url(images/mobile/background_header.gif) no-repeat 0 0;
		height: 50px;
		text-align: center;
		width: 100%;
	}
	#mobileheader div img{border: 0;}
	#mobileheader #actionBack{
		float: left;
		margin-top: -50px;
		padding: 7px 0 0 10px;
	}
	#mobileheader #actionBack.hidden{display: none;}
	#mobileheader #actionHome{
		float: right;
		margin-top: -50px;
		padding: 7px 10px 0 0;
	}
	#mobileheader #actionHome.hidden{display: none;}
	#mobileheader #logo{
		margin: 0 auto;
	}
