﻿/* general */
a {
	color: #000000;
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a:hover {
	color: #000000;
	text-decoration: none
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: ms sans serif, tahoma, arial;
	font-size: 11px;
	color: #313131;
/*	line-height:100%;*/
/*	line-height: 14px;*/
}
td {
	font-family: ms sans serif, tahoma, arial;
	font-size: 11px;
	color: #313131;
/*	line-height:120%;*/
/*	line-height: 14px;*/
}