/* CSS Document */

.main
{
/*
	border-style: dashed;
	border-width: 1px;
	border-color: #008080;
	height: 96%;
	scrollbar-face-color: #008080;
    scrollbar-track-color: red;
    scrollbar-3dlight-color: green;
    scrollbar-darkshadow-color: black;
    scrollbar-track-color: #008080;
    scrollbar-arrow-color: black;
    scrollbar-highlight-color: black;
    scrollbar-shadow-color: white;
	*/
	font-size: 14px;
}
.navi
{
	margin-top: 20px;
	font:sans-serif; 
	font-size:14px; 
	background-color: #008080;
	background-position: top right;
	background-image:url(upper-right-corner.gif);
	background-repeat:no-repeat;
}
.mm
{
	text-align: left;
	margin-left: 40px;
}
.mm a
{
	text-decoration: none;
	color: white;  /*#550000;	
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-color: red;*/
}
.mm a:hover
{
	text-decoration: underline;
	color: blue;
}
.sm
{
	margin-left: 70px;
}
.sm a
{
	text-decoration: none;
	color: white; /*#333333;*/
}
.sm a:hover
{
	text-decoration: underline;
	color: blue;
}
td a.normal
{
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}
td a.normal:hover
{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
th.left
{
	border: 1px solid #CCCCCC;
	font-size: 14px;
	background-color: #EEEEEE;
	color: #333333;
}
