/* CSS Document */

.Content 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6A3B03;
}
.Heading
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6A3B03;
	font-weight: bold;
}

a:link {
	color: #6A3B03; 
	text-decoration: none;
}
a:visited {
	color: #6A3B03; 
	text-decoration: none;
}
a:active {
	color: #6A3B03; 
	text-decoration: none;
}
a:hover {
	color: #6A3B03; 
	text-decoration: none;
}
.menu_parent
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A3B03;
	background-color: #F0F102;
	height: 20px;
	width: 180px;
	background-repeat: no-repeat;
	padding-left: 8px;

}
.menu_child
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A3B03;
	background-color: #F0F102;
	height: 20px;
	width: 180px;
	background-repeat: no-repeat;
	padding-left: 14px;

}
.DIVmenuParent {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #F0F102;
	height: 20px;
	width: 180px;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;

}
.DIVmenuChild {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 20px;
	width: 180px;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;

}
