/* ---------------------------------------------------------------------
GENERAL
--------------------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-track-color: #DEDEDE;
	scrollbar-arrow-color: Black;
	scrollbar-face-color: #DDDDDD;
	color: Black;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: color: Black;
}


/* ---------------------------------------------------------------------
SPECIFIC CLASSES
--------------------------------------------------------------------- */
.greentext {
	color: #006001;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

.menubackground {
	background-color: #336633;
}

.whitespace {
	background-color: white;
}

.greenspace {
	background-color: #339999;
}

.layouttable {
	background-color: #EFFAFA;
}

/* ---------------------------------------------------------------------
TEXT LINKS
--------------------------------------------------------------------- */

a:link {
	color: #000166;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #000166;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: Maroon;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: Red;
	background-color: transparent;
	text-decoration: underline;
}	



/* ---------------------------------------------------------------------
MENU LINKS - MAIN
--------------------------------------------------------------------- */

a.menu:link {
	color: white;
	background-color: #336633;
	font-size: 14px;
	text-decoration: none;
	width: auto;
	height: 25px;
	border-right: 1px solid white;
	padding: 5px;
}

a.menu:visited {
	color: white;
	background-color: #336633;
	font-size: 14px;
	text-decoration: none;
	width: auto;
	height: 25px;
	border-right: 1px solid white;
	padding: 5px;
}

a.menu:hover {
	color: white;
	background-color: #669900;
	font-size: 14px;
	text-decoration: none;
	width: auto;
	height: 25px;
	border-right: 1px solid white;
	padding: 5px;
}

a.menu:active {
	color: white;
	background-color: #669900;
	font-size: 14px;
	text-decoration: none;
	width: auto;
	height: 25px;
	border-right: 1px solid white;
	padding: 5px;
}


/* ---------------------------------------------------------------------
FORMS
--------------------------------------------------------------------- */

.validate {
	background-color: transparent;
	color: Red;
	border: none;
	padding-bottom: 20px;
}

.button {
	background-color: #999999;
	color: White;
	border: none;
	font-size: x-small;
}

.buttonon {
	background-color: #993333;
	color: White;
	border: none;
	font-size: x-small;
	cursor: hand;
}

.formon {
	background-color: White;
	color: Black;
}

.formoff {
	background-color: #F8F7F7;
	color: Black;
}

.checkbox {
	border: none;
}

select {
	background-color: #F8F7F7;
	color: Black;
}

input {
	background-color: #F8F7F7;
	color: Black;
}

textarea {
	background-color: #F8F7F7;
	color: Black;
}
.imprim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #FF0000;
}

