body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
}
body,td{
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
	line-height: 140%;
}
a:visited {	color: #7E7E7E;}
a {	color: #005B95;}
a:hover {	color: #78BC00;}
a:active {	color: #000000;}

.TopBg{
	background-image:  url("images/top_bg_01.gif");
	background-repeat: repeat-x;
	height: 80px;
	margin-bottom: 20px;
}
.BottomBg{
	background-image:  url("images/bottom_bg_01.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: 100%;
}

#But03 a,#But03 a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #5D5D5D;
	background-image:  url("../images/button_center_03.gif");
	background-repeat: no-repeat;
	white-space: nowrap;
	background-position: right;
	padding-right: 0.5em;
	height: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
#But03 a:hover{
	text-decoration: none;
	color: #004372;
	background-image:  url("../images/button_center_03over.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
}


.B{	font-weight: bold;}
.Blue,.BlueTd td{ color:#005C95;}
.Gray,.GrayTd td{}
.Green,.GreenTd td{ color: #78BC00;}
.Small,.SmallTd td{	font-size: 8.5pt;}
.TxtNowrap{	white-space: nowrap;}

.Padding5,.Padding5Td td{ padding:5px;}
.PaddingT5,.PaddingT5Td td{ padding-top: 5px;}
.PaddingB5,.PaddingB5Td td{ padding-bottom: 5px;}
.PaddingTB5,.PaddingTB5Td td{ padding-top: 5px; padding-bottom: 5px;}
.PaddingT5B10,.PaddingT5B10Td td{ padding-top: 5px; padding-bottom: 10px;}
.PageTitle{
	background-image:  url("images/page_title_bg_01.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	color: #3488BB;
	height: 24px;
}
.SubTitle{
	background-color: #CEECFF;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0C4DA;
}
.BorderT,.BorderTTd td{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CFCFCF;
}
.AlignTop,AlignTopTd td {	vertical-align: top;}
