@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
}
h1
{
font-family: Georgia, Trebuchet MS, Garamond, Trebuchet MS, helvetica, arial, sans-serif; 
font-size: 1.2em;
font-weight : bold;
color : 990000;
}
h2
{
font-family: Georgia, Trebuchet MS, Garamond, Trebuchet MS, helvetica, arial, sans-serif; 
font-size: 1.1.em;
font-weight : bold;
color : 990000;
}
h3
{
font-family: Trebuchet MS;
font-size: 1em;
font-weight : bold;
color : 990000;
}
h4
{
font-family: Trebuchet MS;
font-size: .9em;
font-weight : bold;
color : 990000;
}
#main_body th {
	font-family: Trebuchet MS Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color:#FFFF99;
	border: thin solid #999999;
}
#main_body td {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1em;
	border: thin solid #999999;
}
.main_layout 
{
padding-left: 1em;
}

A {
	color: Blue;
	text-decoration : underline;
}

A:HOVER {
	color: 990000;
	text-decoration : none;
}

A.home {
	color: 008000;
	text-decoration : underline;
}

A.home:HOVER {
	color: 990000;
	text-decoration : none;
}

a.left {
	color: ffff00;
	font-size: 14px;
	text-decoration: none;
}
a.left:hover {
	color: 990000;
	font-size: 14px;
	text-decoration : none;
}

TH.show {
	background-color: #303055;
	color: FFFFFF;
	font-size : 10px;
	font-family: Trebuchet MS, helvetica, arial, sans-serif;
	font-weight : bold;
}

TD.show {
	font-size : 10px;
	font-family: Trebuchet MS, helvetica, arial, sans-serif;
}

TH {
	font-size : 12px;
	font-family: Trebuchet MS, helvetica, arial, sans-serif;
	text-align : center;
}

TH.type1 {
	background-color: 0485FB;
	color: FFFFFF;
	font-size : 12px;
	font-family: Trebuchet MS, helvetica, arial, sans-serif;
	font-weight : bold;
}

TH.type2 {
	background-color: #1E00CC;;
	color: ffffff;
	font-size : 12px;
	font-family: Trebuchet MS, helvetica, arial, sans-serif;
	font-weight : bold;
}

TD.dot {
	border-bottom : 2px dotted Black;
}
