body{
	font-family: arial,verdana,helvetica,sans-serif;
	background-color: #ffffff;
	color: #000000;
	padding: 0% 2% 0% 2%;
	font-size: 85%;
}

h2{
	text-align: center;
}

h3{
	text-align: left;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	color: white;
	border-color: #f0f0f0 #999999 #999999 #f0f0f0;
	background-color: green;
	margin: 0px;
}

h3.grey{
	background-color: silver;
}

h3.yellow{
	background-color: #f7e989;
	color: black;
}

h3 a{
	text-decoration: underline;
	background-color: silver;
	color: white;
} 

h3 a:hover
{
	text-decoration: underline;
	background-color: silver;
	color: black;
} 

h4{
	text-align: left;
	font-size: 100%;
	line-height: 1em;
}

p{
	margin: 1em;
}

li.margin1010{
	margin: 1em 0 1em 0;
}

li.margin1015{
	margin: 1em 0 1em 5em;
	color:orange;
}

div.MainBody{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

div.Intro{
	margin: 10px;
}

div.Section{
	border-style: none /*solid;*/
	border-width: 1px;
	border-color: silver;
	margin: 0px 0px 10px 0px;
}

div.Section ul, div.Section ol{
	margin: 10px;
}

div.tickyes{
	text-align: center;
	color:green;
	font-weight: bold;
}

div.tickno{
	text-align: center;
	color:red;
	font-weight: bold;
}

/* menus */
table.HPMenu{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: green;
	color: white;
	border-style: none;
	border-width: 0px;
}

td.MenuItem{
	background-color: green;
	color: white;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-size: small;
	padding: 0px;
}

td.MenuItem:hover, td.MenuItem a:hover{
	background-color: white;
	color: green;
}

td.MenuItem a{
	background-color: green;
	color: white;
	text-decoration: none;
}
/* news and bugs */
table.BugTable{
	font-size: 0.8em;
	border-style: solid;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}

table.BugTable td, table.BugTable th{
	
	vertical-align: top;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
}

table.BugTable thead tr{
	background-color:green;
	color: white;
}

table.BugTable thead td{
	font-weight: bold;
	text-align: center;
}

table.BugTable tr.FixedBug{
	background-color: #dddddd;
	color: #666666;
}

table.BugTable ul {
    margin:0;
    padding:0;
    list-style-position: inside;
}

col.OddColumn{
	background-color: #eeeeff;
}

col.EvenColumn{
	background-color: transparent;
}


