/* CSS Document */
body {
	margin: 20px;
	font-size:12px;
	font-family:"Trebuchet MS";
	color: #000000;
	background-color:#54594D;
	text-align:center;
	}
#html {
	position:absolute;
	z-index:1;
	top: 70px;
	left: 100px;
}
#video {
	position:absolute;
	z-index:2;
	top: 170px;
	left: 256px;
}
A:link    {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px
	} 

A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px
	}

A:active  {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px
	}

A:hover   {
	COLOR:#5694CD;
	TEXT-DECORATION: none;
	font-family:"Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	}

.nav_style {
	text-transform:uppercase;
	color:#5694CD;
	font-size:12px;
	text-align:right;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.title_style {
	text-transform:uppercase;
	color:#5694CD;
	font-size:16px;
	text-align:left;
	}

.aml {
	color:#333333;
	font-size:10px;
	}
	
.quote {
	text-align:left;
	font-style:italic;
	font-size:12px;
	color:#777777;
	margin:20px;
	}

.quote_author {
	text-align:right;
	font-style:normal;
	font-size:12px;
	color:#777777;
	margin:20px;
	}
	
.body_text {
	font-size:14px;
	font-family:"Trebuchet MS";
	color: #000000;
	margin:20px;
	text-align:justify;
	}
	
.body_text_test {
	font-size:12px;
	font-family:"Trebuchet MS";
	color: #000000;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
	}
	
.body_text_header {
	font-size:16px;
	font-family:"Trebuchet MS";
	color: #000000;
	text-align:left;
	}
	
.body_text_header_spice {
	font-size:12px;
	font-family:"Trebuchet MS";
	color: #ffffff;
	text-align:left;
	}

.body_text_header_bg {
	background-color:#9EC9E4;
		}

