html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
background-color: #747474;
background-image: url("images/background.jpg");
background-position: top center;
background-repeat: repeat-x;
}

#slideshow {
    position:relative;
    height:277px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


.content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0;
}

.bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0;
}

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0px;
	text-indent: 0;
}

a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	font-weight: normal;
	color: #292A73;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	font-weight: normal;
	color: #292A73;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	font-weight: normal;
	color: #333333;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}
a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	font-weight: normal;
	color: #292A73;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a.footer:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a.footer:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a.footer:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #DAE1E5;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}
a.footer:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

.textInput {
	width: 260px;
	height: 25px;
	font-family: arial;
	color: #333333;
	padding: 3px;
	font-size: 1.0em;
	border: 1px solid #9B9B9B;
}

.textBox {
	width: 260px;
	height: 200px;
	font-family: arial;
	color: #333333;
	padding: 3px;
	font-size: 1.0em;
	border: 1px solid #9B9B9B;
}

.formInputButton  {
    font-size: 1.5em;
    vertical-align: middle;
    font-weight: bolder;
    text-align: center;
    background: url(images/button-submit.jpg);
}
