a {
	color: #77accc;
	}
	
a:hover {
	color: #FFCC00;
	}	

body {
	background-color: #000000;
	background-image: url(images/bg01.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
	height: 100%;
	margin:0px;
	padding:0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	}
	
#header {
	background-image: url(images/bg02.gif);
	background-repeat: no-repeat;
	}
		
#pod01 {
	padding: 0px 50px 0px 50px;
	text-align: left;
	}
	
.content01 {
	padding: 0px 17px 30px 20px;
	}
	
.LargeTitle01 {
	padding: 0px 0px 14px 0px;
	font: bold 15px Arial;
	color: #77accc;
	line-height: 18px;	
	}
	
.textTitle02 {
	font: bold 12px Arial;
	color: #FFCC00;
	line-height: 18px;	
	}
	
.textNote01 {
	font: 11px Arial;
	color: #666666;
	}
	
.textNote02 {
	font: 11px Arial;
	padding: 10px 17px 5px 20px;
	color: #666666;
	}		