body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	background-color: #F4F4F4;
	background-image: url(../images/colors-strom.gif);
	background-repeat: repeat-y;
	background-position: left 210px;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

h1.small {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #00A650;
}

body table {
	font-size: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	vertical-align: top;
	margin: 1px 3px;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

