/* CSS Document */
a:link {
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3300FF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.one_to_many:link {
    color: teal;;
}
a.one_to_many:visited {
    color: teal;
}
.content_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clock_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 8px;
}
.transOn {
	background-color: #CCCCCC;
	opacity:.10;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
}
TEXTAREA {
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	background-color : white;
	font-weight : normal;
	border-color : #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
SELECT {
	background-color : white;
	color : #092002;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	border-color : #154A07;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
}
INPUT, BUTTON {
	color : #092002;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}