body{
	color: #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6{
	cursor: default;
}
a{
	color: #008fce;
}
h1{
	color: #560070;
	font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size: 24px;
}

h3{
	color: #560070;
	font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

p{
	margin-top: 10px;
}


.sectionHead{
	font-size: 20px;
	color: #94539e;
	font-weight: bold;
	line-height: 24px;
}
.storyHead{
	font-size: 16px;
	color: #7f5486;
	font-weight: bold;
	line-height: 18px;
}
.subhead{
	font-size: 14px;
	color: #7f5486;
	line-height: 16px;
}
.bodysubtext{
	font-size: 10px;
	font-style: italic;
	color: #6c6a60;
	line-height: 16px;
}
.bodytext a{
	font-size: 11px;
	color: #94539e;
	text-decoration: none;
}
.bodytext a:hover{
	font-size: 11px;
	color: #94539e;
	text-decoration: underline;
}

/*
     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: 65px;
              text-align: center;
              width: 100%;
     }
     #mobileheader div img{border: 0;}
     #mobileheader #actionBack{
              float: left;
              margin-top: -50px;
              padding: 0 0 0 10px;
     }
     #mobileheader #actionBack.hidden{display: none;}
     #mobileheader #actionHome{
              float: right;
              margin-top: -50px;
              padding:0 10px 0 0;
     }
     #mobileheader #actionHome.hidden{display: none;}
     #mobileheader #logo{
              margin: 0 auto;
     }
