body {
	margin: 0px;
	font-family: arial;
	font-size: 9pt;
	
	background-image: url('images/pageBG.gif')
}
.Text{
font-size: 9.0pt; 
font-family: Tahoma; 
color: #333333
}

.main {
	width: 100%
}
h2 {
	margin-top: 5px
}

.menuBuild {
	position: absolute;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=145,strength=4);
	z-index: 1
}
.menuTab {
	width: 100%
}
.button {
	color: white;
	width: 100%;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	cursor: hand;
	font-family: Tahoma;
	font-size: 8pt;
	height: 17px;
	vertical-align: top
}
.buttonOver {
	color: white;
	width: 100%;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	cursor: hand;
	background-image: url('images/mnuBtnOver.gif');
	font-family: Tahoma;
	font-size: 8pt;
	height: 17px;
	vertical-align: top
}
.pageName {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=145,strength=1);
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	position: absolute;
	top: 31px;
	left: 5px;
	font-style: italic;
	color: white
}
.pageNameChild {
	font-size: 11pt;
	color: #FCDB76
}
img {
	border: 0px
}
hr {
	width: 99%
}
a {
	font-weight: bold;
	color: blue;
	text-decoration: none
}
a:hover {
	color: red;
	text-decoration: underline
}

.bottomNav {
	background-color: #777792;
	text-align: center;
	font-size: 9pt
}
.bnValidImg {
	background-color: #777792;
	width: 88px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px
}
.footer {
	width: 100%
}