body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: <%= Application("company_text_color") %>;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-FACE-COLOR: #5A5A5A;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: <%= Application("company_bgcolor") %>;
}
form {
}
a:link {
	color: <%= Application("company_text_color") %>;
	text-decoration: none;
}
a:visited {
	color: <%= Application("company_text_color") %>;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.text_small {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {font-size: xx-small}
.text_small_on_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
	background-color: #666666;
	border: 0;
}
.text_box_small_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	padding: 0;
}

