/* CSS Document */

body {
	font-family: verdana, sans-serif;
	color:black;
	font-size: 10pt;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color : White;
}

p {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: Black;
}
li {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: Black;
}
H1 {
	font-family: verdana, sans-serif;
	color: Navy;
	font-size : 15pt;
	text-align : center;
}
H2 {
	font-family: verdana, sans-serif;
	color:black;
	font-size : 13pt;
}
H3 {
	font-family: verdana, sans-serif;
	color:black;
	font-size : 11pt;
}

a:hover {text-decoration: underline; color:silver;}
a:link {text-decoration: underline;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

hr {
	height:1px;
	color: Silver;
	border-style:dotted;
}

td.bodycell {
	padding : 6px;
}
td.menucell {
	border-color : Silver;
	border-style : none dashed none none;
	border-right-width : 1px;
}
td.title {
	border-bottom-width : 1px;
	border-color : Silver;
	border-style : none none dashed none;
}
table.menu {}
table.submenu {}

input{
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: Black;
}
textarea{
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: Black;
}
table.feature{
	border : 1px dashed Silver;
}