/* CSS Document */

/* Removing borders from linked images */ 
a img{border:none;}

/* default font */
body, h1, h2, h3, h4, h5, h6, td{font: 12px "trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif; color: #005596;font-size-adjust: 0.51; margin:5px; text-align:center; align:center;}

body{margin:0px;
	background-color: #7faaca;
}

/* Headlines : h1 is used for the main (top) headline/contecnt section
h2 is used for the rest of the content headlines */
h1, h2{margin-bottom:5px;font-size:18px;line-height:1em;}

/* puts the right color on the headlines */
.navscheme1 h1, .navscheme1 h2{color:#FF8800}
.navscheme2 h1, .navscheme2 h2{color:#4F83DF}
.navscheme3 h1, .navscheme3 h2{color:#508A90}
.navscheme4 h1, .navscheme4 h2{color:#A78B60}
.navscheme5 h1, .navscheme5 h2{color:#768996}
.navscheme6 h1, .navscheme6 h2{color:#83A408}
.navscheme7 h1, .navscheme7 h2{color:#5C6B99}

/* Link colors */
a:link{color:#000000;text-decoration: underline;}
a:visited{color:#000000;}
a:hover{color:#990000;text-decoration: underline;}
a:active{color:#990000;}

/* Form style */
input{width: 120; border: 1px solid rgb(204, 204, 204); background-color: rgb(251, 251, 251); font-family: verdana; font-size: 10px;}

.mainDiv{
	background-color: #f0f8fc;
	text-align:left; margin: 0px auto; width:760px;
	height:100%;
}
.mainCell{vertical-align:top;}
.divider{background-color: #1BB5D3;}
.hilite_off{background-color: transparent}
.hilite_on{background-color: #24B7D4;}
.style2 A{
	color: #005596;
	text-decoration: none;
}
