body {
	background-color : #FFFFFF;
	margin : 0px 0px 0px 0px;
}
.menu_normal {
	background-image : url(images/menu_normal.gif);
	background-repeat : no-repeat;
	background-position : right;
	font-family : Verdana;
	font-weight : bold;
	font-size : 12px;
	color : #BD1F43;
	padding : 0px 0px 0px 5px;
	height : 22px;
	width : 126px;
	cursor: pointer;
}
.menulink {
	font-family : Verdana;
	font-weight : bold;
	font-size : 12px;
	color : #BD1F43;
	text-decoration : none;
}
.menu_high {
	background-image : url(images/menu_high.gif);
	background-repeat : no-repeat;
	background-position : right;
	font-family : Verdana;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	padding : 0px 0px 0px 5px;
	height : 22px;
	width : 126px;
	cursor: pointer;
}
.menulink_high {
	font-family : Verdana;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}
.main {
	background-image : url(images/main_top.gif);
	background-repeat : no-repeat;
	background-position : top;
	font-family : Verdana;
	font-weight : normal;
	font-size : 12px;
	color : #999999;
	padding : 40px 0px 0px 10px;
	width : 549px;
}
.normal {
	font-family : Verdana;
	font-weight : normal;
	font-size : 12px;
	color : #999999;
}
.small {
	font-family : Verdana;
	font-weight : normal;
	font-size : 9px;
	color : #999999;
}
.headline {
	font-family : Verdana;
	font-weight : bold;
	font-size : 12px;
	color : #000000;
}
.normallink {
	font-family : Verdana;
	font-weight : normal;
	font-size : 12px;
	color : #BD1F43;
	text-decoration : none;
}
.normallink:hover {
	font-family : Verdana;
	font-weight : normal;
	font-size : 12px;
	color : #BD1F43;
	text-decoration : underline;
}
.input {
	border-style : solid;
	border-width : 1px;
	border-color : #999999;
	font-family : Verdana;
	font-weight : normal;
	font-size : 12px;
	color : #BD1F43;
}