body {
		background-color: #003663;
		background-image: url(images/bg.gif);
		background-repeat: repeat-x;
		background-position: center top;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family: Arial, Verdana, Georgia;
		line-height: 18px;
		color: #362f2d;
		font-weight: normal;
		}


----------------------------------------------- */	

/* NAVIGATION BUTTON */
			
#btnContinue a {
	width: 239px;
	height: 81px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/button-enter.jpg);
}
 
#btnContinue a:hover {
	background-image:url(images/button-enter2.jpg);
}



/* END OF NAVIGATION */






/* typography
----------------------------------------------- */

td,tr,p,div {
	color: #362f2d;
	font-family: Arial, Verdana, Georgia;
	font-size: 12px;
	line-height: 18px;
	
}



a {
		color: #0076a3;
		text-decoration: none;
		
		}
a:hover {  /* skip IE with this one */
		color: #9d0a0e;
		text-decoration: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
		border-bottom-style: ;
		background-image: url(images/transparentblack20percent.png);
		}
		

a.buttons:link {
		color: #0076a3;
		text-decoration: none;
		
		}
a.buttons:hover {  /* skip IE with this one */
		color: #9d0a0e;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
		background-image: url(images/transparentblack20percent.png);
		}
		

 a.imgs:link    {
 	color: #252525; 
 	text-decoration: none;
 }


 a.images:hover   {
 	color: Blue; 
	text-decoration: none;
 }
		

		
		

h1 {
		font-family: "Century Gothic", "Lucida Grande", Arial, Verdana;
		font-size: 26px;
		color: #000000;
		font-weight: normal;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding: 0px;
		text-shadow: #333333 0px 0px 5px;
		}
h2 {
		font-family: "Century Gothic", "Lucida Grande", Arial, Verdana;
		font-size: 20px;
		color: #252525;
		font-weight: normal;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
		padding: 0px;
		
		}
h3 {
	font-family: "Century Gothic", "Lucida Grande", Arial, Verdana;
	font-size: 17px;
	color: #736257;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px 0px;
	text-shadow: #333333 0px 0px 5px;
	font-weight: normal;
		}
h4 {
		font-family: "Century Gothic", "Lucida Grande", Arial, Verdana;
		font-size: 14px;
		color: #E8E8E8;
		font-weight: bold;
		margin-top: 12px;
		margin-right: 0px;
		margin-bottom: 3px;
		margin-left: 0px;
		padding: 0px;
		text-shadow: #333333 0px 0px 5px;
		}

#footer p {
		font-family: "Lucida Grande", Arial, Verdana, "Sans Serif";
		font-size: 11px;
		color: #736257;
		line-height: 1.6em;
		}

