/*
	Copyright G-SOFT 
	ManagelFont CSS 
*/


/* BODY,TD */
	
body {
	font-size:16px;
	color=#ffffff;
	line-height:140%;
	background-color:#000000;
	margin:0;
}

td {
	font-size:14px;
	color=#666666;
	line-height:140%;
}

p {
	line-height:160%;
}

.big {
	font-size:14px;
	color=#333333;
	line-height:140%;
}

.red {
	font-size:13px;
	color=#ff0000;
	line-height:140%;
}

.footer {
	font-size:12px;
	color=#ffffff;
	line-height:140%;
}


/* Link */
a {
	color: #006699;
}
a:hover {
	color: #Ff9900;
}
a:active {
	color: #Ff9900;
}


/* Line */
HR {
  color: #cccccc;
}

table.outline-t{
}

table.outline-t th{
}

table.outline-t td{
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 5px;
}
