@charset "UTF-8";
/* CSS Document */
html {
 overflow-y: scroll !important;
}
	
body {
font: normal .7em Verdana, Arial, Helvetica, sans-serif;
color: #318AAB; 
margin: 0; 
padding: 0;
background: white url(bgblue.gif);
background-repeat: repeat-x;

scrollbar-face-color: E7F6FC;
scrollbar-3dlight-color: A5CAD7;
scrollbar-highlight-color: E7F6FC;
scrollbar-darkshadow-color: E7F6FC;
scrollbar-shadow-color: A5CAD7;
scrollbar-arrow-color: E7F6FC;
scrollbar-track-color: E7F6FC;
overflow: auto;

}

table, tr, td {
 	background: transparent;
  	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #318AAB;
text-align: justify;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
	font: normal 27px  'Helvetica Neue', HelveticaNeue, Arial, sans-serif;
	font-weight:lighter;
	letter-spacing: 0px; 
	margin-bottom: 0; 
	color: #FF9966;
	}
h2 { 
	font: bold 11px  Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px; 
	margin-bottom: 0; 
	color: #318AAB;
	}
h3 { 
	font:  bold 10px  Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #318AAB;
	}
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF9966;
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #318AAB;
	}

hr {
 	border: 1px dotted #FF9966; 
  	border-style: none none dotted;
  	width: 100%;
  	spacing: 10%;
}

#style1 {
font-family:  Verdana, Arial;
align: center;
}

#style1 ul {
font-size: 10px;
font-weight: bold;
margin: 0px;
padding: 0px;
list-style: none;
}

#style1 li {
background-color: #FFFFFF;
float: left;
margin: 0px 0px 0px 5px;
border: 1px solid #FF9966;
}

#style1 li a {
width: 68px;
color: #FF9966;
text-decoration: none;
display: block;
padding: 5px 0px 5px 0px;
text-transform: uppercase;
text-align: center;
}


#style1 li a:hover, a:active {
color: #FFFFFF;
text-decoration: none;
background-color: #FF9966;
}

img
{
 border-color: #318AAB;
}

a img{
filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

a img:hover{
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.upload 
{	background: transparent;
  	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #318AAB;
	text-align: justify;}

</Style>