@charset "UTF-8";
/* CSS Document */

body {
	/*background: url(images/bg_2.jpg) left top repeat-y scroll;*/
}

body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	line-height:20px;
	margin:0px;
}
#main {

}
#header {
/*background:url(images/header.png) left top no-repeat;*/
height:206px;

}
p {
<!--width:600px; -->
}
span.highlight
{
background-color:#F51B15;
}
h1 {
	font-size: 16px;

}
a:link {
	color: #000000;
	text-decoration: none;	
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}