/*------------------------- LINKS STYLES --------------------------*/ 

body{
  background:#006699;
}

a:link {
	color: #0084BC;
}
a:visited {
	color: #0084BC;
}
a:hover {
	color: #D17518;
}
a:active {
	color: #0084BC;
}


.float-imgleft {
	float:left;
	margin: 0 25px 0 0;
}
.float-imgright {
	float:right;
	margin: 0 0 0 25px;
}

.regtxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 22px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 22px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #0453AA;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #D17518;
}

.drkblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #0453AA;
	line-height: 22px;
}

.orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #D17518;
	line-height: 22px;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 22px;
}

li ol{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 22px;
}
