@charset "utf-8";
/* CSS Document */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.style12 {color: #000000}
.style4 {font-size: 10px}
.style7 {color: #FF0000}
.style5 {color: #FFFFFF}
.style8 {font-size: 12px}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.style9 {color: #057799}
.style11 {font-size: 12px; color: #EFEFDE; }
.style13 {font-size: 10px; color: #999999}
.style14 {font-size: 10px; color: #65C5D1}
.style15 {font-size: 14px; color: #E60000; }
.style16 {font-size: 10px; color: #666666}
.style18 {font-size: 10px; color: #666666; font-weight: bold; }
.style19 {font-size: 12px; color: #666666; font-weight: bold; }
.style20 {font-size: 10px; color: #FFFFFF; }
.style21 {font-size: 12px; color: #4CB8C5; }
.style22 {font-size: 12px; color: #037899; }
.style23 {font-size: 10px; color: #037899; }
.style24 {font-size: 16px; color: #057799}
.style25 {font-size: 16px; color: #000000}


.searchBox {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	font-weight:bold;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg-gradient-bottom.gif);
	background-repeat: repeat-x;
    background-position: bottom
}


body { font-size: 80%; font-family: Verdana, Arial, Sans-Serif; }
      ul#tabs { list-style-type: none; margin: 0px 0 0 0; padding: 0; }
      ul#tabs li { display: inline; }
      ul#tabs li a { border: none; border-bottom: none; padding: 0; }
      ul#tabs li a:hover { }
      ul#tabs li a.selected { padding: 0; }
      div.tabContent { border: 1px solid #96A5A8; padding: 0.5em; background-color: #BCCDBC; font-size: 12px; }
      div.tabContent.hide { display: none; }
	  
.borderBottom { border-bottom: 1px solid #65C5D1; }
.borderTop { border-top: 1px solid #65C5D1; }
.borderLeft { border-left: 1px solid #65C5D1; border-right: 1px solid #65C5D1; }
.border { border-left: 1px solid #65C5D1; border-right: 1px solid #65C5D1; border-top: 1px solid #65C5D1; border-bottom: 1px solid #65C5D1; }

.borderBottomgrey { border-bottom: 1px solid #CCCCCC; }
.borderTopgrey { border-top: 1px solid #CCCCCC; }
.borderLeftgrey { border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }
.borderLeftgrey1 { border-left: 1px solid #CCCCCC; }
.borderLeftRightBottomBlack { border-left: 1px solid #666666; border-right: 1px solid #666666; border-bottom: 1px solid #666666; }
.borderRightgrey { border-right: 1px solid #CCCCCC; }


