body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
}

/*table*/

.header td {
	padding: 10px;
	font-size:18px;
	border: 1px dotted #fe0000;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
}

.body_table_head {
	padding: 7px;
	font-size:12px;
	border: 1px dotted #fe0000;
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.body_table_content {
	font-size:12px;
	border: 1px dotted #fe0000;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000000;
}

.body_table_content a{
	padding: 7px;
	display:block;
	}

.body_table_content a:hover {
 	display:block;
	background-color: #CCCCCC;
}

/*text*/

.title {
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px;
}

/*links*/

a:link, a:visited, a:active {
	font-family: Verdana;
	font-size: 12px;
	color: #0000FF;
}

a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
}

a.icon:link, a.icon:visited, a.icon:active {
	font-family: Verdana;
	font-size: 9px;
	color: #0000FF;
}

a.icon:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #FF0000;
}
