body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}


a.mainmenu{
    	color: #ffffff;
	font-family: arial,Verdana,Century,Gothic;
	font-style: normal;
    	text-decoration: none;
}

a.mainmenu:hover {
    	color: #ffffff;
	font-family: arial,Verdana,Century,Gothic;
	font-weight: normal;
	text-decoration: underline;
}

a.W3CLink {
    	color: #000000;
	font-family: arial,Verdana,Century,Gothic;
	font-weight: normal;
	text-decoration: underline;
}

.photoborder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.redborder {
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
}

.mainborder {
	border-width: 1px;
	border-style: solid;
	border-color: #00009c;
}

.blockheader{
	margin: 10px 0px;
}

.blockquote{
  margin-left: 40px;
}

.serviceblue{
	font-family: arial, helvetica, verdana; 
	color: #00009c;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt
}

.servicered{
	font-family: arial, helvetica, verdana; 
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt
}

.normalstyle {
	font-family: arial, helvetica, verdana; 
	color: #000000;
	font-style: normal; 
	font-weight: normal; 
	font-size: 10pt
}

.ksslinkstyle {
	font-family: arial, helvetica, verdana;
	color: #00009c; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt
}

.featureheading {
	font-family: arial, helvetica, verdana; 
	color: #FF0000;
	font-style: normal; 
	font-weight: bold; 
	font-size: 18pt
}


.clickimagestyle {
	font-family: arial, helvetica, verdana; 
	color: #FF0000;
	font-style: normal; 
	font-weight: normal; 
	font-size: 10pt
}

.copyrightstyle {
	font-family: arial, helvetica, verdana; 
	color: #000000;
	font-style: normal; 
	font-weight: normal; 
	font-size: 10pt
}

.bulletin_n{
	font-family: arial, helvetica, verdana; 
	color: #00009c;
	font-style: normal;
	font-weight: normal;
	font-size: 18pt
}

.bulletin_nb{
	font-family: arial, helvetica, verdana; 
	color: #00009c;
	font-style: normal;
	font-weight: bold;
	font-size: 18pt
}

.bulletin_ub{
	font-family: arial, helvetica, verdana; 
	color: #00009c;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18pt
}

.bulletin_sbu{
	font-family: arial, helvetica, verdana; 
	color: #00009c;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14pt
}

.bulletin_sb{
	font-family: arial, helvetica, verdana; 
	color: #00009c;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt
}


@media print {
    body { font-size: 10pt }
 .noprint { display: none; }
  }

table#bluebox{
	border-width: 1px;
	border-style: solid;
	border-color: #00009c;

}

div#box{
	border-width: 1px;
	border-style: solid;
	border-color: #00009c;

}


.noborder {
}

        /*
        =================================
        start of Tooltip css code here
        ================================= */

        a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#00009c;    /* background colour of display text */
        color:#ffffff;               /* colour of display text */
       	font-family: arial,Verdana,Century,Gothic;
	   font-style: normal;
        text-decoration:none;
        }

        a.info:hover {
        z-index:25;
        background-color:#00009c;

        }

        a.info span{
        display: none;  /* hide the span text using this css */
        }

        a.info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 1.5em;
        left: 3em;
        width:15em;
        border:1px solid #00009c; /* border colour */
        background-color:#ffffff; /* background colour here */
        color:#000000;         /* text colour */
        text-align: center;
        font-size: .8em;
        font-style:italic;
        z-index:30;
        }

        .images {
        vertical-align:bottom;
        }