/**************************/
/** RUDIMENTARY SETTINGS **/

body, div, span, table, tr, td, th, img {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}

body {
	font-size: 12pt;
	font-family: "Arial", "sans-serif";
	color: #999;
	background: black;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0em;
	margin-bottom: 0.0em;
	
	font-weight: bold;
}
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; }
h5 { font-size: 225%; }
h6 { font-size: 250%; }

p {
	margin-top: 1.0em;
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	text-indent: -0.5em;
	width: 95%;
}

a, a:hover {
	color: #900;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	/*text-decoration: underline;*/
	color:#D50;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	
	text-align: left;
	vertical-align: middle;
	
	padding-left: 1em;
	padding-right: 1em;
}

ul, ol {
	margin: 0px;
}
li {
	margin-left: 0.5em;
}

small {
	font-size: 75%;
	font-style: italic;
}
strike {
	color: grey;
}



/**************************/
/** BASIC CLASSES        **/

img.intext-left {
	display: inline;
	float: left;
}
img.intext-right {
	display: inline;
	float: right;
}

img.outtext-left {
	display: block;
	float: left;
}
img.outtext-right {
	display: block;
	float: right;
}

.b {font-weight:bold;}
th.number,
td.number {
	text-align: right;
}
