body {
	padding: 0;
	margin: 0;
}

/* TEXT */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFCC00;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	color: #00CCFF;
	letter-spacing: 1px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	padding-left: 20px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 20px;
}
.justify {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	padding: 0px 20px;
	line-height: 25px;

}
.indent {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 10px;
}
.centeredongreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.centeredwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.side {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.centered {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #00CCCC;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;

}

/* LAYOUT */

#mainTABLE {
	background-color: #42817d;
}
#headerDIV {
	height: 90px;
}
.headerFraTD {
	background-image: url(../images/header_fra.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.headerEngTD {
	background-image: url(../images/header_eng.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#menuTD {
	border-top: solid 2px #003333;
	border-bottom: solid 1px #003333;
	background-color: #3c7672;
}
#mainTD {
	border-bottom: solid 1px #003333;
	background-image: url(../images/gears.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 8px;
}
#addrDIV {
	width: 460px;
	margin: auto;
	border: solid 1px #003333;
}
#tagDIV {
	height: 46px;
}
.bg_left {
	background-image: url(../images/bg_left.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.bg_right {
	background-image: url(../images/bg_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.bg_btm {
	background-image: url(../images/bg_btm.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* IMAGES */

#illLeftDIV {
	float: left;
	margin-right: 16px;
}
#illRightDIV {
	float: left;
	margin-right: 16px;
}
.rightIMG {
	margin-left: 16px;
	border: solid 1px #003333;
}
.diaIMG {
	border: solid 4px #FFFFFF;
}

/* LINKS */

a.reg-url, a.reg-url:visited {
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	color: #FFFFFF ;
}
a.reg-url:hover {
	font-family: Arial, Helvetica, sans-serif ;
	color: #FFFFFF ;
	text-decoration: underline ;
}
a.text-url, a.text-url:visited {
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	color: #CCCCCC ;
}
a.text-url:hover {
	font-family: Arial, Helvetica, sans-serif ;
	color: #FFCC00;
	text-decoration: underline ;
}
a.ongreen-url, a.ongreen-url:visited {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none ;
	color: #000033 ;
}
a.ongreen-url:hover {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #000066 ;
	text-decoration: underline ;
}
a.white-url, a.white-url:visited {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none ;
	color: #FFFFFF ;
}
a.white-url:hover {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #FFCC00;
	text-decoration: underline ;
}
.linkparagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009999;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 4px;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	text-decoration: none;
}
a.tagLink:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#topLINK a:link, #topLINK a:active, #topLINK a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #003333;
}
#topLINK a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
