/*Styles*/
body,td,a {
	font-family:"Garamond", "Times New Roman", Times, serif;
	letter-spacing:1px;
	font-size:0.95em;
	color:#777;
}

body {
	background:#F8F8F8;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

p {
	margin-top:1em;
	margin-bottom:1em;
}

#footer {
	margin-top:5px;
	margin-bottom:10px;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	text-decoration:none;
	background:#68737a;
	color:white;
	padding:0 3px;
}

#footer a:hover {
	text-decoration:none;
	background:white;
	color:#68737a;
}

#footerLogo {
	margin-top:5px;
	background-image:url("images/bg_footer.gif");
	width:550px;
}

#footerLogo td {
	text-align:center;
}

#page1 {
	width:550px;
	height:550px;
	background-image:url(images/bg_page1.jpg);
	border:1px solid #68737a;
}

.ang {
	font-style:italic;
}

#sidebar {
	width:140px;
}