﻿@charset "utf-8";

body {
  margin: 5px;
  padding: 0px;
  background: #ffffff;
  color:#333;
}
#Content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 80%;
  line-height: 140%;
  color:#333;
}
#Content img {
  border: 0px;
}
#Content table{
	border-collapse: collapse;
	font-size: inherit;
	font-size: 100%;
}
#Content p{
	margin: 0 0 0.8em 0;
	padding: 0;
}
#Content em{
	font-weight: bold;
	font-style: normal;
}

.Clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
	line-height:0;
}
.Clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}
/* End hide from IE-mac */



div#Steady_Shot{
	width:760px;
	margin:20px 0 0 0;
	padding: 0 0 5px 0;
	background-color:#000;
	color:#fff;
}
div#Steady_Shot div.Heading_Area{
	width:760px;
	margin:0;
	padding: 0;
	background-color:#333;
}
div#Steady_Shot div.Heading_Area p{
	width:380px;
	text-align:center;
	margin:0;
	padding: 0.5em 0;
	font-size:13px;
	line-height:100%;
	font-weight:bold;
}
div#Steady_Shot div.Heading_Area p.Left_Text{
	float:left;
}
div#Steady_Shot div.Heading_Area p.Right_Text{
	float:right;
	background-color:#006;
}
div#Steady_Shot div.Flash_Area{
	width:760px;
}

