/* CSS Document */
.pad10{
	margin: 0px;
	padding-left: 10px; 
}
.pad20{
	margin: 0px;
	padding-left: 20px;
}
.pad25{
	margin: 0px;
	padding-left: 25px;
}
.childTop{
	display: block; width: 150px; height: 20px; background-color:#EAEAEA; color:#0000CC; font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; font-weight: bold; line-height: 20px; border-top: 1px solid #000000;
}
.childTop:hover{
	width: 150px; height: 20px; background-color:#CCCCCC; color:#0000CC; font-family: Arial, Helvetica, sans-serif;	font-size: 12px; 
	font-weight: bold; line-height: 20px; border-top-width: 1px; border-top-style: solid; border-top-color:#000000;
}
.childTopBottom{
	display: block; width: 150px; height: 20px; background-color:#EAEAEA; color:#0000CC; font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; font-weight: bold; line-height: 20px; border-top: 1px solid #000000;  border-bottom: 1px solid #000000;
}
.childTopBottom:hover{
	width: 150px; height: 20px; background-color:#CCCCCC; color:#0000CC; font-family: Arial, Helvetica, sans-serif;	font-size: 12px; 
	font-weight: bold; line-height: 20px; border-top: 1px solid #000000; border-bottom: 1px solid #000000;
}					
.parentTopBottom{
	display: block;	width: 150px; height: 20px;  color:#FFFFFF; font-family: Arial, Helvetica, sans-serif;	font-size: 12px; 
	font-weight: bold; line-height: 20px; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; background-color:#666666;
}
.parentTopBottom:hover{
	width: 150px; height: 20px;  color:#FFFFFF; font-family: Arial, Helvetica, sans-serif;	font-size: 12px; font-weight: bold;
	line-height: 20px; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; background-color:#003399;
}
.parentTopBottomD{
	display: block;	width: 150px; height: 20px;  color:#ABAB81; font-family: Arial, Helvetica, sans-serif;	font-size: 12px; 
	font-weight: bold; line-height: 20px; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; background-color:#666666;
}
.parentTopBottomD:hover{
	width: 150px; height: 20px;  color:#ABAB81; font-family: Arial, Helvetica, sans-serif;	font-size: 12px; font-weight: bold;
	line-height: 20px; border-top: 1px solid #BFBFFF; border-bottom: 1px solid #FFFFFF; background-color:#003399;
}
.parentInactive{
	display: block; width: 150px; height: 20px;  color:#FFFFFF; font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
	font-weight: bold; line-height: 20px; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; background-color:#CCCCCC;
}
.parentInactive{
	display: block; width: 150px; height: 20px;  color:#FFFFFF; font-family: Arial, Helvetica, sans-serif;	font-size: 12px; 
	font-weight: bold; line-height: 20px;	border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; background-color:#CCCCCC;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	cursor:pointer;
	text-decoration: none;
}
body {
	margin:0px;
	padding:0px;
	border:0;
}