body { 

	background: #000000;
	margin: 0;
	padding: 0;
}

td { 

	font-family: "Verdana", "Arial", "Tahoma"; 
	font-size: 8pt; 
	line-height: 140%; 
	color: #FFFFFF; 
}

A:link, A:visited {

	color: #00F0FF; 
	text-decoration:none;
}

A:hover {

	color: #FF7200;
	text-decoration:underline;
}

A:link.nav, A:visited.nav {

	color: #000000;
	font-weight: bold;
	font-size: 9pt; 
	text-decoration:none;
}

A:hover.nav {

	color: #FF7800;
	font-weight: bold;
	font-size: 9pt; 
	text-decoration:none;
}

p { 

	margin: 20px 0;
}

.blank {

	font-size: 1pt;
}
		

.banner {

	font-size: 11pt;
	color: #00F6FF;
	font-weight:bold;
}

.mainBG_01 {

	background: url('images/image_bg_01.jpg') no-repeat;
}

.mainBG_02 {

	background: url('images/image_bg_02.jpg') no-repeat;
}

.mainBG_03 {

	background: url('images/image_bg_03.jpg') no-repeat;
}

.mainBG_04 {

	background: url('images/image_bg_04.jpg') no-repeat;
}

.title-1 {

	font-size: 9pt;
	font-weight: bold;
	color: #00F6FF;
}

#list ul {

	margin: 10px;
	padding: 0 0 10px 10px;
	list-style: none;	
}

#list li {

	margin: 0;
	padding: 0 0 2px 17px;
	background: url('images/bullet_2.gif') no-repeat 0 50%;
}