body {
font-family: Verdana;
font-size: 9pt;  
background-image:url('Images/Texture.png');
background-repeat:repeat;
}			

@font-face {
  font-family: 'BannerFont';
  src:  url('HandveticaTrial.ttf') format('truetype');
}

#frame {
width: 805px;
margin: 0px auto;
padding : 10px;
}

h1 {
font-size: 12pt;
color: red;
text-decoration: none;
margin:0px;
border:0px;
padding:0px;
}

#Header {
font-size: 65pt;
font-family:'BannerFont',Verdana;
width:100%;
text-align:center;
background-color: White;
border-top: 10px solid white;
border-bottom: 5px solid white;
margin-bottom: 15px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 1); 
box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 1);
}

.Quote {
color: #606060;
margin-left: 10px;
margin-right: 10px;
margin-bottom: -5px;
font-style: italic;
}

.Title {
font-size: 15pt;
color: red;
float: left;
}

.SubTitle {
clear:left;
float:left;
font-size: 11pt;
color: grey;
margin-bottom: 5px;
float: left;
}

.Red {
color: red;
font-weight: bold;
}

#BoxFull {
clear: both;
float: left;
width: 100%;
margin-bottom: 15px;
font-size: 12pt;
}

.BoxLeft {
clear: both;
float: left;
width: 375px;
background-color: White;
border: 10px solid white;
margin-bottom: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 1); 
box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 1);
}

.BoxRight {
float: right;
width: 375px;
background-color: White;
border: 10px solid white;
margin-bottom: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 1); 
box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 1);
}

.InnerBox {
float:left;
border-left: 5px;
}

.More {
clear: both;
float: left;
height: 15px;
font-size: 12pt;
cursor: pointer;
width: 100%;
text-align: center;
color: orange;
/*background: pink;*/
}

.Summary {
float: left;
margin-top: 5px;
font-size:11pt;
color:grey;
}

.Story {
clear: both;
float: left;
margin-top: 5px;
padding:5px;
padding-bottom:5px;
background-color: #f0f0f0;
}

h2 {
color: #0099cc;
font-size:14pt;
margin:0;
}

h3 {
color: orange;
margin:0;
}

h4 {
color : navy;
}

.Hi {
color: red;
font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #e90;
}

a:visited {
	color: #e90;
}

a:hover {
	color: #00a;
}

a:active {
	color: #e90;
}