/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: normal;
	color:#333333;
	background-color: #ffffff;
	margin:0;
}

#container {
	width: 800px;
	margin: 0;
	padding: 0;
	border: 0;
}
.left {
	margin: 2px 4px 2px 0;
	float: left;
}
.right {
	margin: 2px 0 2px 4px;
	float: right;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight : bold;
	text-decoration : none;
}

.paragraph {
	font-style: normal;
	font-size: 1em;
	color: #333333;
	line-height : 13pt;
}
.bold {
	font-style: normal;
	font-size: 10pt;
	color: Black;
	font-weight : bold;
}

.bottom {
	font-style: normal;
	font-size: 8pt;
}
.big {
	font-style: normal;
	font-size: 18pt;
	line-height : 22pt;
}
.linkhead {
	font-style: bold;
	font-size: 18pt;
	line-height: 1em;
}
