/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 21px;
}

td {
	font-size: 11px; 
	color: #4F4F4F;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #85B2DE;
}

.link {
	font-size: 13px;
	font-weight: bold;
	padding-left: 50px;
}

.link a {
	color: #666666;
	text-decoration: none;
}

.link a:hover {
	color: #AAB132;
	text-decoration: none;
}

.names {
	font-size: 13px;
	font-weight: bold;
}

.title {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #AAB132;
}
.title_text {
	padding-left: 15px;
	padding-right: 17px;
	line-height: 17px;
}

.text {
	padding-left: 15px;
	padding-right: 17px;
	line-height: 17px;
}

.text a {
	color: #000000;
	text-decoration: underline
}

.text a:hover {
	color: #999999;
	text-decoration: none
}

.sub_menu {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

.sub_menu a {
	text-decoration: none;
	color:#000000;
}

.sub_menu a:hover {
	text-decoration: underline;
	color: #000000;
}

.input {
	font-size: 9px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	height: 15px;
	width: 120px;
}

.textarea {
	font-size: 12px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	width: 250px;
	height: 90px;
}

.button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border-color: #666666;
	border-width: 1px; 
}

.img {
	padding-right: 10px;
}