BODY { font-family: Verdana, Trebuchet MS, Geneva, Helvetica, Sans-Serif; 
       font-size: 12px;
	   background-color: #002B5F;
       margin-left: 0;
       margin-top: 0;
     }
TD {
	font-family: Verdana, Trebuchet MS, Geneva, Helvetica, Sans-Serif;
	font-size: 12px;
}
.smallHeadline {
	font-weight: bold;
	font-size:12px;
	color: #EF863B;
}

.bigHeadline {
	font-weight: bold;
	font-size:13px;
	color: #EF863B;
}
.lightText {
	font-size:11px;
	color: #FFFFFF;
}

.footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.menuLinks {
	color: #38A3CB;
}

.blueButton {
 color: #EF863B;
 font-weight: bold;
}

.paragraphTitle {
	font-weight: bold;
	font-size: 14px;
	color::#FFFFFF;	
}

.pageTitle {
	font-weight: bold;
	font-size: 18px;
	color::#EF863B;	
}

IMG.picture {
	border-width:medium;
	border-color:#FFFFFF;
}

/* Link Styles   */
A {
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #EF863B;
}

a:hover { 
	color: #38A3CB; 
}

a:visited {
	color: #EF863B;
}

/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:246px; height:168px; z-index:100
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:246px; height:168px; 
	clip:rect(0px, 246px, 168px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}
  
/* table containing images. adjust according to your images' sizes and numbers */
table#t1 { width:738px }
table#t1 td { width:246px; vertical-align:middle; text-align:left } 