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

body,td,th {
	font-family: Courier New, Courier, monospace;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_2.png);
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
}
a {
	font-weight: bold;
}
a img
{
	border: 0;
}
.tinytext {
	font-size: x-small;
}
.table1 {
background-color: #18C7A7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.table2 {background-color: #F7F7F7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.table3 {background-color: #FFFFFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}