html {
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

legend {
	color:#000001;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
input, button, textarea, select {
	font-size:100%;
	overflow:auto;
	background-color: #FFF;
	border: 1px dashed #333;
}

#navbar2 {
 height: 74px;
 width: 438px;
}
#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial;
 font-weight:bold;
 font-size:14px;
 color: #ecf4ff;
 line-height: 74px;
 white-space: nowrap;
}

#navbar2 li {
 list-style-type: none;
 display: inline;
}
#navbar2 li a {
 text-decoration: none;
 padding: 7px 10px;
 color: #ecf4ff;
}
#navbar2 li a:link {
 color: #ecf4ff;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #FFF;
}

#navbar2 li a:visited {
 color: #ecf4ff;
}
#navbar2 li a:hover {
 color: #999;
 background-color:transparent;
}

H1 {font-size:27px; color:#00a9d3;}
H2 {font-size:16px;color:#00a9d3;}
.smalltext{
	font-size:12px;
	color:#ecf4ff;
	font-family: Arial, Helvetica, sans-serif;
}
.arial12 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.arial12a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}


.hyperlink{color:#00a9d3;}
.hyperlink2{color:#104b80;}

#smalltext a {
 text-decoration: none;
 color: #ecf4ff;
}
#smalltext a:link {
 color: #ecf4ff;
}
#smalltext  a:visited {
 color: #ecf4ff;
}
#smalltext a:hover {
 color: #00a9d3;
 background-color:transparent;
}

.subtitle1 {
	font-size:24px;
	color:#996600;
	font-weight:bold;
	font-family: "Century Gothic", Arial, sans-serif;
}
.subtitle2 {font-size:13px; color:#26272a; font-weight:bold;}
.subsmalltext {font-size:12px; color:#26272a;text-align:justify;}
.backtotop {
	font-size:10px;
	color:#26272a;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
/*Footer*/

.arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text12just {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
	text-align: justify;
	color: #333;
	font-weight: normal;
}
.text12 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #333;
	font-weight: normal;
}



/*Javascript*/
#slideshow {
	position:relative;
	height:284px;
}

#slideshow IMG {
	position: absolute;
	top:0px;
	left:0px;
	z-index:-1;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:3;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:2;
}
.input {
	font-family: "Century Gothic", sans-serif, Arial;
	font-size: 10pt;
	border-style: solid;
	border-image: #000000;

}