BODY {
   background-color : white ;
}

.bodytext {
   width : 590px ;
   margin-left : 10px ;
   font-family : Arial, Helvetica, sans-serif ;
   font-size : 12px ;
   font-weight : normal ;
   font-style : normal ;
   color : black ;
   background-color : white ;
   line-height : 118% ;
   white-space : normal ;
}

.heading {
   font-size : 15px ;
   font-weight : 800 ;
   line-height : 100% ;
}

.subheading {
   font-size : 12px ;
   font-weight : bold ;
   line-height : 100% ;
}

HR {
   color : steelblue ;
   height : 2px ;
   border-style:solid;
}

.footnote {
   font-family : Arial, Helvetica, sans-serif ;
   font-size : 10px ;
   line-height : 100% ;
   color: darkslategray ;
}

TABLE {
   background-color : whitesmoke ;
}

TABLE.tlist {
	margin : 0px;
	border : 1px solid midnightblue;
	padding : 0px;
}

TH {
   height : 12px ;
   vertical-align : middle ;
   font-family : Arial, Helvetica, sans-serif ;
   font-size : 12px ;
   font-weight : bold ;
   background-color : steelblue ;
   color : white ;
}

TD {
   height : 20px ;
   vertical-align : middle ;
   font-family : Arial, Helvetica, sans-serif ;
   font-size : 12px ;
   background-color : whitesmoke ;
   color : black ;
}

TD.even {
   background-color : #FFFAFA;
}

TD.even1 {
   background-color : #FFFAFA;
   text-align : right ;
   color : #C0C0C0 ;
   padding : 0px ;
}

.nlist {
   text-align : right ;
   color : #C0C0C0 ;
   padding : 0px ;
}

TD.logo {
   background-color : white ;
}

TD.buttons {
   height : 20px ;
   vertical-align : middle ;
   text-align : left ;
   color : white ;
   background-color : steelblue ;
}

TD.filler {
   width : 10px ;
   height : 0px ;
   background-color : white ;
}

TD.btop {
	border-top : 1px solid ;
}

.tborder {
   border-color:steelblue;
   border-style:solid;
   border-width:1px;
}

.strikethru {
   font-weight : bold ;
   color : maroon ;
   text-decoration : line-through ;
}

.highlight {
   font-weight : bold ;
   color : maroon ;
}

.custom {
   font-family : Arial, Helvetica, sans-serif ;
   font-size : 12px ;
   font-weight : bold ;
   font-style : normal ;
   color : maroon ;
   line-height : 100% ;
}

.sm_ital {
   font-family : Verdana ;
   font-size : 8pt ;
   font-style : italic ;
   color : darkblue ;
}

.uldefine {
}

.oldefine {
}

BLOCKQUOTE {
   font-style : normal ;
}

FORM {
   font-family : Arial, Helvetica, sans-serif ;
   font-size : 12px ;
   font-weight : normal ;
   font-style : normal ;
   color : black ;
   line-height : 16px ;
}

INPUT {
   font-family : Arial, Helvetica, sans-serif ;
   font-size : 12px ;
   font-weight : normal ;
   font-style : normal ;
   color : black ;
}

TEXTAREA {
   font-family : Arial, Helvetica, sans-serif ;
   font-size : 12px ;
   font-weight : normal ;
   font-style : normal ;
   color : black ;
}

SELECT {
   font-family : Arial, Helvetica, sans-serif ;
   font-size : 12px ;
   font-weight : normal ;
   font-style : normal ;
   color : black ;
}

A {
   text-decoration : underline ;
}

A:link {
   color : blue ;
}

A:visited {
   color : darkblue ;
}

A:hover {
   color : red ;
}

A.list {
   padding:0px ;
   border:1px solid white ;
}

A.list:hover {
   color : white ;
   background-color:black;
	padding: 0px ;
   border:1px solid red ;
   text-decoration : none ;
}

A.button {
   height : 14px ;
   font-family : Arial, Helvetica, sans-serif ;
   font-weight : bold ;
   font-size : 12px ;
   text-decoration : none ;
   padding:1px ;
   border:1px solid steelblue ;
   vertical-align : middle ;
}

A.button:link {
   color : white ;
   text-decoration : none ;
}

A.button:active {
   color : white ;
   text-decoration : none ;
}

A.button:visited {
   color : white ;
   text-decoration : none ;
}

A.button:hover {
   color : white ;
   background-color:midnightblue;
   border:1px solid lightyellow ;
   text-decoration : none ;
}

.breakall {
   clear : both ;
}

