body{
    width:100%;
}

/* Main text */
td {
	text-align: justify;
	vertical-align: top;
	font-family:Verdana;
	font-size:14px;
	/*color:#806C59;*/
	color:#000000;
}

H3 {
	text-align: justify;
	vertical-align: top;
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;/*color:#806C59;*/
	color:#37a20a;
}

a {
	font-family:Verdana;
	font-size:14px;
	text-decoration: underline;
	font-weight: bold;
	color:#006000;
}

form
{
	margin:0px;
}

/* Headings and Menu */

td.main_title {
	text-align: center;
	/* margin: auto;*/
	vertical-align: middle;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size:28px;
	font-weight: bold;
	color:#37a20a;
	background-color:#FFFFFF;
}

a.menu {
    /*position:relative;
    top:5px;*/
	font-family:Verdana;
	font-size:16px;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

H2 {
    position:relative;
    top:5px;
    font-family:Verdana;
	color: #37a20a;
	font-weight: bold;
	font-size : 18px;
}

H1 {
    position:relative;
    top:5px;
    font-family:Courier;
	color: #273EA7;
	font-weight: bold;
	font-size : 28px;
}

/* Image */
img.pict 
{
float:left;
width:314;
height:235;
margin:10%;
}

img.pictlogo 
{
float:left;
width:314;
height:60;
margin:10%;
}


/* Table */


table#t01 tr:nth-child(odd) {
  background-color: #e6ffe6;
  
}

table#t01 tr:nth-child(even) {
 background-color: #e6f7ff;
 
}

table#t01 td:nth-child(odd) {
  padding: 8px;;
  
}

table#t01 td:nth-child(even) {
  padding: 8px;;
  
}
