
a:hover {color: red }

BODY {
	FONT-FAMILY: arial
}

//#D7E0E5


.label {
	FONT-WEIGHT: bold; FONT-SIZE: 12px
}


.tblHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #D7E0E5;
	border : thin;
}
.arial1 {
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}
.arial1bold {
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}
.arial2 {
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}

.arial2white {
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    color: #ffffff;
}
.arial2bold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}
.arial2whitebold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
}
.arial2blue {
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    color: #000099;
}
.arial2red {
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    color: #ff0000;
}
.arial2bluebold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000099;
}
.arial1redbold {
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    color: #ff0000;
}
.arial2redbold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000;
}
.arial2greenbold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #006600;
}
.arial3 {
    font-family: arial;
    font-size: 12pt;
    font-weight: normal;
    color: #000000;
}
.arial3bold {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}
.arial3whitebold {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
}
.arial3bluebold {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000099;
}
.arial4bluebold {
    font-family: arial;
    font-size: 14pt;
    font-weight: bold;
    color: #000099;
}
.arial4redbold {
    font-family: arial;
    font-size: 14pt;
    font-weight: bold;
    color: #990000;
}

.oddRow {
    background-color: #000099;
}
.evenRow {
    background-color: #cccccc;
}
.pageHdr {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}
.title {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #cc0000;
}
.value {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    background-color: #cccccc;
}

.formSubmit {
color: #000000;
background-color: #EEEEEE;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : arial,tahoma,verdana;
font-size : 12px;
font-weight: bold;
}

input.formSubmit2
{
color: #000000;
background-color: white;
border-width : thin;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : arial,tahoma,verdana;
font-size : 10px;
font-weight: bold;
// font-color : #ff0000;
}

.formBox {
color : #000000;
background : #FFFFFF;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : arial,tahoma,verdana;
font-size : 12px;
}

.formAddLinkSubmit{
	color: #000000;
	border-color : #000000;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	font-family : arial,tahoma,verdana;
	font-size : 12px;
	font-weight: bold;
	background : Purple;
}

.WeekdayFont {
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
}

///////////////////////////////////////////
///////////MENU BAR
//////////////////////////////////////////
#message div.menuBar,
#message div.menuBar a.menuButton {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

#message div.menuBar {
//  background-color: #e0e0e0;
  background-color: #D7E0E5;
//  border: 2px outset #e0e0e0;
//  border: 0px outset #D7E0E5;
	border-style: solid;
	border-width: 1px;
	border-color: #000099;
//  padding: 4px 2px 4px 2px;
  padding: 2px 1px 2px 1px;
  text-align: left;
}

#message div.menuBar a.menuButton {
  background-color: transparent;
//  border: 1px solid #e0e0e0;
  border: 1px solid #D7E0E5;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
//  padding: 2px 6px 2px 6px;
  padding: 1px 3px 1px 3px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

#message div.menuBar a.menuButton:hover {
//  background-color: transparent;
  background-color: #ffffff;
//  border: 1px outset #e0e0e0;
  border: 1px outset #D7E0E5;
  color: #000000;
}
