@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#0d517a;
}
img{
border:0;
}
.heading{
color:#0b88b2;
font-size:14px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #006699;
}

.bigLnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #c94e17;
}
.bigLnk:link {
	text-decoration: none;
}
.bigLnk:visited {
	text-decoration: none;
}
.bigLnk:hover {
	text-decoration: none;
	color: #05547d;
}
.bigLnk:active {
	text-decoration: none;
	color: #ccc;
}



.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #105477;
}
.footerLink:link {
	text-decoration: none;
}
.footerLink:visited {
	text-decoration: none;
}
.footerLink:hover {
	text-decoration: none;
	color: #7ecfed;
}
.footerLink:active {
	text-decoration: none;
	color: #33333;
}
.footerTxt{
color:#FFFFFF;
}


.footerLink1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c94e17;
}
.footerLink1:link {
	text-decoration: none;
}
.footerLink1:visited {
	text-decoration: none;
}
.footerLink1:hover {
	text-decoration: none;
	color: #7ecfed;
}
.footerLink1:active {
	text-decoration: none;
	color: #ccc;
}

p{
margin:0;
padding:0;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 145px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;

}

.markermenu ul li a{
background:url(1arrow-list.gif) left top no-repeat;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #0d517a;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
color: #333;

 /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

.bgCat{
background:#ffffff url(cat.jpg) right bottom no-repeat ;
}
.heading{
font-size:16px;
font-weight:bold;
}