a:link {
	text-decoration: none; 
	color: #0000cc;
}
a:visited { 
	text-decoration: none; 
	color: #707070;
}
a:hover {
	text-decoration: none; 
	color: #FF9933;
}
a:active { 
	text-decoration: none; 
	color: #FF9933;
}
a:focus {
	text-decoration: none; 
	color: #FF9933;
}

body { 
	margin: 0.5cm 1cm; 
	background-color: #f4f4f4
}

html, body, p, ul, li, td, h1, h2, h3, h4, input, select, option { 
	font-family: Verdana,Arial,sans-serif;
	font-size: 11pt;
}

h1 { 
	font-size: 14pt;
	font-style: bold;
}

h2 { 
	font-size: 12pt;
}

h3 { 
	font-size: 12pt;
}

h4 { 
        font-weight: normal;
}

li { 
	margin-bottom: 0.1cm;
}
img { 
	border: none;
	vertical-align: bottom;
}		
table { 
	border: none; 
	padding: 2
}

.main_menu { font-weight: bold }
.sub_menu { font-weight: normal }

