/* Admin */
.tbl_cell {
  border: 1px solid black;
  width: 10em;
  font-size: 85%;
  border: 1px solid #c0c0c0;
  background-color: white;
}

.tbl_header {
  border: 1px solid black;
  width: 10em;
  font-size: 85%;
  border: 1px solid #c0c0c0;
  background-color: #C4D8E9;
}

/* Public */
.tbl_cell2 {
  background-color: #FFFFFF;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  margin: 20px 0px 0px 0px;
  font-size: 12px;
  color: #333333;
}
td {
  font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #CC0033;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}
input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

h1 {
	padding: 0;
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	line-height: 1.6em;
	font-weight: normal;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
        font-size: 14px;
	font-weight: normal;
	vertical-align: bottom;
	color: #3C68B2;
	text-align: left;
	width: 100%;
	
}

