top.document.title = document.title;

if (!navigator.userAgent.match('MSIE 6.0')) {
	document.write('<style type="text/css">');
//	document.write('.title { width: 100%; background-color: #b6cef7; position: fixed; top: 0px; left: 0px; -moz-border-radius: 9px; border-radius: 9px; }');
//	document.write('.title2 { position: fixed; top: 0px; left: 0px; color: #f2f5f7; background-color: #b5468f; -moz-border-radius: 9px; border-radius: 9px; }');
//	document.write('.menuSpacing { height: 1em; }');
//	document.write('.menuSpacing2 { height: 2em; }');
//	document.write('.menuSpacing4 { height: 4em; }');
//	document.write('.menuSpacing6 { height: 6em; }');
	document.write('.framearea40em { width: 98%; height: 100%; position: fixed; top: 1.4em; left: 1%; }');
	document.write('.framearea95em { width:98%; height: 100%; position: fixed; top: 1.4em; left:1%; }');
	document.write('</style>');
}
else {
	document.write('<style type="text/css">');
//	document.write('.title { width: 100%; background-color: #b6cef7; }');
//	document.write('.title2 { color: #f2f5f7; background-color: #b5468f; }');
//	document.write('.menuSpacing { height: 0em; }');
//	document.write('.menuSpacing2 { height: 0em; }');
//	document.write('.menuSpacing4 { height: 0em; }');
//	document.write('.menuSpacing6 { height: 0em; }');
	document.write('.framearea40em { width: 98%; height: 40em; position: fixed; top: 1.4em; left: 1%; }');
	document.write('.framearea95em { width:98%; height: 95em; position: fixed; top: 1.4em; left:1%; }');
	document.write('</style>');
}

if (navigator.userAgent.match('MSIE 8.0')) {
	document.write('<style type="text/css">');
	document.write('.ie78 { width: 100%; height: 86%; }');
	document.write('</style>');
}


