@charset "utf-8";
/* CSS Document */


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #022612;
	background-color: #013d1b;
	margin: 0;
}

a:link { color: #ffffff; }
a:visited {	color: #ffde00; }
a:hover { color: #ffde00; text-decoration:underline; }
a:active { color: #ffde00; }

p {
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

li {
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #013d1b;
}

.rake-text {
	font-size: 36px;
	font-weight: bold;
	color: #90c73e;
	line-height: 20px;
}

.retrieve-text {
	font-size: 36px;
	font-weight: bold;
	color: #ffde00;
	line-height: 20px;
}

.repair-text {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
}

.tag-text {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #ffde00;
	line-height: 10px;
}

.enter-text {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

.footer-text {
	font-size: 10px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

.tm-text {
	font-size: 7px;
}

.form {
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}