/*
	Copyright G-SOFT 
	ManagelFont CSS 
*/


/* BODY,TD */
	
body {
	font-size:14px;
	color=#333333;
	line-height:140%;
}

td {
	font-size:13px;
	color=#333333;
	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%;
}





/* Link */
a {
	color: #3366cc;
}
a:hover {
	color: #Ff9900;
}
a:active {
	color: #Ff9900;
}


/* Line */
HR {
  color: #cccccc;
}
