body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #00395a;
	background-color: #00395a;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}

a:link {
	color: #00395a;
}
a:visited {
	color: #00395a;
}
a:hover {
	color:#b3740d;
}
a:active {
	color: #00395a;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00395a;
}
A.footer:link {
	color: #00395a;
}
A.footer:visited {
	color: #00395a;
}
A.footer:hover {
	color: #666666;
}
A.footer:active {
	color: #00395a;
}

.base_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color: #00395a;
}
A.base_text:link {
	color: #00395a;
}
A.base_text:visited {
	color: #00395a;
}
A.base_text:hover {
	color: #666666;
}
A.base_text:active {
	color: #00395a;
}

.header {
	color:#6699cc;
	font-size:10px;
	padding-bottom:5px;
	}

a.header:link {
	color: #6699cc;
}
a.header:visited {
	color: #6699cc;
}
a.header:hover {
	color:#dc9219;
}
a.header:active {
	color: #6699cc;
}
.right_indent {
	padding-right:15px;
	}
	
.left_indent {
	padding-left: 15px;
	}
	
	li {
	list-style-position: outside;
	list-style-image: url(images/dot.gif);
}

.buttons {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #00395a;
	}

.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	font-weight:bold;
	color: #b57713;
}
h1 {
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	
}