/* CSS Document */

BODY {
	margin: 4;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	color: black
	}


B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN{
	display: inline
	 }


H1 {	
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 1;
	margin-bottom: 1;
	display: block
	}

H2 {	
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 1;
	margin-bottom: 1;
	display: block
	}

H3 {	
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-top: 1;
	margin-bottom: 1;
	display: block
	}


H4 {	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 1;
	margin-bottom: 1;
	display: block
	}

H5 {	
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 1;
	margin-bottom: 1;
	display: block
	}

H6 {	
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 1;
	margin-bottom: 1;
	display: block
	}


P {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: black
	}

td {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: black
	}


B, STRONG {
	font-weight: bold
	}

PRE, TT, CODE, KBD, SAMP {
	font-family: monospace
	}

PRE {
	font-family:Times New Roman;
	font-size: 12px;
	white-space: pre
	}


ADDRESS {
	font-family:Tahoma;
	font-size: 10px;
	font-style: normal
	}

BLOCKQUOTE {
	margin-left: 2; margin-right: 2
	}

DIR {
	list-style: disc
	}

UL {
	font-family: arial, helvetica, sans-serif; font-size: 10px
	}

OL {
	font-family: arial, helvetica, sans-serif; font-size: 10px
	}

MENU {
	margin: 1
	}

A:link {
	color: #800000;
	text-decoration:none;
	font-weight: bold
	}

A:visited {
	color: #800000;
	text-decoration:none;
	font-weight: bold
	}

A:active {
	color: #800000;
	text-decoration:underline;
	font-weight: bold
	}

A:hover {
	color: silver;
	text-decoration:none;
	background:#2A1218
	}
	
	
#message div.menuBar,#message div.menuBar a.menuButton {
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 8pt;
	  color: #000000;
	}
	
#message div.menuBar {
	  background-color: #F0EEE2;
	  padding: 6px 2px 6px 2px;
	  text-align: center;
	  margin-left:20px;
	}
	
#message div.menuBar a.menuButton {
	  background-color: transparent;
	  border: 1px solid;
	  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	  color: #000000;
	  cursor: pointer;
	  left: 0px;
	  margin: 1px;
	  padding: 2px 6px 2px 6px;
	  xposition: relative;
	  text-decoration: none;
	  top: 0px;
	  z-index: 100;
	}
	
#message div.menuBar a.menuButtonActive {
	  background-color: #aaaaaa;
	  border-color: #aaaaaa #aaaaaa #aaaaaa #aaaaaa;
	  color: #dddddd;
	  font-weight= bold;
	  cursor: pointer;
	  left: 0px;
	  margin: 0px;
	  padding: 2px 6px 2px 6px;
	  xposition: relative;
	  text-decoration: none;
	  top: 0px;
	  z-index: 100;
	}
	
	
#message div.menuBar a.menuButton:hover {
	  background-color: transparent;
	  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
	  color: #aaaaaa;
	  font-weight= bold;
	}