A, A:visited, A:active{
	color: #000000;
	text-decoration: underline;
}
A:hover{
	color: #FF0000;
	text-decoration: underline;
}
body, td, div{
	font-size: 12px;
	font-family: Arial, Verdana, Times;
	margin: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;

}
#contents{
	top: 50px;
	left: 200px;
	width: 500px;
	position: absolute;
}
#footer{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	padding: 5px;
	background-color: #F0F0F0;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border: #999999 1px solid;
}
#footer A, #footer A:visited, #footer A:active{
	color: #000000;
	text-decoration: none;
}
#footer A:hover{
	color: #000000;
	text-decoration: underline;
}
h1{
	margin: 0px;
}
.invisible A, .invisible A:visited, .invisible A:active, .invisible A:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#main{
	width: 100%;
	padding: 5px;
	position: relative;
	background-color: #F0F0F0;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border: #999999 1px solid;
	z-index: 2;
}
#navbar{
	left: 10px;
	bottom: 10px;
	position: fixed;
	width: 180px;
}
#navbar A, #navbar A:visited, #navbar A:active{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#navbar A:hover{
	color: #000000;
	text-decoration: none;
	background-color: #F0F0F0;
}
#navigation{
	width: 100%;
	height: 40px;
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-bottom: #999999 1px solid;
	background-color: #F0F0F0;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Times;
}
.row1{
	background-color: #CCCCCC;
	border: #666666 1px solid;
	font-weight: bold;
}
.style1{
	text-align: center;
	filter: alpha(opacity=100);
	-moz-opacity:100;
	opacity: 100;
}
.sub1, h1{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.tagline A, .tagline A:visited, .tagline A:active, .tagline A:hover{
	color: #333333;
	text-decoration: none;
}