body {
	font-family:Arial, Helvetica, sans-serif;
 	color: #000000;
	}
h1 {
        font-size:18pt;
        font-weight:100;
        color:#555454;
}

h2 {
        font-size:8pt;
        font-weight:100;
        color:#555454;
}
TD {
	font-family:Arial, Helvetica, sans-serif;
 	font-size:10pt;
 	color: #000000;
}

a:link {color:#555454;}
a:visited {color:#555454;}
a:active {color:#555454;}

#title {
	width:800px;
	height:110px;
        background-image: url(images/logo.gif); 
        background-repeat: no-repeat; 
        background-position: left top;
	padding:20px;
	margin:20px;
	padding-top:40px;
	margin-bottom:0px;
	border-bottom:1px dotted #999;
	line-height:14px;
	}

#menu {
	width:120px;
	padding:10px;
	margin:20px;
	background-color:#FFFFFF;
	border-right:1px dotted #999;
	line-height:28px;
	}
.pic {
       border-width: 2px;	
       border-style: ridge;
       border-color: #AAAAAA;
}