/*
 * $Id: style.css,v 1.1 2006-05-18 15:48:37 sven Exp $
 */

html, body { 
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #ede3ed url(../images/pageLayout/body_bg.gif) repeat-x;
}

body {
	color: #000000;
	min-width: 563px;
}

h1 {

}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #0000aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}

.show {}
.hide {
	display: none;
}