/* General Rules */
body {
 	background : #FFFFFF;
  	font-family: sans-serif, helvetica, arial; 
	font-size: .8em;
}
body {
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	position: relative;
	
}

img { border-width: 0; }
ul, li { margin: 0; padding: 0; }

.clearer {
	visibility: hidden;
	clear: both;
}

h1 {
	color: #336;
	font-size: 1.5em;
}
h2 {
	color: #000;
	font-size: 1.4em;
}
h4 {
	color: #336;
	font-size: 1em;
}
h5 {
	color: #003366;
	font-size: 1.4em;
}

/*
a { }
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff; }
a:active { color: #fff; }
*/

code {
	font-size: 100%;
}
pre {
	font-size: 100%;
}


.bold {
	font-weight: bold;
}

.fact {
font-size: 0pt;
color: #fff;
background: #fff
}

.fact a:link { color: #fff; }
.fact a:visited { color: #fff; }
.fact a:hover { color: #fff; }
.fact a:active { color: #fff; }