/* Global Elements */
* 
	{	
	margin				: 0px; 
	padding				: 0px; 
	}
	
*:active, *:focus 
	{
	outline				: none;
	}

html 
	{
	height 				: 100%;
	overflow			: auto;
	}

body 
	{
	height 				: 100%;
	color 				: #FFFFFF;
	font-family			: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size 			: 100%;
	line-height 		: 160%;
	overflow			: auto;
	background-color	: #5A5A5A;
	background-image	: url(../imgs/bg-main.jpg);
	background-position	: 0px 0px;
	background-repeat	: repeat-x; 
	}
body  a
	{
	color 				: #FFFFFF;
	text-decoration 	: underline;
	}
body  a:hover
	{
	color 				: #FFFFFF;
	text-decoration 	: none;
	}
.container
	{
	height 				: 100%;
	}
	
#flaMainMovie
	{
	}
	
#altContent
	{
	margin 				: 0px auto 0px auto;
	width 				: 900px;
	color 				: #FFFFFF;
	font-size 			: 80%;
	}
#altContent .wrapper1
	{
	padding 			: 30px 0px 30px 0px;
	}
#altContent .wrapper2
	{
	background-color	: #000000;
	padding 			: 20px 20px 20px 20px;
	}
#altContent .hdr
	{
	height 				: 60px;
	}
#altContent .hdr .title
	{
	float 				: left;
	font-size 			: 180%;
	}
#altContent .hdr .logo
	{
	float 				: right;
	}
#altContent .nav
	{
	float 				: left;
	width 				: 200px;
	}
#altContent .level1
	{
	list-style 			: none;
	}
#altContent .level2
	{
	padding 			: 0px 0px 10px 10px;
	font-size 			: 90%;
	list-style 			: none;
	}
#altContent .content
	{
	margin	 			: 0px 190px 0px 220px;
	}
#altContent .content h1
	{
	margin	 			: 0px 0px 15px 0px;
	}
#altContent .content h2
	{
	margin	 			: 0px 0px 10px 0px;
	}
#altContent .message
	{
	float 				: right;
	width 				: 150px;
	font-size 			: 90%;
	}
#altContent .message a
	{
	color				: #6BBD46;
	}
#altContent .message a:hover
	{
	color				: #6BBD46;
	}

/* Pre-format text */
.formatTxt h1, 
.formatTxt h2, 
.formatTxt h3, 
.formatTxt h4, 
.formatTxt h5, 
.formatTxt h6
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
	}
.formatTxt a,
.formatTxt pre a, 
.formatTxt tbody a
	{
	color				: #FFFFFF;
	text-decoration		: underline;
	}
.formatTxt a:hover,
.formatTxt pre a:hover,  
.formatTxt tbody a:hover
	{
	color				: #FFFFFF;
	text-decoration		: none;
	}
.formatTxt p
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 15px 0px;
	}
.formatTxt ul,
.formatTxt ol
	{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 15px 0px;
	}
.formatTxt li
	{
	list-style-type		: disc;
	list-style-position : inside;
	padding				: 0px 0px 5px 15px;
	}	
	
.formatTxt ol li
	{
	list-style-type		: lower-roman;
	}
	


