/*
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .6em;	
	background-color: #ffdad5;

	scrollbar-3dlight-color : #ffffff;
    scrollbar-highlight-color : #d1d3d4;
    scrollbar-darkshadow-color :#ffffff;
    scrollbar-shadow-color : #d1d3d4;
    scrollbar-face-color : #ffffff;
    scrollbar-arrow-color : #0a5e9a;
    scrollbar-track-color : #F8F8F8;
	scrollbar-base-color: #F0F0EE;	
}
*/
table {
	font-size: 100%;
	border-spacing: 0px 0px;
	border-collapse: collapse;		
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.text01{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.text02{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.text03{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #08416D;
	font-weight: bold;
}

.mydiv_line{ 
    background-color: #cccccc;	
}

.mydiv{   
	margin-top: 3px;
	margin-bottom: 3px;
    margin-left: 12px;	
	font-size: 10px;
	font-weight: bold;	
}

.mydiv2{
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 19px;
    color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.mydiv3{
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 28px;
    color: #0099cc;
	font-weight: bold;
	text-decoration: none;
}

.mydiv4{
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 37px;
    color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

.mydiv5{
    margin-top: 0px;
	margin-bottom: 7px;
    margin-left: 5px;
}

.mydiv6{
    margin-top: 3px;
	margin-bottom: 7px;
	background-color: #efefef;
}

.mydiv7{
    margin-top: 3px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.link:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.link2 {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.link2:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.link3 {
	font-weight: bold;
	color: #0099cc;
	text-decoration: none;
}

.link3:hover {
	font-weight: bold;
	color: #0099cc;
	text-decoration: underline;
}

.link4 {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

.link4:hover {
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}

.delphin{
    color: #ff0000;
	text-decoration: none;
}

.form{
    color: #333333;
	text-decoration: none;
	font-size: 100%;
	font-family: verdana;
}

