A  {
	color : #008800;
	text-decoration : underline;
	font-weight : bold;
}

A.attention:link, A.attention:visited, A.attention:active  {
	color : red;
	text-decoration : underline;
	font-weight : bold;
}

A:Visited  {
	color : #000000;
	text-decoration : none;
}

A:Hover  {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

.buttonOK1 {
	box-shadow:inset 0px 1px 0px 0px #caefab;
	/* Chrome, Safari */
	-webkit-border-radius: 10px;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f8e2b), color-stop(1, #10aa00) );
	/* Mozilla */
	-moz-border-radius: 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-moz-linear-gradient( center top, #4f8e2b 5%, #10aa00 100% );
	/* fallback (Opera) */
	background-color:#4f8e2b;
	border-radius: 10px;
	border:1px solid black;
	display:inline-block;
	color:white;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-align: center;
	/* MSIE */
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#4f8e2b', endColorstr='#10aa00');
}
.buttonOK1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #10aa00), color-stop(1, #4f8e2b) );
	background:-moz-linear-gradient( center top, #10aa00 5%, #4f8e2b 100% );
	background-color:#00aa00;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#10aa00', endColorstr='#4f8e2b');
}
.buttonOK1:active {
	position:relative;
	top:1px;
}

body, h1, h2, h3, h4 {
font-family:Times New Roman,serif;
color: #000000; background-color: transparent; background: url("/icons/sandgrey1.gif")
}


P.mypar {font-style: italic; color: #FFFFFF}
.cent {text-align:center; }

.right {text-align:right; }
.fg1small {font-family:serif;}
.fg1smalll {text-align:left; font-family:serif;}
.fg1smallr {text-align:right; font-family:serif;}
.fg1smallc {text-align:center; font-family:serif;}
.left {text-align:left; font-family:serif}

#bestyr
{
font-family:"Times New Roman", serif;
border-collapse:collapse;
margin-left:auto;
margin-right:auto;
border: 3px solid;
}

#bestyr td, #bestyr th
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}

#bestyr th
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#008800;
color:#ffffff;
}
