A:visited {color : #003366;
	text-decoration : none;
} 
A:link {color : #003366; 
	text-decoration : none;
} 
A:hover {color : #003366; 
	text-decoration : underline;
} 
A:active {color : #003366; 
	text-decoration : underline;
} 

BODY {
	font-family: MS Sans Serif;
	/*font-size: 80%;*/
	color: #003366;
	background: rgb(250,204,135);
}

TABLE.liner_r {
    /*border-collapse: collapse;*/
	border: 3px solid rgb(255,128,64); /*orange*/
	border: 3px solid rgb(250,204,135); /*orange light*/
	border: 3px solid #003366; /*blue dark*/
	border-right: 1px solid rgb(40,120,120); /*blue*/
	border-left: 1px solid rgb(40,120,120);
	/*width: 100%;*/
	height: 80%;
	background: rgb(255,255,255);
	
}
TD.item {
	width: 430px;
	text-align:left;
	vertical-align:top;
	/*background: rgb(210,255,230);*/
}
TD.liner_b {
	border-bottom: 1px solid rgb(210,220,230);
}
P.item_h {
	/*background: rgb(210,255,250);*/
	text-decoration: underline;
	/*face="Verdana, sans-serif"*/
}
H2 {
	background: rgb(200,220,240);
	width: 98%;
	font-size: 100%;
}
H3 {
	background: rgb(210,220,230);
	width: 95%;
	font-size: 93%;
}
/*left menu link*/
A.m_lnk {
	font-size: 80%;
	font-family: Sans-Serif;
}
DIV.small {   
	font-size: 50%;
	font-family: MS Sans Serif;
}
INPUT {
	background: rgb(210,220,230);
    font-family: MS Sans Serif;
}