a:link {color: #00007D; text-decoration:none; }
a:active {color: #00007D; text-decoration: none; }
a:visited {color: #00007D; text-decoration: none; }
a:hover {color: #333333; text-decoration: none; }

@font-face {
    font-family: CobraKits;
    font-style:  normal;
    font-weight: normal;
    src: url(YELLOWJ1.eot);
}


.heading {
	font-size: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.mainBody {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

.faqQuestionList {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#00007D;
}

.faqQuestion {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#00007D;
}

.faqAnswer {
	font-size: 12px;
	font-weight: 100;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

.mainHeading {
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#00007D;
}
.footer {
	font-size: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

.tableContent {
	font-size: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

.majorHeading {
	font-size: 38px;
	font-weight: bold;
	font-family:Cobrakits,Arial, Helvetica, sans-serif;
	color:#00007D;
}

.minorHeading {
	font-size: 20px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#00007D;
}

#mainLayer {
	margin-top: 20px;
	margin-bottom: 20px;

}
body 
{ 
	background-image: url(images/background_flat.png);
	background-attachment: fixed; 
	background-position: top center;
	background-repeat:repeat-y;
}

#lightbox{
	background-color:#f7f7f7;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	