A:link
{
color: #000000;
}

A:visited
{
color: #AAAAAA;
}

A:active
{
color: #FFFFFF;
}

body
{
	margin: 2%;
	padding: 2%;
	scrollbar-base-color: #CC0000;
}

#menu
{
position: absolute;
left: 4%;
top: 1%;
height: 96%;
Width: 98%;
overflow: none;
}

.menuitem
{
background-color: #cc0000;
border: 3px solid #000000;
font-size: expression(document.body.offsetWidth/16);
font-weight: bold;
text-align: center;
width: 100%;
height: 6%;
}

.documentitem
{
background-color: #cc9999;
border: 2px solid #000000;
font-size: expression(document.body.offsetWidth/36);
font-weight: bold;
text-align: center;
width: 100%;
height: 6%;
}

.notebox
{
background-color: #DDDDDD;
border: 3px solid #FF0000;
font-size: expression(document.body.offsetWidth/30);
font-weight: bold;
text-align: center;
}

.title
{
font-size: expression(document.body.offsetWidth/36);
color: "#cc0000";
text-align: center;
font-weight: bold;
}

.title2
{
font-size: expression(document.body.offsetWidth/60);
color: "#0000cc";
text-align: center;
font-weight: bold;
}

.bodytext
{
font-size: expression(document.body.offsetWidth/40);
}

.bodytext2
{
font-size: expression(document.body.offsetWidth/35);
}

.bodytext3
{
font-size: expression(document.body.offsetWidth/30);
}

.list
{
font-size: expression(document.body.offsetWidth/40);
}

.listb
{
font-size: expression(document.body.offsetWidth/36);
font-weight: bold;
}

.listc
{
font-size: expression(document.body.offsetWidth/28);
font-weight: bold;
}

.redhead
{
font-size: expression(document.body.offsetWidth/30);
color: "#FF0000";
text-align: center;
font-weight: bold;
}

.redhead2
{
font-size: expression(document.body.offsetWidth/30);
color: "#FF0000";
font-weight: bold;
}

.bluebody
{
font-size: expression(document.body.offsetWidth/36);
color: "#0000FF";
}

.bluemenu
{
font-size: expression(document.body.offsetWidth/17);
color: "#0000FF";
}

.bluehead
{
font-size: expression(document.body.offsetWidth/30);
color: "#0000FF";
text-align: center;
font-weight: bold;
}

.bluehead2
{
font-size: expression(document.body.offsetWidth/24);
color: "#0000FF";
text-align: center;
font-weight: bold;
}

.blackbody
{
font-size: expression(document.body.offsetWidth/36);
color: "#000000";
}

.blackhead
{
font-size: expression(document.body.offsetWidth/30);
color: "#000000";
text-align: center;
font-weight: bold;
}

.blackhead2
{
font-size: expression(document.body.offsetWidth/24);
color: "#000000";
text-align: center;
font-weight: bold;
}

.scaleimage
{
width: 100%;
overflow: none;
}

.scaleimageheight
{
height: 100%;
overflow: none;
}

.scaleimageheight2
{
height: 80%;
overflow: none;
}

.scaleimage2
{
width: expression(this.parentElement.offsetWidth - 4);
overflow: none;
}

.scaleimage3
{
width: expression(this.parentElement.offsetWidth * 0.75);
overflow: none;
}

.scaleimage4
{
width: expression(this.parentElement.offsetWidth * 0.60);
overflow: none;
}

.scaletable
{
position: absolute;
top: 1%;
left: 1%;
width: expression(document.body.offsetWidth * 0.96);
height: 98%;
overflow: none;
display: none;
}

.scaletable2
{
top: 1%;
left: 1%;
width: expression(this.parentElement.offsetWidth * 0.96);
overflow: none;
}







