/******************************
* standaard styles
******************************/
a{
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
body {
	background:#FFFFFF;
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	overflow: auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align: center;
	line-height:150%;
}
hr{
	color: #000000;
	height:1px;
}
input, textarea, select{
	border: solid 1px #000000;
	color: #000;
	font: normal 12px arial, sans-serif;
	width:100%;
	height:20px;	
}
table{
	border: solid 0px #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height:150%;
}
td{
	border: solid 0px #000000;
}
tr{
	border: solid 0px #000000;
}
h2 {
	font-size:12px;
}
img.colorborder {
	border:2px solid #000000;
}
/******************************
* div container styles
******************************/
#content {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	border:0px solid red;
	padding:0px 0px 0px 0px;
}
#top,
#menu,
.button,
#footer {
	display:none;
}

