@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
a:link {
	color:#f4812e;
	text-decoration:underline;
}
a:visited {
	color:#f5832d;
	text-decoration:underline;
}
a:hover {
	color:#498dce;
	text-decoration:none;
}
a:active {
	color:#f4812e;
	text-decoration:underline;
}
.title {
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	padding-top:10px;
}
.title2 {
	font-size:13px;
	font-weight:bold;
}
.stext {
	font-size:10px;
}
.grey {
	color:#888888;
}
.style1 {
	font-size:16px;
	color:#1bb9fe;
	font-weight:bold;
}
.style2 {
	font-size:13px;
	font-weight:bold;
}
.style3 {
	font-size:12px;
	font-weight:bold;
}
.nav {
	font-size:12px;
	color:#ffffff;
}
a.nav:link {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
a.nav:hover {
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}
a.nav:visited {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
a.nav:active {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
