/** BASIC */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
}

a:visited {
	color: #004784
}

a:link {
	color: #004784
}

a:hover {
       color: #02218a;
}

.copyright {
       font-size: 10px;
}

.bigone {
        font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: white;
	font-weight: bold;		 
}

h3 {
      font-family: "Trebuchet MS", Arial;
      font-size: 16px;
      font-weight: bold;
}

.menu {
       font-family: "Trebuchet MS", Arial;
       font-size: 11px;
       font-weight: bold;
       text-decoration: none;
       color: #192e58;
}

.active {
       font-family: "Trebuchet MS", Arial;
       font-size: 11px;
       font-weight: bold;
       text-decoration: underline;
       color: #192e58;
}

A.menu:hover {
      color: #192e58;
}

A.menu:visited {
      color: #192e58;
}

A.menu:hover {
       text-decoration: underline;
}
