/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	text-decoration: none;
	/* color: #599922; */
}
a:visited {
	text-decoration: none;
	/* color: #599922; */
}
a:hover {
	text-decoration: underline;
	/* color: #599922; */
}
a:active {
	text-decoration: none;
	/* color: #599922; */
}

a.menu:link {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
a.menu:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
a.menu:hover {
	text-decoration: underline;
	color: #000;
	font-weight:bold;
}
a.menu:active {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

hr {
	border:1px dashed #355A14;
}

.thinborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.bigFont {font-size: 18px}

.star {
	color:#ACD462;
}

.localizedText {
	font-weight:bold;
	font-size:10px;
}