h1 {
	margin: 0 0 0 0;
	font-size: 130%;
	color: #000000;
}

/* ########## BODY ########## */

BODY{
	margin-top : 0px;
}

/* ########## A ########## */

A:link{
	color : #000000;
	text-decoration : underline;
}

A:visited{
	color : #000000;
	text-decoration : underline;
}

A:hover{
	color : #000000;
	text-decoration : underline;
}

/* ########## A.style01 ########## */

A.style01:link{
	color : #003399;
	text-decoration : none;
}

A.style01:visited{
	color : #003399;
	text-decoration : none;
}

A.style01:hover{
	color : #003399;
	background : #FFCC33;
	text-decoration : none;
}

/* ########## A.style02 ########## */

A.style02:link{
	color : #000000;
	text-decoration : none;
}

A.style02:visited{
	color : #000000;
	text-decoration : none;
}

A.style02:hover{
	color : #000000;
	background : #FFCC33;
	text-decoration : none;
}

/* ########## A.style03 ########## */

A.style03:link{
	color : #006400;
	text-decoration : none;
}

A.style03:visited{
	color : #006400;
	text-decoration : none;
}

A.style03:hover{
	color : #006400;
	background : #FFCC33;
	text-decoration : none;
}

/* ########## A.style04 ########## */

A.style04:link{
	color : #ffff00;
	text-decoration : none;
}

A.style04:visited{
	color : #ffff00;
	text-decoration : none;
}

A.style04:hover{
	color : #ffff00;
	background : #FFCC33;
	text-decoration : none;
}

/* ########## line.line-height ########## */
.line {
	line-height:150%
}

/* ########## TD.style01 ########## */
TD.style01 {
	padding:3px;
	vertical-align:top;
}

/* ########## DIV.style01 ########## */
DIV.style01 {
	margin:3px;
}

/* ########## P.style01 ########## */
P.style01 {
	line-height:150%;
	text-indent:-1em;
	margin-left:1em;
}

/* ########## P.style01 ########## */
P.style02 {
	line-height:150%;
}

