.idHead
{
	font-size: 15px;
	font-family: Arial, helvetica, sans-serif;
}
body
{
	padding: 0;
	margin: 0;
}
p
{
	margin-left: 10px;
	margin-right: 10px;
}
#mainContentArea
{
	/*margin-left: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
}
#mainContentArea p
{
	margin-left: 0;
	margin-right: 0;
}
td.idHead
{
	padding-left: 3px;
	padding-right: 3px;
	border-right: black solid 2px;
	border-top: #eee solid 2px;
	border-left: #eee solid 2px;
	border-bottom: black solid 2px;
	background: white;
}
span.idHead
{
	padding-left: 3px;
	padding-right: 3px;
	border-right: black solid 2px;
	border-top: #eee solid 2px;
	border-left: #eee solid 2px;
	border-bottom: black solid 2px;
	background: white;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
.headbut
{
	margin-left: 2px;
	padding: 3px 1px 3px 1px;
	border-right: black solid 1px;
	border-top: #eee solid 1px;
	border-left: #eee solid 1px;
	border-bottom: black solid 1px;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	font: 9pt/10pt Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

.idHeadpressed
{
	padding-left: 3px;
	padding-right: 3px;
	border-left: black solid 1px;
	border-bottom: #eee solid 1px;
	border-right: #eee solid 1px;
	border-top: black solid 1px;
	background: white;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a.idHead:visited
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a.idHead:link
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a.idHead:hover
{
	font-size: 12px;
	color: yellow;
	background-color:#47b200;
	text-decoration: none;
}
#copyright
{
	margin-top: 5px;
	font-weight: normal;
	font-size: 8px;
	line-height: normal;
	text-transform: none;
	text-align: center;
	text-decoration: none;
}
#copyright p
{
	font-size: 8px;
	line-height:normal;
	margin-top: 0;
	margin-bottom: 0;
}
.currlink
{
	color: red;
}
.button
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
	text-align:center;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:6px;
	border-right: black solid 2px;
	border-top: #eee solid 2px;
	border-left: #eee solid 2px;
	border-bottom: black solid 2px;
	background: #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
a.button
{
	display:block;
	width:95%;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a.button:visited
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a.button:link
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a.button:hover
{
	font-size: 12px;
	color: yellow;
	background-color: green;
	text-decoration: none;
}

