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

body {
	background-color:#666666;
	background-image:url(/mobile/images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
img {
	border:none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin-left:15px;
	margin-right:5px;
}
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#cccccc;
	margin-left:5px;
	margin-right:3px;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin-left:5px;
	margin-right:3px;
	font-style:italic;
	margin-top:0px;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16;
	color:#FFFFFF;
}
.nav p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:10px 0 20px 0;
	text-align:center;
	padding:0px;
}
.nav a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.nav a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.foot p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	text-align:center;
	padding:0px;
}
.foot a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.foot a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.foot a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.foot a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
