/* Base CSS */

body {
	font-size:16px;
	color=#333333;
	line-height:140%;
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-size:14px;
	color=#333333;
	line-height:140%;
}

.red {
	font-size:12px;
	color:#ff0000;
	line-height:120%;
}


.style3 {
	color: #478096;
	font-weight: bold;
	font-size: 16px;
}

.style4 {
	color: #CC0000;
	font-weight: bold;
	font-size: 15px;
}
.style5 {
	font-size: 15px;
	font-weight: bold;
}

.style6 {
	color: #666666;
	font-size: 12px;
	line-height:100%;
}


/* Link */
a {
	color: #3366cc;
}
a:hover {
	color: #Ff9900;
}
a:active {
	color: #Ff9900;
}

