BODY, TABLE, TD, P, SELECT, INPUT, TEXTAREA {
	color : #232323;
	font-family : Tahoma, Arial;
	font-size: 11px;
}
a {
	color : #AAA9A9;
	text-decoration: underline;
}
a:hover {
	color : #AAA9A9;
	text-decoration: underline;
}
a.link1 {
	color : #232323;
	text-decoration: none;
}
a.link1:hover {
	color : #232323;
	text-decoration: none;
}
a.link2 {
	color : #232323;
	font-weight:bold;
	text-decoration: none;
}
a.link2:hover {
	color : #232323;
	text-decoration: none;
}
a.link3 {
	color : #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a.link3:hover {
	color : #FFFFFF;
	text-decoration: none;
}
.line1 {
	background-color : #AEAEAE;
}
.font1 {
	color : #FFA902;
	font-weight:bold;
}
.font2 {
	font-size: 16px;
	font-weight:bold;
	color : #FFA902;
}
.inputstyle {
	background-color:#EEFBE8;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#AEAEAE;
}
.smallText {
	font-size : 10px;
}
.liste {
	list-style-type : disc;
}
ul.formValidation {
	color : red;
	list-style-type : disc;
}
.boxContent1 {
	color:white;
	background-color : #6DBD4B;
}
.boxContent2 {
	color:white;
	background-color : #8BDA60;
}
.boxContent3 {
	background-color : #FDFBE6;
}