table.bg100 {
	background-color: #FFFFFF;
	filter: alpha(opacity=50); -moz-opacity: 0.50;
	}
	
table.bg200 {
	position: relative;
	}

table.bgtrans {
	background-image: url(images/bg_main_trans.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}

table.bgtrans2 {
	background-image: url(images/bg_main_trans2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}
	
body.top {
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}

body.sub {
	background-image: url(images/bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}

body.main {
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}			

body.mainsub {
	background-image: url(images/bg_mainsub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}
	
A.MainMenu:link {
	COLOR: #00482C; TEXT-DECORATION: none
}
A.MainMenu:visited {
	COLOR: #00482C; TEXT-DECORATION: none
}
A.MainMenu:active {
	COLOR: #FF0000; TEXT-DECORATION: none
}
A.MainMenu:hover {
	COLOR: #666666; TEXT-DECORATION: none 
}

A.Intro:link {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
A.Intro:visited {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
A.Intro:active {
	COLOR: #FF0000; TEXT-DECORATION: none
}
A.Intro:hover {
	COLOR: #666666; TEXT-DECORATION: none 
}