/* Elements */
* {	margin: 0;
	padding: 0;}body, td, th {	font-size: 90%;	}h1, h2, h3, h4, h5, h6, h7 {   text-transform: capitalize;	font-weight: bold;	padding: 4px;
	margin-bottom: 0.8em;	}p, ol, ul, dd, pre {	margin-bottom: 1em;}
ol, ul {	padding-left: 4ex}h1 {	font-size: 140%;	margin-top: 0;	}h2 {	font-size: 130%;	}h3 {	font-size: 120%;	}p.p {	text-align: left;	text-indent: 1cm;	}#content p {
	padding: 4px;
	}

sup {	font-size: 10px	}small {
	font-size: 80%
	}

li.square {	list-style-type: square	}ul.plain {	list-style-type: none	}/* A B C D E etc. */ol {	list-style-type: upper-alpha	}/* 1 2 3 4 5 etc. */ol ol {	list-style-type: decimal	}/* i ii iii iv v etc. */ol ol ol {	list-style-type: lower-roman	}
	/* Classes */.ThinBlock {	margin-left: 5%;
	margin-right: 5%;}/* IDs */#Header {	visibility: visible;	position: absolute;	top: 0;	right: 0;	left: 0;	width: 100%	}#Header #topleft {	position: absolute;	top: 0;	left: 0;	}#Header #topright {	position: absolute;	top: 0;	right: 0;	}#Header img {	position: absolute	}#MainMenu {	visibility: visible;	position: absolute;	top: 80px;	left: 0;	width: 192px	}.menu ul {	text-align: left;	list-style-position: inside;	margin: 0;	padding: 0	}	#menuCap {	display: block;	position: relative;	width: 180px;	}#menu {	text-align: left !important;	}#menuFooter {	display: block;	position: relative;	width: 180px;	}.top #topmiddle {	right: 25%;	left: 25%	}