<Style>/* Default CSS Stylesheet for a new Web Application project */{}

body{
font: normal 11px Arial, Georgia, Times, serif;
text-align: justify;
color: #014c7f; 
scrollbar-face-color: fefff0;
scrollbar-highlight-color: fefff0;
scrollbar-3dlight-color: 3fb549;
scrollbar-darkshadow-color: fefff0;
scrollbar-shadow-color: 3fb549;
scrollbar-arrow-color: 3fb549;
scrollbar-track-color: fefff0;
}

a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6DA0C3;
	}
	
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333;
	}
	
table, tr, td {
  	font: normal 11px verdana, Arial, Georgia, Times, serif;
	color: #333;
	text-align: justify;
	background-color: #FFF;
	background-repeat: repeat; 
	background-attachment: fixed;
	}

#style1 {
font-family: verdana, arial;
}

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

#style1 li {
background-color: #014c7f;
float: left;
margin: 0 0.15em;
border: 1px solid #333333;
}

#style1 li a {
width: 111px;
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 5px 0px 5px 5px;
text-align: center;
}

#style1 li a:hover, a:active {
color: white;
text-decoration: none;
background-color: #6DA0C3;
}


#style2 {
font-family: verdana, arial;
}

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

#style2 li {
background-color: #014c7f;
float: left;
margin: 0 0.15em;
border: 1px solid #333333;
}

#style2 li a {
width: 243px;
color: #FFF;
text-decoration: none;
display: block;
padding: 5px 0px 5px 5px;
text-transform: uppercase;
text-align: center;
}

#style2 li a:visited {
color: #FFF;
text-decoration: none;
}

#style2 li a:active {
color: #FFF;
text-decoration: none;
background-color: #7a7a7c;
}

#style2 li a:hover {
color: #FFF;
text-decoration: none;
background-color: #6DA0C3;
}

#PageSubTable {
		width: 975px;
		padding: 0; margin: 0; border: 0;
		background: white;
	}
/* DROP SHADOWS */

.shadow img {
width: 12px; height: 1px;
}	
.left {background: #ECF1F7 url(CommonControls/images/Shade-left_bg.jpg) right repeat-y;}
.right {background: url(CommonControls/images/Shade-right_bg.jpg) repeat-y left;}

</Style>