@CHARSET "ISO-8859-1";

/*******************************************************************************
	
Global Settings
	
*******************************************************************************/

body {	
	text-align: center;
	margin: 3px 0 10px 0;
}

body, table, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

table td, p, ul, ol, div {
	text-align: left;	
}

div {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;	
}

/* TODO line-height only inside content-area. */
p {
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
    line-height: 135%;
}

a, a:link, a:active, a:visited, a:hover { font-weight: normal; }
a img { border: none; }
