body {
	font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(pictures/bg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
    text-decoration: none;
    color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #996633;
}
img {
    border: 1px;
    border-color: #003366;
    border-style: solid;
}
a:hover img {
    border: 1px;
    border-style: solid;
    border-color: #996633;
    }
.icon, #EXim {
    border:0px;
    border-style: solid;
}
#header {
	background-image: url(pictures/bg2.jpg);
}
h1 {
    font-size: 18px;
    font-weight: normal;
}
hr {
    color: #999999;
    background-color: #999999;
    height: 1px;
    border: 2pt;
    padding: 0;
    margin: 0px;
}
table {
    text-align: left;
    border-width: 0px; 
    border-style: solid;
}
.big {
   font-size: 18px;
   font-weight: normal;
}