/*ChildLinks  ---------------------------------------------------------------------------------*/
.ChildLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	padding-left: 5px;
}
.ChildLinksOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
    background: #eeeedd;
   	color: #333300;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	padding-left: 5px;
    cursor: pointer;
}
/*Div Main Size  ---------------------------------------------------------------------------------*/
#mainsize {
	right: 0px;
	bottom: 0px;
	left: 0;
	top: 0;
	width: 750;
	height: 330;
}
/*IFrame border  ---------------------------------------------------------------------------------*/
.iframeborder {
	border: 1px solid CCCC99;
}
