	/* LINKS */

a:link {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #6588A7;
	font-family: arial, verdana, tahoma, sans-serif;
	}

a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #557693;
	font-family: arial, verdana, tahoma, sans-serif;
	}

a:active {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #7AA0C2;
	font-family: arial, verdana, tahoma, sans-serif;
	}

a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: oblique;
	color: #586E81;
	font-family: arial, verdana, tahoma, sans-serif;
	}


	/* BODY */

body {
	background-color: #20385D;
	margin: 0;
	text-align: justify;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #4E5B6E;
	}


/* DIV LAYERS */

div#header {
	position: absolute; top: 0; left: 0;
	width: 626px;
	}

div#fate {
	position: absolute; top: 182px; left: 83px;
	width: 460px;
	}


	/* PARAGRAPHS */

h1 {
	padding: 3px 5px 3px 10px;
	margin: 5px;
	background: none;
	border: 0;
	color: #91B1CD;
	font-size: 12px;	
	line-height: 13px;
	font-family: arial, verdana, tahoma, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 7px;  
	}

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #4E5B6E;
	}

p.center {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #4E5B6E;
	}


	/* TABLES */

table {
	background-color: #20385D;
	border: 0;
	}

input, option, select, textarea { 
	background-color: #4E5B6E;
	text-decoration: none;
	text-align: left;
	border: 1px solid #A1A2A6;
	font-family: arial, verdana, tahoma, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #A1A2A6;
	}

