<!--

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

h1 {
	color: #494D59;
	font: bold 20px "Trebuchet MS", verdana;
	padding-left: 30px;
	background: url(img/h1.jpg) center left no-repeat;
}

h2 {
	color: #494D59;
	font: bold 16px "Trebuchet MS", verdana;
}

p,td,li {
	color: #494D59;
	font-size: 9pt;
	font-family: arial;
}

.info 	{ padding-left: 20px; background: url(images/arrow.gif) top left no-repeat; }
.error 	{ padding-left: 20px; background: url(images/error.gif) top left no-repeat; height: 16px; font: bold 8pt arial; color: red}
.help 	{ padding-left: 35px; background: url(images/help.jpg) top left no-repeat; font: normal 8pt tahoma}

A.menu {font-family:Tahoma,Verdana,Arial,Helvetica;
	font-size:14px;
	font-weight:normal;
	height: 36px;
	background: url(img/line.jpg) no-repeat top left;
	text-decoration:none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
	padding-bottom: 7px;
	display:inline;
	-moz-box-sizing: border-box;
}
A.menu:link     {text-decoration:none;
	color:#494D59;
}
A.menu:active   {text-decoration:none;
	color:white;
}
A.menu:visited  {text-decoration:none;
	color:#494D59;
}
A.menu:hover    {text-decoration:none;
	color:white;
}

input,select,textarea	{font: normal 8pt tahoma}

-->