td {
	font-size : 10px;
	color : #000000;
	font-family : Tahoma, Geneva 
}

a:link.green {
	font-size : 10px;
	color : #617F82;
	text-decoration : none
}

a:visited.green	{
	font-size : 10px;
	color : #617F82;
	text-decoration : none
}

a:hover.green {
	font-size : 10px;
	color : #E7BA4E;
	text-decoration : underline
}

a:link.orange {
	font-size : 10px;
	color : #AE6600;
	text-decoration : none
}

a:visited.orange {
	font-size : 10px;
	color : #AE6600;
	text-decoration : none
}

a:hover.orange {
	font-size : 10px;
	color : #E7BA4E;
	text-decoration : none
}

a:link.orange2 {
	font-size : 12px;
	color : #AE6600;
	text-decoration : none
}

a:visited.orange2 {
	font-size : 12px;
	color : #AE6600;
	text-decoration : none
}

a:hover.orange2 {
	font-size : 12px;
	color : #E7BA4E;
	text-decoration : none
}


.title {
	color : #000000;
	font-size : 12px;
	font-family : Verdana;
	font-weight:bold
}

.mtitle {
	color : #000000;
	font-size : 12px;
	font-family : Verdana
}

.simple {
	color : #666666;
	font-size : 12px;
	font-family : Verdana;
	font-weight : normal
}

.orange {
	color : #AE6600
}

.green {
	color : #617F82
}

.dark {
	color : #676767
}

.gray {
	color : #9C9C9C
}

.darked {
	color : #5A5A5A
}

.lightgreen {
	color : #629936
}

.blue {
	color : #1FA6D7
}

.input {
	width: 100px;
	border: 1px solid #69A339;
	background-color: #E8EFD7;
	color: #629936;
	font-size : 12px;
	font-family : Arial;
	font-weight:bold
}