/*-------------------------------------------------
Page Defaults
-------------------------------------------------*/

.page { 
  background-color:#EEEEEE;
	/* top right bottom left */
	margin: 20px 20px 20px 20px;
}

.body { 
  background-color: #FFFFFF;
	height: 550px;
	vertical-align: top;
	/* top right bottom left */
	padding: 10px 10px 10px 10px;
}

.header { 
  background-color: #990000;
	width: 700px;
	/* top right bottom left */
	padding: 0px 0px 0px 0px;
}


/*-------------------------------------------------
Header
-------------------------------------------------*/


#navigation {
  height: 24px;
	display: inline;
	list-style-type: none;
	border: none;
	/* top right bottom left */
	padding: 0px 0px 0px 0px;
}

#navigation li {
  height: 24px;
	display: inline;
	list-style-type: none;
	border: none;
	/* top right bottom left */
	padding: 0px 0px 0px 0px;
}
	
#navigation a:link {
  font-size: 1.09em;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: norma;;
	text-decoration: none;
	color: #666666;
	float: left;
	/* top right bottom left */
	padding: 0px 15px 8px 0px;
}

#navigation a:visited {
  font-size: 1.09em;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: norma;;
	text-decoration: none;
	color: #666666;
	float: left;
	/* top right bottom left */
	padding: 0px 15px 8px 0px;
}

#navigation a:hover {
	color: #990000;
}

/*-------------------------------------------------
Page Contents
-------------------------------------------------*/

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: none;
	text-decoration: none;
}

.bold {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

h1 { 
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	/* top right bottom left */	
	padding: 0px 0px 0px 0px;
}

h2 { 
	font-family:  Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	/* top right bottom left */
	padding: 10px 0px 0px 0px;
}

ul li { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: none;
	text-decoration: none;
  list-style: none;
	background-image: url(../Images/bullet.gif);
	background-repeat: no-repeat;
	/* top right bottom left */
	padding: 0px 0px 8px 15px;
	text-indent: 0px24;
}

.tablelabel { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	background-color:#CCCCCC;
	/* top right bottom left */
	padding: 4px 4px 4px 4px;
	border: 1px solid #FFFFFF;
}

.tabledate { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	background-color:#EEEEEE;
	/* top right bottom left */
	padding: 4px 4px 4px 4px;
	border: 1px solid #FFFFFF;
}

.message { 
	color: #990000;
}

a { 
	text-decoration: none;
	color: #990000	
}

a:hover {
	text-decoration: underline;
	color: #990000; 
}

a.footerlink  { 
	color: #999999;
	text-decoration: none;
}

a.footerlink:hover  { 
	color: #990000;
	text-decoration: underline;
}

.footer { 
  font-family: Verdana, Helvetica, sans-serif;
	color: #999999;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	/* top right bottom left */
	padding: 5px 0px 10px 0px;
}	


/*-------------------------------------------------
Formfields
-------------------------------------------------*/

label { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;

}

.textfield {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	margin: 2px;
	width: 450px;
}

.droplist {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 2px;
	width: 450px;
}

.checkbox {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.button {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	margin: 2px;
	width: 450px;
}




