body {
	font-family: Verdana;
}

.title1 {
	font-size: 11.5px;
	letter-spacing: 3.3px;
	vertical-align: bottom;
}

.black1 {
	font-size: 11px;
	letter-spacing: -.5px;
	color:#000000;
	vertical-align: bottom;
} 

.grey1 {
	font-size: 11px;
	letter-spacing: -.5px;
	color:#CCCCCC;
	vertical-align: bottom;
} 

.red1 {
	font-size: 10px;
	color:#FF0000;
	vertical-align: bottom;
} 

.text1 {
	font-size: 11px;
	vertical-align: bottom;
}

.underline1 {
	font-size: 11px;
	text-decoration:underline;
	vertical-align: bottom;
} 

.foot1 {
	font-size: 10px;
}

.small1 {
	font-size: 9px;
}

#header1 {
	position:absolute;
	width:234px;
	height:16px;
	left:40px;
	top:65px;
	z-index:1;
}

#menu1 {
	position:absolute;
	width:320px;
	height:514px;
	left:0px;
	top:100px;
    z-index:1;
	vertical-align:top;
}
#menu2 {
	position:absolute;
	width:140px;
	height:514px;
	left:172px;
	top:103px;
    z-index:1;
	vertical-align:top;
}

#body {
	position:absolute;
	width:500px;
	height:700px;
	left:311px;
	top:102px;
    z-index:-1;
}

#footer1 {
	position:absolute;
	width:674px;
	height:10px;
	top: 640px;
	left:40px;
	text-align:center;
	vertical-align:top;
}

#splash {
	position:absolute;
	top: 0px;
	left:0px;
}

a:link {
	text-decoration:none;
	color: #CCCCCC;
}

a:visited{
	text-decoration:none;
	color: #CCCCCC;
}

a:active{
	text-decoration:none;
	color: #000000;
}

a:hover{
	text-decoration:none;
	color: #000000;
}

a.sublink:link {
	text-decoration:none;
	color: #000000;
}
a.sublink:visited {
	text-decoration:none;
	color: #000000;
}
a.sublink:active {
	text-decoration:underline;
	color: #000000;
}
a.sublink:hover{
	text-decoration:none;
	color: #CCCCCC;
}