.style3 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006666;
}

.style5 {font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; color: #006666; 
}

.style6 {
	color: #CC0000;
	font-size: medium;
	font-weight: bold;
}
.style7 {
	font-size: 24px;
	text-decoration: none;	
	color: #FFFFFF;
	font-weight: bold;
}
.style8 {color: #FFFFFF;
	font-weight: bold;
}

.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.style10 {color: #FFFF00; font-weight: bold; }

.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC0000;
	font-weight: normal;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
}
.style13 {color: #A39161}

#css-buttons {
	width: 200px;
	text-align: left;
}
#css-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#css-buttons li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#css-buttons li a {
	color: #fff;
	background-color: #007d48;
	border: 1px outset #bfffe4;
	width: 200px;
	text-decoration: none;
	display: block;
}
#css-buttons li a:hover {
	color: #fff;
	background-color: #00b366;
}
#green-on-white {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#green-on-white a {
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-weight:bold;
}
#green-on-white a:hover {
	text-decoration:underline;
	color:#00CC33;
}
#footlink {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footlink a {
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
#footlink a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
}
#white-on-black {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
}
#white-on-black a {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
#white-on-black a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.keretOnMouseOver img{
border: 2px solid #ccc;
}
.keretOnMouseOver:hover img{
border: 2px solid #A39161;
}
.keretOnMouseOver:hover{
color: red;
}
#gold-on-white {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#gold-on-white a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
#gold-on-white a:hover {
	text-decoration:underline;
	color:#A39161;
}

