body {
	margin: 0px;
	background-color: #D8EBEB;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066cc;
	letter-spacing: 2px;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #990000;
	margin-bottom: -20px;
}
hr {
	color: #000; height: 1px;
}

th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}

.bg {
	background-attachment: fixed;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.cap {
	float: left;
	width: 42px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#0066cc;
	font-family: georgia, times;
}

.green {
	color: #007777; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: italic;
}

.red {
	color: #990000; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 15px;
}

.footer {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 10px; 
	text-align: right; 
}

.footerlinks {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: right; 
	text-decoration: none;
}

.footerlinks A{
	color: #fff;
	text-decoration: none;
}

.footerlinks A:hover{
	color: #fff;
	text-decoration: underline;
}



.textlink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.textlink A{
	color: #fff;
	text-decoration: none;
}

.textlink A:hover{
	color: #fff;
	text-decoration: underline;
}
.navbar A{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #7dbeff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.navbar A:visited{
	color: #7dbeff;
}
.navbar A:hover{
	color: #FFFFFF;
}

.rules {
	background-color: #0066cc;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.textbox {
 	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 20px;
	color: #000;
	text-align: justify;
}
.textbox A{
	color: #990000;
	text-decoration: none;
}

.textbox A:hover{
	color: #fff;
	text-decoration: underline;
}