body
{
	background-repeat: repeat-x;
    color: #005599;
    text-decoration: none;

    scrollbar-face-color: #a0e0ff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #40a0ff;
    scrollbar-3dlight-color: #a0e0ff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #e0f0ff;
    scrollbar-darkshadow-color: #7788aa;
    scrollbar-base-color: #a0e0ff;
}
html {
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE */
}
/* Hidden from all browers except IE 6 */
@media all {
  * html .pagelink{ he\ight: 1% } .pagelinklast{ he\ight: 1% } .pagecurrent { he\ight: 1% }
}


.quotetop
{
width:98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 8px auto 0px auto;
	font-weight:bold;
	font-size:10px;
	padding: 3px;
	background-color:#FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.quotemain
{
width:98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #465584;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px dotted #999999;
	border-bottom: 1px solid #999999;*/
	padding: 4px;
	margin: 0px auto 8px auto;
}

.codetop
{
width:98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 8px auto 0px auto;
	font-weight:bold;
	font-size:10px;
	padding: 3px;
	background-color:#FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.codemain
{
width:98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #465584;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px dotted #999999;
	border-bottom: 1px solid #999999;*/
	padding: 4px;
	margin: 0px auto 8px auto;
}

.menuCell {
	background-color: #eaeff7;
	border: solid 1px #eaeff7;
	font-size: 11px;
}

.menuCellOn {
	cursor: hand;
	background-color: #dadfff;
	border: solid 1px #30b0e7;
	font-size: 11px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #004488;
	font-size: 11px;
	font-weight: normal;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
	font-size: 11px;
	font-weight: normal;
}

.tiText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 11px;
	font-weight: normal;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #0000CC;
	font-size: 11px;
	font-weight: bold;
}

.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #004488;
	font-size: 10px;
	font-weight: normal;
}

.highlight {
	background-color: #ffff66
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	color : #004488;
	font-size: 18px;
	font-weight: bold;
}

.lgText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	color: #004488; 
	font-weight: bold;
}

.tHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff; 
	font-weight: bold;
}

.tiHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff; 
	font-weight: bold;
}

a  {
	color : #0000cc;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color : #0000cc;
	text-decoration : none;
	font-weight: normal;
}

a:visited {
	color : #0000cc;
	text-decoration : none;
	font-weight: normal;
}

a:visited:hover {
	color : #ff0000;
	text-decoration : none;
	font-weight: normal;
}

