body {
	background-color: #fffff6;
	text-align: left;
	font-size:small;
	font-family:monospace;
	line-height: 180%;
}

td {
	background-color: #fffff6;
	text-align: left;
	font-size:small;
	font-family:'‚l‚r ‚oƒSƒVƒbƒN';
	/*font-family:monospace;*/
	line-height: 180%;
}

td.menu {
	background-color:#f5f5f5;
	/*width:120px;*/
	text-align: left;
}

td.footerline {
/*	background-image:url(./img/redline.jpg);*/
	background-image:url(./img/blueline.jpg);
	width:780px;
	text-align:right;
	color:#ffffff;
	font-size:small;
	font-family:'‚l‚r ‚oƒSƒVƒbƒN';
	font-weight: bold;
}

td.R {
	text-align: right;
}

td.L {
	text-align: left;
}

th {
	background-color: #fffff6;
	text-align: center;
	font-size:small;
	font-family:'‚l‚r ‚oƒSƒVƒbƒN';
	/*font-family:monospace;*/
	line-height: 180%;
}


h1 {
	color:#333333;
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
	margin:0;
}

h2 {
	font-size: 13px;
	padding-top: 30px;
	color:#A7CC25;
}

a:link {
	text-decoration : none;
	color: #000000;
}

a:visited {
	text-decoration : none;
	color: #000000;
}

a:hover {
	text-decoration : underline;
	color: #ff0000;
}

img {
	border-width:0;
}

