body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}
H1 {
	font-family: Verdana, Arial, Helvetica;
	font-size : 16px;
	color : #c9191e;
}
H2 {
	font-family: Verdana, Arial, Helvetica;
	font-size : 10px;
	color : #c9191e;
}

p {
	font-family: Verdana, Arial, Helvetica;
	font-size : 12px;
	color : #000000;
}

a {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color : #333333;
}
a:link, a:visited{
	text-decoration: none;
	color : #666666;
}
a:hover {
	text-decoration : underline;
	color : #999999;
}

.content {
	font-size : 12px;
	color : #000000;
}

.content a {
	font-size : 12px;
	color: #c9191e;
}

.content a:link {
	font-size : 12px;
	color: #c9191e;
}

.navi {
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : ;
	color : #000000;
	text-decoration : none;
}
.footer {
	font-size : 9px;
	font : 9px Verdana, Arial;
	color : #999999;
}
	
/* ToolTip */

.tooltiptitle{COLOR: #FFFFFF; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-weight: bold; font-size: 8pt}
.tooltipcontent{COLOR: #000000; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-size: 8pt}

#ToolTip{position:absolute; width: 100px; top: 0px; left: 0px; z-index:4; visibility:hidden;
}
input {
	font-size:8pt;
	font-color:#000000;
	background-color:#edf1f1;
	border-left-style: dashed;
	border-left-color: cfcfcf;
	border-left-width: 1px;
	border-right: none;
	border-top: none;
	border-bottom-style: dashed;
	border-bottom-color: cfcfcf;
	border-bottom-width: 1px;
}
/* Content Left */
.contentL {
padding: 0px 10px 10px 15px;

}