a:hover.boldLink {
	color : #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}

a.boldLink  {
	color : #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a:visited.boldLink {
	color : #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}

a:visited:hover.boldLink {
	color : #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}

a.smLink  {
	color : #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

a:hover.smLink {
	color : #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: normal;
}

a:visited.smLink  {
	color : #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

a:visited:hover.smLink {
	color : #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: normal;
}

a.nav  {
	color : #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


a:hover.nav {
	color : #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a:visited.nav {
	color : #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a:visited:hover.nav {
	color : #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a.npLink  {
	color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a:hover.npLink {
	color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a:visited.npLink {
	color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a:visited:hover.npLink {
	color : #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a.newsdark {
	color : #ffffff;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover.newsdark {
	color : #ffffff;
	font-family: arial, helvetica, sans-serif;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
}

a:visited.newsdark {
	color : #ffffff;
	font-family: arial, helvetica, sans-serif;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
}

a:visited:hover.newsdark {
	color : #ff0000;
	font-family: arial, helvetica, sans-serif;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

hr {
	height: 0px; 
	border: solid #004488 0px; 
	border-top-width: 1px;
}

textarea {
	font-size: 9pt;
	color: #3c60a7;
	font-family: arial, tahoma, verdana, 'times new roman'
    text-decoration: none

    scrollbar-face-color: #a0e0ff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #40a0ff;
    scrollbar-3dlight-color: #a0e0ff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #e0f0ff;
    scrollbar-darkshadow-color: #7788aa;
    scrollbar-base-color: #a0e0ff;
}

input.frmText{
	border : 1px solid #004488;
	background-color : #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding-left : 5px;
}

select {
	border : 1px solid #004488;
	background-color : #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding-left : 2px;
}

input.frmButton {
	color : #FFFFFF;
	border : 1px solid #004488;	
	background : url('table_bg_image.gif');
	padding : 2px; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:verdana, arial, helvetica
}
#secureimages {
     BORDER-RIGHT: #8B0000 1px solid;
     PADDING-RIGHT: 3px; BORDER-TOP: #8B0000 1px solid;
     PADDING-LEFT: 3px; FONT-WEIGHT: normal;
     PADDING-BOTTOM: 1px; BORDER-LEFT: #8B0000 1px solid;
     COLOR: #000; MARGIN-RIGHT: 1px; PADDING-TOP: 1px;
     BORDER-BOTTOM: #8B0000 1px solid; BACKGROUND-COLOR: #FFAD33
} 
#CountryMapImg {
    border : 1px dashed #8B0000;
    background-color : #FFE578;
    padding : 2px;  
}
.NoDay {
	font-size: 10px;
	background-color: #EAEFF7;
}
.PastDay {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	background-color: ##EFEFFF;
}
.CurrentDay {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	background-color: #3399FF;
	border: 1px dashed #00008B;
}
.FutureDay {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	background-color: #BCF4FF;
}
.WeekendDay {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	background-color: #9AECFF;
}
.EventDay, .BirthDay {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	background-color: ##ACCEDF;
	border: 1px solid #00008D;
}
.hoverDay{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	background-color: #B3DEF5;
}

/*
a.pagelink {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

a:active.pagelink {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

a:visited.pagelink {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

a:visited:hover.pagelink {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

a:link.pagelink {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

.pagelink {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	border-right: #005599 1px solid; 
	border-top: #005599 1px solid; 
	border-left: #005599 1px solid; 
	border-bottom: #005599 1px solid;
	padding-right: 2px; 
	padding-top: 1px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	font-weight: normal; 
	color: #000000; 
	background-color: #F9F9F9;
	
}

a:active.pagelinklast {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

a:visited.pagelinklast {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

a:visited:hover.pagelinklast {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

a:link.pagelinklast {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

.pagelinklast {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	border-right: #8B0000 1px solid; 
	border-top: #8B0000 1px solid;
	border-left: #8B0000 1px solid;
	border-bottom: #8B0000 1px solid;
	padding-right: 2px; 
	padding-top: 1px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	font-weight: normal; 
	color: #000000;
	background-color: #FFAD33;
}

a:active.pagecurrent {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}
a:visited.pagecurrent {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

a:link.pagecurrent {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

.pagecurrent {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	border-right: #072a66 1px solid; 
	border-top: #072a66 1px solid; 
	border-left: #072a66 1px solid; 
	border-bottom: #072a66 1px solid; 
	padding-right: 2px; 
	padding-top: 1px; 
	padding-left: 2px; 
	padding-bottom: 1px; 
	font-weight: normal; 
	color: #000000; 
	background-color: #336699;
}
*/

input.button {
	background-color : #efefef;
	color : #FFFFFF;
	font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;
}

/* the main submit button option */
input.mainoption {
	background-color : #fafafa;
	font-weight : bold;
}

.helpline { background-color: #dee3e7; border-style: none; 
}




/* aquaria.css */
dd
{
    font-size: 10pt;
    color: #005599;
    font-family: arial, tahoma, verdana, 'times new roman';
    text-decoration: none
}

dt
{
    font-size: 10pt;
    color: #005599;
    font-family: arial, tahoma, verdana, 'times new roman';
    text-decoration: none
}

td
{
    font-size: 10pt;
    color: #005599;
    font-family: arial, tahoma, verdana, 'times new roman';
    text-decoration: none
}

th
{
    font-size: 10pt;
    color: #005599;
    font-family: arial, tahoma, verdana, 'times new roman';
    background-color: #e0f0ff;
    text-decoration: none
}

listing
{
    font-size: 10pt;
    color: #005599;
    font-family: arial, tahoma, verdana, 'times new roman';
    text-decoration: none
}

hr
{
    color: #44b1be;
    size: 1
}

input
{
	font-size: 9pt;
	color: #3c60a7;
	font-family: arial, tahoma, verdana, 'times new roman'
    text-decoration: none
}

.mali
{
	font-size: 8px; 
}

.news
{
	font-size: 9px; 
}

.news_header
{
	font: bold 11pt; 
	background-color: #3c60a7; 
	color: #ffffff;
    border-left: solid 2px #94b8ff;
	border-right: solid 2px #1a4d98;
	border-bottom: solid 2px #1a4d98;
	border-top: solid 2px #94b8ff;
}

.button
{
	font-size: 10pt; 
	background-color: #3c60a7; 
	color: #ffffff;
	border-left: solid 2px #94b8ff;
	border-right: solid 2px #1a4d98;
	border-bottom: solid 2px #1a4d98;
	border-top: solid 2px #94b8ff;
}

.blue_backcolor
{
	background-color: #90d0ff;
} 

.red_alert
{
	color: #ff0000;
}

.cat {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold
}