/*
 * Fasturtle
 *********/
 
td#fasturtle a {
	background: url(images/fasturtle-logo.gif) no-repeat right top;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	height: 19px; 
	width: 30px;
	text-indent: -9999px;
}


/* CSS Document */

body {
	background:#F1F1F1;

	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	}

.main_table {
	background: transparent url(images/tile_bg.jpg) repeat-y; 
	
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	}

.content_area {
	background:#F1F1F1;
	vertical-align: top;
	width:564px;
	
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	}

.main_text {
	background:transparent url(images/watermark.jpg) no-repeat bottom center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 10px 15px;
	}

.text {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 10px 15px;
	}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 11px;
	color: #10145D;
	border-bottom:1px solid #B9B9B9;
	margin:15px 0 5px 0; 
	padding:0;
	}
h1.fancy { font-family: 'Century Gothic', Arial, Futura, Verdana, Sans-Serif; text-transform: uppercase; color: #10145D; letter-spacing: 0.3em; font-size: 13px; border-bottom: 2px solid #0C0F46; border-top: 2px solid #0C0F46; }

span.element { color: #999999; }


hr {
	border-bottom:1px solid #B9B9B9;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	}


.nav_tile {
	background: transparent url(images/nav/nav_tile.jpg) repeat-y; 
	width: 150px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;
	}

font.bold1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #191D63;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
	width: 790px;
	vertical-align: top;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* LINKS */
a:link {
	color:#232578; 
	text-decoration: none;
	font-weight:bold; 
	}

a:visited {
	color:#232578; 
	text-decoration: none;
	font-weight:bold; 
	}

a:hover {
	color:#8998CB; 
	text-decoration: none;
	font-weight:bold; 
	}
	
a:active {
	color:#232578; 
	text-decoration: none;
	font-weight:bold; 
	}
	
/* IMG HOVER (to fix IE) */
a:link.hover {
	color:#232578; 
	text-decoration: none;
	font-weight:bold; 
	}

a:visited.hover {
	color:#232578; 
	text-decoration: none;
	font-weight:bold; 
	}

a:hover.hover {
	color:#8998CB; 
	text-decoration: none;
	font-weight:bold; 
	}
	
a:active.hover {
	color:#232578; 
	text-decoration: none;
	font-weight:bold; 
	}
