body {background-color:#E5E5E5;
      color: black;
      font-size:14pt;
      font-weight: normal;
      font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
      background-image: url(images/background.jpg);
      }

A:link {color: #00004B; text-decoration: none;}
A:active {color: #00004B; text-decoration: none;}
A:visited {color: #00004B; text-decoration: none;}
A:hover {color: black; text-decoration: none;}
      
#main {background-color:white;
	}
      
#intro {
      font-size:11pt;
	}


h1 {color: #00004B;
      font-size:20pt;
      font-weight: bold;
      text-align: center;
	}

h2 {color: #00004B;
      font-size:16pt;
      font-weight: bold;
      text-align: center;
	}

h3 {color: #00004B;
      font-size:14pt;
      font-weight: bold;
      text-align: center;
	}

.container {padding: 1.5cm;
	background-color:white;
	margin: 0cm;
	
	}

.container A:link {font-weight: bold; color: #00004B; text-decoration: none;}
.container A:active {font-weight: bold; color: #00004B; text-decoration: none;}
.container A:visited {font-weight: bold; color: #00004B; text-decoration: none;}
.container A:hover {font-weight: bold; color: black; text-decoration: none;}

.menu {background-color: #00004B;
	font-size:11pt; 
	font-weight: bold; 
	color: white;
	}
	
.menu A:link {font-size:11pt; font-weight: bold; color: white; text-decoration: none;}
.menu A:active {font-size:11pt; font-weight: bold; color: white; text-decoration: none;}
.menu A:visited {font-size:11pt; font-weight: bold; color: white; text-decoration: none;}
.menu A:hover {font-size:11pt; font-weight: bold; color: #B6C1D4; text-decoration: none;}

.footnote {color: black;
      font-weight: bold;
     font-size:10pt;}
      
.footnote A:link {color: white; text-decoration: none;}
.footnote A:active {color: white; text-decoration: none;}
.footnote A:visited {color: white; text-decoration: none;}
.footnote A:hover {color: black; text-decoration: none;}
	}

#small_text {color: black;
      font-weight: bold;
     font-size:13pt;
     }
      
/* button attributes appear on the form buttons*/
#button {color:white; background: #00004B; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:13pt; }
