﻿body
{
    background-color:#333;
    margin:0 auto;
}
p, a, li, tr td
{
    font-size :10pt;
    font-family:Verdana,Tahoma,'Times New Roman';
}
.ManTable
{
    margin:0 auto;
	padding:0;
	width: 1032px;
	border-collapse:collapse;
	background:white;
}
.ManTable tr td
{
    padding:0;
}
.LeftLine
{
    background-image:url("Images/LeftLine.jpg");
    background-repeat:repeat-y;
    width:16px;
    height:100%;
}
.RightLine
{
    background-image:url("Images/RightLine.jpg");
	background-repeat:repeat-y;
	width:16px;
	height:100%;
}
.HeaderDiv
{
    background-image:url("Images/Title10_bg.jpg");
    width:1000px;
    height:72px;
    background-repeat:no-repeat;
}
.Header09Div
{
     background-image:url("Images/Title09_bg.jpg");
    width:1000px;
    height:72px;
    background-repeat:no-repeat;
}
.NavDiv
{
    background-image:url("Images/Nav_bg.jpg");
	height:26px;
}
.NavDiv a
{
    font-size:10px;
    font-weight:bold;
	line-height:14px;
	color:#fff;
    font-family:Verdana,Tahoma,'Times New Roman';
}
.NavDiv a:link
{
    text-decoration:none;
}
.NavDiv a:visited
{
    text-decoration:none;
}
.NavPos
{
    float:right;
    padding:0 12px;
    padding-top:6px;
}
.FooterDiv
{
	background-color:#006699;
	height:50px;
	width:1000px;
}
.FooterTextDiv
{
	color:White;
	padding-right:15px;
	padding-top:28px;
	text-align:center;
	font-size:12px;
}
.BodyDiv
{
    background-image:url("Images/Body_bg.jpg");
    background-position:top;
    background-repeat:no-repeat;
    border:solid 1px #000;
    border-bottom:0;
    margin:5px;
    margin-bottom:0px;
    padding:20px;
    text-align:justify;
}
.TitleBar
{
    height:20px;
    background-color:#006699;
}
.Link
{
    Color:#ff9900;
}
.Link:link
{
	color:#ff9900;
	text-decoration:none;
}
.Link:visited
{
	color:#ff9900;
	text-decoration:none;
}
.Link:hover
{
	color:#ff9900;
	text-decoration:underline;
}
.TitleBar
{
     font-family:Verdana,Tahoma,'Times New Roman';
     height:20px;
}
.Title
{
    font-size:12pt;
    font-weight:bold;
}