@charset "utf-8";
/* CSS Document */
body
{
margin:0px;
padding:0px;
background: url(../images/bg.jpg) left top repeat-x #c3dff1;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:6px 0px;
text-align: justify;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:960px;
height:auto;
text-align:center;
margin:0px auto;
padding-top:29px;
}
.body-container
{
width:960px;
height:auto;
float:left;
text-align:left;
background:url(../images/round-top-bg.jpg) left top no-repeat #FFF;
}
.body-inside
{
width:940px;
height:auto;
float:left;
text-align:left;
background: url(../images/body-bottom-bg.jpg) left bottom no-repeat;
padding:11px 10px 40px 10px;
}
.header
{
width:940px;
height:244px;
float:left;
text-align:left;
}
.header-top
{
width:940px;
height:46px;
float:left;
text-align:left;
}
.header-middle
{
width:940px;
height:102px;
float:left;
text-align:left;
}
.logo-box
{
width:412px;
height:102px;
float:left;
text-align:left;
}
.middle-right
{
width:528px;
height:102px;
float:right;
text-align:left;
}
.header-bottom
{
width:940px;
height:96px;
float:left;
text-align:left;
}
.body-main
{
width:880px;
height:auto;
float:left;
text-align:left;
padding:0px 30px;
background:url(../images/body-top-bg.jpg) left top no-repeat;
}
.body-left
{
width:516px;
height:auto;
float:left;
text-align:left;
}
.left-text-box
{
width:516px;
height:auto;
float:left;
text-align:left;
padding-bottom:8px;
}
.missing-box
{
width:502px;
height:167px;
float:left;
text-align:left;
padding-left:4px;
}
.report-box
{
width:475px;
height:157px;
float:left;
text-align:left;
background:url(../images/missing-box.jpg) left top no-repeat;
padding:10px 12px 0px 15px;
color: #FFF;
}
.input-box
{
width:135px;
height:21px;
text-align:left;
background-color: #FFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:normal;
line-height:21px;
padding-left:3px;
padding-top:3px;
border:1px solid #0099cc;
color: #333333;
}
.body-right
{
width:315px;
height:420px;
float:right;
text-align:left;
background:url(../images/body-right-bg.jpg) left top no-repeat;
padding:10px 0px 0px 36px;
}
.footer
{
width:960px;
height:auto;
float:left;
text-align:center;
padding:30px 0px 20px 0px;
color: #006699;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}
.footer a
{
text-decoration:none;
color: #006699;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}
.footer a:hover
{
color: #cd0404;
text-decoration: underline;
font: normal 12px/18px Arial, Helvetica, sans-serif;
}
/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
body a
{
color:#ff0172;
text-decoration: underline;
font-weight:bold;
font-size:12px;
}
body a:hover
{
color:#99cc00;
text-decoration: underline;
font-weight:bold;
font-size:12px;
}
h1 {
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
	text-align:justify;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	text-align:justify;
}