@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	/*list-style: none;*/
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	}

input, select, textarea {
padding:3px;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

body {
background-color:#FFFFFF;
background-image:url(../images/header_bg.gif);
background-repeat:repeat-x;
}

a:link, a:visited {
color:#00bff3;
text-decoration:underline;
}

a:hover {
color:#00bff3;
text-decoration:none;
}


h1 {
font-size:24px;
font-weight:bold;
color:#666666;
}

h2 {
font-size:18px;
font-weight:bold;
color:#666666;
}
h4 {
font-size:10px;
font-weight:bold;
color:#666666;
}

#fronttext {
font-size: 22px;
color:#555555;
/*font-family:Arial, Helvetica, sans-serif;*/
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height: 28px;
margin-left: auto;
margin-right: auto;
width: 960px;

}

#container {
width:960px;
margin-left: auto;
margin-right: auto;
}

#header{
width:960px;
height:133px;
background-image:url(../images/header_logo.gif);
background-repeat:no-repeat;
text-align:right;
}


#body {
width:960px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}

#footer{
width:960px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.form {
border:#E4E4E4 1px solid;
background:#F5F5F5;

}

.form td {
padding:8px;
}


