/* CSS Document */
body {
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url("/images/back_00.gif");
	background-repeat: repeat;
}
a:link {
	color: #006600;
	font-weight: normal;
	text-decoration: underline;
}
a:visited{
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}
a:active{
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover{
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}

h1,h2,h3 {
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	line-height: 140%;
	font-size: 13px;
	font-weight: bold;
}
li {
	font-size: 12px;
	line-height: 150%;
	padding: 3px;
}
p {
	font-size: 12px;
	line-height: 150%;
	padding: 3px;
}
div {
	background-color: #fff;
	margin: 0 auto;
	width: 700px;
	padding: 5px;
	text-align: center;
/* border-radius */
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
	border-radius: 5px;
/* box-shadow */
 	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
 	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
	border: 1px outset #FFFFFF;
}
.flame {
	width: 850px;
	background-color: #FFFFFF;
}
.title {
	width: 700px;
	text-align: left;
	margin-top: 0px;
}
.menu01 {
	padding: 3px;
	background-color: #050a5b;
	margin-top: 10px;
	text-align: center;
	width: 700px;
}
.content01 {
	padding: 5px;
	margin-top: 10px;
	text-align: left;
	width: 700px;
}
.footer {
	color: #FFFFFF;
	background-color: #050a5b;
	padding: 10px;
	width: 700px;
	margin-top: 30px;
	font-size: 11px;
}
.padding01 {
	padding: 5px;
}
.bodycopy { font-size: 12px; line-height: 140% }

.smallcopy { font-size: 11px }

.copyright{
	font-size:10px;
}

.caption{
	font-size:10px;
	color:#333333;
	line-height:140%;
}

.comment{
	font-size:10px;
	color:#990000;
	line-height:140%;
}

.bodyA {
	line-height: 140%;
	padding: 5px;
}
a img {
	border:0;
}
blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color: #666666;
}
.blockhead {
	line-height: 120%;
	font-weight: bold;
}
.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}
.titlebanner{
	padding: 0px;
	width: 552px;
}
.lead {
	line-height: 120%;
	width: 540px;
	padding: 5px;
	margin-top: 0px;
	font-size: 12px;
	border: 1px inset;
}
.backgroud {
	background-image:  url("/images/back_01.gif");
	color: #050a5b;
	background-repeat: no-repeat;
	text-indent: 10px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}
