@charset "utf-8";
.banner_background {
	background-attachment: scroll;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text_white {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #ffffff;
}
.text_white_small
{
font-family: "Century Gothic";
font-size: 8px;
color: #ffffff;	
	}
.text_white_small a
{
font-family: "Century Gothic";
font-size: 8px;
color: #ffffff;
text-decoration:underline;
	}
.text_white_small a:hover, a:visited
{
	font-family: "Century Gothic";
	font-size: 8px;
	color: #003;
	text-decoration:underline;
	}
	
	
h1 {
	font-family: "Century Gothic";
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #FFFFFF;
}
h3 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 0px;
}

p

{

margin-top: 5px;
margin-bottom: 10px;
	
	}
	
a.link_text_white {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: undeline;
}
a.link_text_white:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: underline;
}
a.a {
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.a:hover {
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: underline;
}
.white {
	color: #ffffff;
}
.text_field {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1A44C3;
	border: 1px solid #3399FF;
}
.line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.line_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.text_white_small {
	font-family: "Century Gothic";
	font-size: 9px;
	color: #FFFFFF;
}
.line_left {
	height: 80%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
