/* Header Blue:  #5bc0ff */
/* Header Green: #bbffd0 */

body {
   margin:0;
   font-size:12;
   font-family: Tahoma, Arial, sans-serif;
	color: Navy;
   background: White;
   vertical-align:top;
   text-align: left;
   /*
   background-image: url("../images/SynchroBackground.gif");
   background-attachment: fixed;
   */
   }
.message {
   color: Darkred;
   }

th, .colheader {
   font-size:12;
   font-weight: bold;
   text-align: center;
	text-decoration: none;
   vertical-align: middle;
	color: Navy;
   background: Mediumseagreen;
   border: 1 Solid Navy
	}

.separator, .grpheader {
   font-size:12;
   font-weight: bold;
   font-style: italic;
   text-align: center;
	text-decoration: none;
	color: Navy;
   background: #bbffd0;
   border: 1 Solid Navy
	}

td, a {
   font-size:12;
   font-family: Tahoma, Arial, sans-serif;
	color: Navy;
   background: transparent;
   vertical-align:top;
   }

a:hover {
	color: Red;
	}

h1, h2, h3 {
   font-family: Tahoma, Arial, sans-serif;
	color: Navy;
   vertical-align:top;
   background-image: none;
   }

.tabletitle {
   font-size:16;
   font-weight: bold;
   font-family: Tahoma, Arial, sans-serif;
   text-align: center;
   vertical-align:none;
   }

.pageheader {
   font-size:32;
   font-weight: bold;
   font-family: Tahoma, Arial, sans-serif;
   text-align: center;
   vertical-align:none;
   }

.footer {
   font-size:xx-small;
   text-align: center;
	text-decoration: none;
	color: Navy;
	}

a.footer {
   font-size:xx-small;
   text-align: center;
	text-decoration: underline;
	color: Navy;
	}

a.footer:hover {
	color: Red;
	}


table {
   border: 1px none Black;
   margin:0;
   }

.menu {
	font-size: 12;
   text-align: center;
	text-decoration: none;
	color: Navy;
   background: Mediumseagreen;
	}

a.menu:link, a.menu:active, a.menu:visited {
	font-size: 12;
   font-weight: normal;
	text-decoration: none;
	color: Navy;
   background: Mediumseagreen;
	}

a.menu:hover {
	color:Navy;
   font-weight: bold;
	text-decoration: none;
	}

.menubackground {
   background: #5bc0ff;
	}

