body {
	margin-top: 0px;
	/* background-image: url(img/bkg_main.jpg); */
	background-color: whitesmoke;
	/* font properties */
	font-family: sans-serif;
	font-size: 10pt;
	}
.page {
     width: 800px;
     background-color: #EEEEEE;
     }
.header {
	/* division properties */
	/* background-image: url(img/top2.jpg);
	height: 150px;
	width:  100%; */
	}
.subheader {
	/* division properties */
	background-color: #EEEEEE;
	width:  100%;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: thin;
	border-color: black;
	/* font properties */
	text-align: right;
	}
.subsubheader {
	/* division properties */
	background-color: #EEEEEE;
	border-left-style: solid;
	border-width: thin;
	border-color: black;
	width: 120px;
	/* font properties */
	text-align: center;
	font-weight: bold;
	}
.left {
	/* division properties */
	background-color: #DDDDDD;
	width: 30%;
	padding-top:5px;
	padding-left:10px;
	/* font properties */
	line-height: 150%;
     }
.right {
	/* division properties */
	background-color: white;
	width: 70%;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
 	}
.mot {
	/* division properties */
	padding-left:10px;
	padding-right:10px;
     }
.news {
	/* division properties */
	margin:20px;
	padding:20px;
	background-color:whitesmoke;
	/* font properties */
	font-family: sans-serif;
	font-size: 10pt;
	}
.footer {
	/* font properties */
	text-align: center;
	font-size: 10pt;
	}
.subtitle {
	/* font properties */
	font-weight: bold;
	}
.title {
	/* font properties */
	color : navy;
	/* aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow */
	font-weight: bold;
	font-size: 12pt;
	}
.titlemenu {
	/* font properties */
	font-weight: bold;
     font-size: 12pt;
	}

a:link       { text-decoration: none; color: #000080; font-family: sans-serif; font-weight: bold;}
a:visited    { text-decoration: none; color: #3B4977; font-family: sans-serif; font-weight: bold;}
a:active     { text-decoration: none; color: #000080; font-family: sans-serif; font-weight: bold;}
a:hover      { text-decoration: none; color: #7BC000; font-family: sans-serif; font-weight: bold;}

.class2 a:link       { text-decoration: underline; color: blue; font-family: sans-serif; font-weight: bold;}
.class2 a:visited    { text-decoration: underline; color: #3B4977; font-family: sans-serif; font-weight: bold;}
.class2 a:active     { text-decoration: underline; color: #000080; font-family: sans-serif; font-weight: bold;}
.class2 a:hover      { text-decoration: underline; color: #7BC000; font-family: sans-serif; font-weight: bold;}
