@charset "utf-8";
/* CSS Document */
body
{
color:#333333;
margin:0px;
}
body a
{
color:#333333;
}
img
{
filter:expression(addPngImage(this));
}
.page
{
font-family:verdana;
font-size:11px;
font-weight:normal;
color:#333333;
margin-top:2px;

}
.bgheader
{
color:#990000;
font-weight:bold;
font-size:13px;
background-image:url(../image/bghdr.png);
background-repeat:repeat-x;
height:170px;
}
.bgheader span
{
color:#ffffff;
}
.bgheader span a
{
color:#ffffff;
}
.data
{
width:100%;
height:400px;
font-size:12px;
color:#333333;
}
.heading
{
font-size:15px;
color:#333333;
line-height:35px;
text-align:left;
margin-left:46px;
margin-top:10px;
}
.content
{
background-color:#ffffff;
width:619px;
margin-left:48px;
height:360px;
font-weight:normal;
text-align:justify;
padding:5px;	
border:0px solid #cccccc;
}
.footer
{
width:996px;
height:40px;
font-weight:normal;
color:#333333;
text-align:center;
line-height:36px;
border:1px solid #cccccc;
margin:2px;
}

