/* CSS Document */

body {
     text-align: center;
     font-family: Tahoma, Arial, sans-serif;
     font-size: 10pt;
     font-weight: normal;
     color: #000000;
     background-color: #FFFFFF;
}

a {
     text-decoration: none;
     color: #ECE9D8;
}

a:hover {
	text-decoration: underline;
	color: #333366;
}
#mainframe {
     margin: 0px auto;
	 margin-top: 0px;
     text-align: left;
     width: 786px;
     background-color: #FFF;
}
