body, td, th {
	color: #666666;
	font-family: Arial, Courier New;
	font-size: 10pt;
	text-decoration: none;
	line-height: 120%;
}


a {
	color: #0082BF;
	text-decoration: none;
}

a:hover {
	color: #CC3399;
	text-decoration: underline;
}

a:active  { 
	color: #0082BF;
	text-decoration: none;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

a.a_red:link {
    color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a.a_red:hover {
    color: #FF0000;
	font-weight: bold;
    text-decoration: underline;
}

a.a_red:visited {
    color: #FF0000;
	font-weight: bold;
    text-decoration: none;
}

a.a_white:link {
    color: #FFFFFF;
	text-decoration: none;
}

a.a_white:hover {
    color: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}

a.a_white:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.blue01 {
	color: #33CCFF;
}

.blue02 {
	color: #3399FF;
}

.blue03 {
	color: #006699;
}

.gray01 {
	color: #999999;
}

.gray02 {
	color: #808080;
}

.orange {
	color: #FF3300;
}

.green {
	color: #009900;
	font-weight:bold;
}

.table01 {
	border: 0px none;
	padding: 3;	
	width: 100%;
	margin-left: 10;
	bordercolor: #111111
}

.tdset01 { 
	background-color:#D7F5FF;
	font-weight:bold;
	color:#0099CC;
	text-align:center;
}