body{
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background: #FFFFFF;
}
td{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

select{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
}

.select{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
}

a{
	color:#AF569C;
}

a:hover{
	color:#E7D0DE;
}

small{
	font-size: 9px;
}

b{
	font-weight: bold;
	font-size: 12px;
}

strong{
	font-weight: bold;
	font-size: 14px;
	color: #AF569C;
}

big{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.convert{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

.white {
	background: #FFFFFF;
}

.line {
	background-image : url("../image/line.gif");
	background-repeat : repeat-y;
	background-position: 3px;
	width : 7px;
}

.info {
	background-image : url("../image/info.gif");
	background-repeat : no-repeat;
	background-position: top;
	width : 15px;
}

.violet {
	background: #B0D3E9;
}

.violet_hover { 
	background: #F8F1F5;
}

.violet_dark {
	background: #3D0BDE;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}


.middletext {
	background: #E2D2FA;
}

.middletext_chg {
	background: #FCF2FD;
}