/* CSS Document */


/* Text */
body,td,th {
	font-family: Georgia, serif;
	font-size: 10pt;
	color: #333333;
	border:none;
}

a:link {
	color: #777777;
	font-style: italic;
	text-decoration: none;
	border:none;
}

a:visited {
	color: #777777;
	font-style: italic;
	text-decoration: none;
	border:none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	border:none;
}

a:active {
	color: #333333;
	text-decoration: underline;
	border:none;
}

.big {
	font-family: Georgia, serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: 500;
	color: #333333;
	letter-spacing:0.015em;
	line-height: 1.3;
	border:none;
}

.img {
	border:none;
}


/* Layers */

#body {
	position: relative;
	left:300px;
	top:200px;
	width: 500px;
	margin: 0;
	padding: 0;
}


