body{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
color: #f30002;
font-size: 12px;
text-decoration: none;
}
#topcontainer{
	width: 800px;
	height: 172px;
	background-image: url(../images/system/banner.jpg);
	background-repeat: no-repeat;
}
.menu{

	height: 38px;
	background-color: transparent;
	background-image: url(../images/system/menubg.jpg);
	background-repeat: no-repeat;
	padding-top: 180px;
}
#menu{
	background-image: url(../images/system/menubg.png);
	height: 40px;
	width: 800px;
}
.content{
	background-image: url(../images/system/background.jpg);
	background-repeat: no-repeat;
	background-color: white;
	height: 400px;
	width: 800px;
}
.shadow_top{
	background-image: url(../images/system/shadow_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}
.shadow_content{
	background-image: url(../images/system/shadow_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.shadow_bottom{
	background-image: url(../images/system/shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.innercontent{
	background-color: white;
	padding: 20px;

}
.modulecontent{
	background-color: white;

}
.moduleheader{
	background-color: red;
	color: white;
	font-size: 12px;
	padding: 5px;
}
.small{
	font-size: 10px;
}
.eveven{
	background-color: #e8e8e8;
	font-size: 12px;
	padding-left: 2px;
}
.evodd{
	background-color: white;
	font-size: 12px;
	padding-left: 2px;
}
.head{
	color: #f30002;
	font-size: 16px;
	font-weight: bold;
}
.norm{
	font-size: 12px;
}
.bold{
	font-size: 12px;
	font-weight: bold;
}
.bgodd{
	background-color: #e8e8e8;
	font-size: 12px;

}
.bgeven{
	background-color: #e8e8e8;
	font-size: 12px;
}
#guestb{
	font-size: 10px;
}
.tbl {
	background-color: #e8e8e8;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.pic{
	background-image: url(../images/system/picbg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	padding: 10px;
}