html {
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-size: small; 
	background: #ffffff; 
}

body,td,div,.p,a{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: small;
	color: #444444;
	text-align: left;	
}

body{
	padding: 20px;
}

p {
	margin: 0.6em 0 0.6em 0;
}

table {
	border-spacing: 2px;
}

table td {
	padding: 2px;
}

h1{
	margin: 6px 0 12px 0;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
}


h2{
	margin: 0 0 0.4em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000044;
}

h3{
	margin: 1.2em 0 1.2em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #aa0000;
}

h4{
	margin: 0.4em 0 0.4em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #aa0000
}


a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
	
a:active {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}

.date {
	font-size: 6pt;
	color: #990000;
}

.redt {
	color: #990000;
}

.butn{
	line-height: 2em;
	background: #cccccc;
	border: solid 1px #000066;
}

