a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
a:active {
	color: #336699;
	text-decoration: underline;
}
a.bot:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.bot:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.bot:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.bot:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.border_title {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
}
.border_subtitle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.border_pic {
	border: 3px double #222222;
}
.form_fields {
	background-color: #0A3A61;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.white_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.subtitles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #006699;
}
.bg_gradient {
	background-image: url(../images/jpg/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
