/*<group=General Styles    >*/

header {
	font-size: 0.85em;
	font-family: Arial, Helvetica, 'Lucida Grande', LucidaGrande, Lucida, sans-serif;
	color: #333333;
	margin: 1px;
	background: white;
	text-align: center;
	line-height:150%;
	left: 2px;
	bottom: 2px;
	right: 2px;
	top: 1px;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, 'Lucida Grande', LucidaGrande, Lucida, sans-serif;
	color: #333333;
	margin: 1px;
	background: white;
	text-align: center;
	line-height:150%;
	left: 2px;
	bottom: 2px;
	right: 2px;
	top: 1px;
}
footer {
	font-size: 12px;
	font-family: Arial, Helvetica, 'Lucida Grande', LucidaGrande, Lucida, sans-serif;
	color: #333333;
	margin: 1px;
	background: white;
	text-align: center;
	line-height:150%;
	left: 2px;
	bottom: 2px;
	right: 2px;
	top: 1px;
}

/* My Comment */

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #800080;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #0000ff;
}
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: none no-repeat;
	color: black;
	width: 800px;
	height: 600px;
	margin-top: 0;
	margin: .1cm .6cm 0;
	padding: 0;
}

#contentContainer #content {
	padding: 0;
}
	
/*</group>*/