/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

ul,li {
	margin-left: 10px;
}

a:hover {	
	color: blue;	
	text-decoration: underline;
}

.outline_table {
	width: 98%;
	border: solid 1px whitesmoke;
	margin-top: 10px;
}

.menu_table {
	width: 100%;
	border: solid 1px #aeaeae;
	font-family: Arial, Verdana, serif;
	line-height: 2em;
}

.content_table {
	width: 100%;
	border: solid 1px #aeaeae;
	font-family: Arial, Verdana, serif;
	font-size: 14px;
}

.fact_table {
	float: right;
	width: 20%;
	border: dotted 1px #bb2222;
	border-spacing: 5px;
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	background-color: #fafafa;
}

.footer_table {
	width: 100%;
	border: solid 1px #aeaeae;
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	color: #444444;
}

.page_modified {
	font-family: Arial, Verdana, serif;
	font-size: 9px;
	color: #777777;
	line-height: 10px;
	
}

.screenshot_table {
	width: 100%;
	border: solid 1px #aeaeae;
	font-family: Arial, Verdana, serif;
	font-size: 14px;
	color: #444444;
}
	

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5em;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

h3,h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}

