@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #EDEEE8;
	font-family: Tahoma, Geneva, sans-serif;
}
p, li, td{
	font-size: 12px;
	color: #333;
	margin: 0;
}
a {
	color: #376F97;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.topnavi {
	color: #C3D4E0;
	font-size: 11px;
}
.topnavi a {
	color: #C3D4E0;
	font-size: 11px;
}
.topnavi a:hover {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
#borderleft {
	background-image: url(../images/border_left.gif);
	background-repeat: repeat-y;
}
#borderright {
	background-image: url(../images/border_right.gif);
	background-repeat: repeat-y;
}
#footer {
	font-size: 10px;
	color: #333;
	padding-top: 3px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}
#bottomnavi {
	font-size: 12px;
	color: #376F97;
	text-align: center;
	margin-bottom: 10px
}
#bottomnavi a {
	text-decoration: none;
	color: #376F97;
}
#bottomnavi a:hover {
	text-decoration: underline;
	color: #376F97;
}
.designedby {
	font-size: 10px;
	color: #333;
	padding-top: 3px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #376F97;
}
ul {
    color:#9F9F9F;
    list-style-type:none;
	margin-left: 20px;
	margin-right: 0;
	padding: 0;
}

li {
    padding-left:8px;
    background:transparent url(../images/bullet.gif) no-repeat;
    background-position:0 3px;
}
li li {
    padding-left:8px;
    background:none;
}
img {
	border:0;
}
.offerorange {
	background-image: url(../images/offer_orange.jpg);

}
.offerorange h1 {
	color:#FFE680;
}
.offerorange p {
	color: #F90;
	font-size: 20px;
}
.keywords {
	font-size: 0px;
	visibility: hidden;
}
