* {
	font-size:12px;
	font-family:arial,verdana,helvetica,sans-serif;
	color:#000000;
}

body {
	margin:0px;
	padding:0px;
	background:url('../gfx/bg.gif') repeat-x #e2e2e2;
}

img {
	border:none;
	display:block;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1,h2,h3 {
	margin-top:0px;
}

h1.red {
	background:url('../gfx/titlebg_red.gif') repeat-x;
	height:17px;
	text-align:right;
}

h1.red span {
	color:#e22f00;
}

h1.grey span {
	color:#666;
}

h1 span {
	padding:0px 0px 0px 4px;
	font-size:10px;
	background:#fff;
}

h1.grey {
	background:url('../gfx/titlebg_grey.gif') repeat-x;
	height:17px;
	text-align:right;
}

.menucell, .menucell-active {
	background:url('../gfx/menu_topline.gif') no-repeat;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.menucell-active {
	background:url('../gfx/menu_topline_hover.gif') no-repeat;
}

.menulink {
	display: block;
	font-size: 10px;
}

.menulink:hover {
	text-decoration: none;
}

.arrow {
	padding-left: 9px;
	background:url('../gfx/arrow_red.gif') no-repeat;
	display: block;
	margin-bottom: 5px;
}

.button {
	border: 1px solid #e22f00;
	padding:0px 4px 0px 4px;
	background:#e22f00;
	font-weight: bold;
	color:#fff;
}

.button:hover {
	background:#fff;
	color:#e22f00;
	text-decoration: none;
}

.partner {
	display: inline;
	margin-right: 15px;
	margin-bottom: 15px;
}

.slogan {
	font-size: 40px;
	color: #E80000;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

.company {
	width: 222px;
	font-size: 10px;
	font-style: italic;
	padding: 10px;
}

