@charset "utf-8";
/* CSS Document */

/*common*/
body {	
	background-color: #000000;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}

/*text*/
.description {
	font-size: 12px;
	color: #999999;
}

.borderTable {
	border: 1px solid #ff6600;
}

/*links*/
a:link {
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #ff6600;
	text-decoration: underline;
}

a:active {
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}

a.clean:link {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}

a.clean:visited {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}

a.clean:hover {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}

a.click:active {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}

a.click:link {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}

a.click:visited {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}

a.click:hover {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}

a.click:active {
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}

/*pics*/
.picture {
	margin-bottom: 4px;
}
