/* ========== RESET STYLES ========== */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* DEBUG STYLES 
div { border: 1px dotted red; }
span { border: 1px dotted purple; }
p, ul, li, a { border: 1px dotted green; }
h1, h2, h3, h4, h5, h6 { border: 1px dotted blue; }
table { border: 1px dotted aqua; }
*/


/* Don't use padding or border with fixed width div's, bug in IE 5 Win*/



/* ========== GLOBAL STYLES ========== */

body {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center; /* Hack: makes IE 5 Win float content in center */
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}

/* LINKS */

a { font-weight: normal; text-decoration: none }
a:link {color: #0099cc} /* unvisited link */
a:visited {color: #0099cc} /* visited link */
a:hover {color: #66ccff} /* mouse over link */
a:active {color: #006699} /* selected link */

#container {
	text-align: left;
	width:800px;
	margin: 0px auto 0px auto;
	}
	
#footer {
	border-top-color: #999999;
	color: #999999;
	margin: 0px;
	padding: 20px 0px 40px 0px;
	border-top: 1px solid;
	}

hr{ display:none; }


/* ========== HOME PAGE STYLES ========== */


#container #header {
	height: 150px;
	}
#container #header h1 {
	font-size: 40px;
	font-weight: normal;
	margin:67px 0px 0px 0px;
	float: left;
	}
#container #header h1 #s1{
	color: #333333;
}
#container #header h1 #s2{
	color: #666666;
}
#container #header h1 #s3{
	color: #999999;
}
#container #header #nav {
	margin:65px 0px 0px 10px;
	float: left;
	width: 100px;
	}
#container #header #nav ul {
	line-height: 12px;
	list-style-type: none;
	}
	

/* TABLES */

#container #content {
	padding-top: 20px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	}



table {
	width: 100%;
	margin: 5px 0px 20px 0px;
	}
#homePage table td.itemNr {
	width: 100px;
	font-size: 20px;
	color: #999999;
	vertical-align: middle;
	text-align: center;
	}
#homePage table td.itemLabel {
	width: 100px;
	color: #999999;
	border-bottom: 1px solid #cccccc;
}
#homePage table td.itemText {
	border-bottom: 1px solid #cccccc;
	}

