/* style.css - a simple style sheet */
body {background: transparent;
background-image:url(bg2.jpg);
background-repeat:repeat;
		 font-family: Verdana, sans-serif;font-size:12px}


h1,h2,h3,h4,h5,h6 {font-family: Verdana, san-serif;color: black}

h1 {font-weight: bold;font-size: 140%;color:#2f4f4f}
h2 {font-weight: bold;font-size: 120%;color:#2f4f4f}
h3 {font-style:italic;font-weight: bold;font-size: 120%}
h4 {font-style:normal;font-weight: bold;font-size: 100%}
h5 {font-style:normal;font-weight: normal;font-size: 90%;color:#2f4f4f}

p { margin-top: 1em; margin-bottom: 0em; color:black}
li { margin-top: 0.5em; margin-bottom: 0em; color:black }
td { margin-top: 0.5em; margin-bottom: 0em; color:black }

.underline {border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	width: auto}

em { font-style: normal; font-weight: bold;color:#2f4f4f}
strong { font-style: normal; font-weight: bold;color: #cc0033;font-size:13px }

a:link {text-decoration: none;color: #000000}
a:visited {text-decoration: none;color: #000000}
a:active {text-decoration: none;color: #000000}
a:hover{text-decoration: none;background-color:#cc0033;color:white}

.style2bis {border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cc0033;
	width: auto}

.style3 {font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size:10px;
	width: auto}

.style4 {font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size:120%;
	width: auto}

.bis{font-family: Arial, Helvetica, sans-serif;color:black;font-size:9px;font-style: normal;font-weight: normal}

.redtitle{font-family: Arial, Helvetica, sans-serif;color:#cc0033;text-align: center;font-size:36px;font-style: normal;font-weight: normal}

.verybig{font-family: Arial, Helvetica, sans-serif;color:#cc0033;font-size:24px;font-style: normal;font-weight: normal}

.topleft{	background-color: transparent;
	width: 150px;
	height: 150px;
	position: absolute;
	left:2px}

.left{background-color: transparent;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color:#330066;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	height: 100%;
	position: absolute;
	top:2px;
	left: 2px}

.middle{background-color: transparent;
	width: 650px;
	height: 100%;
	position: absolute;
	top: 2px;
	left: 160px}

.middlelow{background-color: transparent;
	width: 488px;
	height: 100%;
	position: relative;
	left: 10px}

.topright{border-right: #a52a2a 1px solid;
  padding-right: 3px;
  border-top: #a52a2a 1px solid;
  padding-left: 10px;
  padding bottom: 3px;
  border-left: #a52a2a 1px solid;
  padding-top: 6px;
  border-bottom: #a52a2a 1px solid;
  position: absolute;
  background-color:#ccccff;
	width: 200px;
	height: automatic;
	left:450px;
	top:2px}

div.box { border: solid; border-width: thin; width: 100%;background: #ccccff;
    padding: 1em; border: none; text-align: center}

table.box {font-family: Verdana, sans-serif;font-size:12px; border: solid; border-width: thin; width: 100%;background: transparent;
    padding: 0.5em; border: none}

table.box1 { border: solid; border-width: thin; width: 60%;background: #C0C0C0;
    padding: 0.5em;border: none;font-size:12px}

table.box2 { border: solid; border-width: thin; width: 100%;background: transparent;
    padding: 0.5em;border: none;font-size:12px}

