@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	background-color:#E9C08C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	line-height:17px;
}

h1 {
	font-size:15px;
	color:#222222;
	line-height:20px;
}

h2 {
	font-size:13px;
	color:#0096BC;
}

h3 {
	font-size:12px;
	color:#888888;
	text-transform:uppercase;
}

.rightborder {
	background-image:url(../images/rightborder.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.leftborder {
	background-image:url(../images/leftborder.gif);
	background-repeat:repeat-y;
	background-position:right;
}

a {
	color:#0085A4;
	text-decoration:underline;
}

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

.legal {
	font-size:10px;
	color:#555555;
	line-height:normal;
}

a.legal {
	font-size:10px;
	color:#555555;
	line-height:normal;
	text-decoration:underline;
}

a.legal:hover {
	font-size:10px;
	color:#F1570F;
	line-height:normal;
	text-decoration:none
}


.error {
	font-size:14px;
	color:#F1570F;
	font-weight:bold;
	line-height:20px
}

.highlight {
	font-size:12px;
	color:#A12E37;
	font-weight:bold;
	line-height:16px
}

.menu {
	font-size:12px;
	color:#222222;
	font-weight:bold;
}

a.menu {
	font-size:12px;
	color:#222222;
	font-weight:bold;
	text-decoration:none;
}

a.menu:hover {
	font-size:12px;
	color:#E0A45E;
	font-weight:bold;
	text-decoration:none;
}

.smalltext {
	font-size:10px;
}