body {
background: FFFFFF;
}

table {
	border-width: 0px;
}

td {
	font: normal 13px Tahoma, Arial;
	color: #8a8a8a;
	background: FFFFFF;
	border-width: 0px;
	
}

.big-grey {
	font: normal 18px Tahoma, Arial;
	color: #8a8a8a;
	background: FFFFFF;
	border-width: 0px;
	font-style: italic;
	
}

/*li { color: #c6383f; }*/

h1,  h4, h5 {

    color: #2c3470;
    margin: 0px;
}


h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
	color: #c6383f;
	font-style: italic;
}

h3 {
    font-size: 14px;
	color: #c6383f;
}

a.pic {
	text-decoration: none;
	border: 0 none;
	}

a {

font: normal 11px Tahoma, Arial;
color: #797979;
text-decoration: underline;
}

a.nav {

font: normal 21px Tahoma, Arial;
color: #797979;

}

a.nav:hover {

font: normal 21px Tahoma, Arial;
color: #797979;

}

a:hover {
	font: normal 11px Tahoma, Arial;
	color: #797979;
	text-decoration: none;
	

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}


.blye-text-underline {
color: #0079be;
text-decoration: underline;
}

.blye-text-regular {
color: #0079be;
text-decoration: none;
}

.yellow-text-regular {
color: #ece92c;
text-decoration: none;
}

.yellow-text-underline {
color: #ece92c;
text-decoration: underline;
}

.orange-text-regular {
color: #e88520;
text-decoration: none;
}

.orange-text-underline {
color: #e88520;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red {
color: #c6383f;
font:  14px Britannic Bold
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}

hr {
border: 0;
color: #2c3470;
background-color: #2c3470;
height: 3px;
width: 100%;
text-align: center;
}

hr.red {
border: 0;
color: #c6383f;
background-color: #c6383f;
height: 2px;
width: 100%;
text-align: center;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #FFF ;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #FFF;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	/*padding: 5px;*/
	position: relative;
}

.hoverbox .preview
{
	border-color: #FFF;
	width:200px;
	height: 150px;
	vertical-align:top
}

/* LIGHTBOX CONTROL */
#lightbox { background-color:#FFF;padding:20px 20px 5px 20px; }
#lightboxDetails { padding-top:5px; }	
#lightboxCaption { float:left; color:#fff; font-size:11px; }
#keyboardMsg { float:right; }
#keyboardMsg a { color:#fff; text-decoration:none; letter-spacing:2px; text-transform:uppercase; font-weight:bold; }
#lightbox img { border:none; } 
#overlay img { border:none; }
