html,body,p,div,img,h1,h2,h3,h4,h5,li,ul,ol,dl,dd,dt,form,pagele,td,tr,blockquote,iframe 
{
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:separate; 
  border-spacing:0px;
}
div#Top 
{
	background-color: #1F3818;
	color: cccccc;
	text-align :center;
	font-size: 28px;
	padding: 10px;
}
div#Menu 
{
	background-color: #6A8F5C;
	width: 100%;
	text-align :center;
	font-size: 20px;
}
div#Content 
{
	width:100%;
	overflow-x:scroll;
	overflow-y:hidden;
	background-color: #225313;
	white-space:nowrap;
}
div.Page
{
	width: 100%;
	display:inline-block;
	vertical-align:top;
	text-align : center;
}
div.PageContent
{
	width: 600px;
	display: inline-block;
}
h2.PageTitle
{
	text-align: right;
	margin: 10px;
}
h2.PageInfoHead
{
	text-align: left;
	color: #FFFFFF;
	margin: 10px 0px 10px 0px;
}
p.SubTile
{
	text-align: left;
	color: #8c8c8c;
	border-bottom: 7px solid #20420D;
	margin-bottom: 30px;
	font-size: 12px;
	padding-bottom: 10px;
}
p.PageInfo
{
	text-align: left;
	color: #CFCFCF;
	line-height: 28px;
	margin-bottom: 30px;
	white-space: pre-wrap;
}
p.LogBullet
{
	text-align: left;
	color: #CFCFCF;
	line-height: 20px;
	margin-bottom: 10px;
	white-space: pre-wrap;
}
strong 
{ 
	font-weight: bold;
	font-size: 18px;
	color: #AEC5FF;
}
a
{
	text-decoration: none;
}
a.Menu
{
	padding:0 20px;
	color: inherit;
	height: 40px;
	line-height:40px;
	display:block;
}
a.Link
{
	font-size: 18px;
	color: #CFCFCF;
	text-decoration: underline;
}
li.MenuItem
{ 
	display:inline-block;
	height: 40px;
	color:#000000;
}
li.MenuItem:hover
{
	background-color: #384417;
	color:#ffffff;
}
li.FeatureItem
{
	text-align: left;
	color: #CFCFCF;
	list-style-type:none;
	margin: 0px 0px 10px 30px;
}
.blue-btn {
  background-color: #255fa7; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#41badd), to(#255fa7)); background-image: -webkit-linear-gradient(top, #41badd, #255fa7);background-image: -moz-linear-gradient(top, #41badd, #255fa7);background-image: -ms-linear-gradient(top, #41badd, #255fa7);background-image: -o-linear-gradient(top, #41badd, #255fa7); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41badd', endColorstr='#255fa7',GradientType=0 );
}

.blue-btn {
  height: 34px; line-height: 34px; display: block; float: right; padding: 0 20px; margin: 0 10px 0 0; color: #fff; font-size: 0.875em; text-align: center; cursor: pointer; text-decoration: none; border: 0; text-shadow: 0 1px rgba(0,0,0,0.15); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  
}