/* Setup the default body color */
BODY { background-color : #000000; }

/* Setup the main buttons back color */
td#mover { BACKGROUND-COLOR: #a8a8a8; border-left: 3px solid #c8c8c8; border-top: 3px solid #c8c8c8; border-bottom: 3px solid #888888; border-right: 3px solid #888888; cursor: pointer; }
td#mout { BACKGROUND-COLOR: #c0c0c0; border-left: 3px solid #eeeeee; border-top: 3px solid #eeeeee; border-bottom: 3px solid #999999; border-right: 3px solid #999999; }
td#mdwn { BACKGROUND-COLOR: #3bb3c3; border-left: 3px solid #6bd3f3; border-top: 3px solid #6bd3f3; border-bottom: 3px solid #3080a0; border-right: 3px solid #3080a0; }

p#linkb {font-family: Arial; color: #000000; margin-left: 15; margin-right: 10; font-size: 9pt; font-weight: normal; cursor: pointer; }

td#grey { background-color: #c0c0c0; border: 1px solid #c0c0c0; }

td#green { background-color: #3bb3c3; border: 1px solid #3bb3c3; }

/* Setup the default text style and color */
p {font-family: Microsoft Sans Serif; color: #000000; font-size: 10pt; font-weight: normal } 
p#w {font-family: Microsoft Sans Serif; color: #ffffff; font-size: 10pt; font-weight: bold }
p#w1 {font-family: Microsoft Sans Serif; color: #ffffff; font-size: 14pt; font-weight: bold } 

/* Setup the default h1 color */
h1 {font-family: Microsoft Sans Serif; color: #000000; font-size: 12pt; font-weight: bold }
h2 {font-family: Microsoft Sans Serif; color: #ff0000; font-size: 12pt; font-weight: bold }

/* Setup the small link colors */
a#small {color: blue; text-decoration: none; font-size: 8pt; font-weight: Normal}
a#small:visited {color: #900000; text-decoration: none; font-size: 8pt; font-weight: normal}
a#small:hover {background: #606060; color: #ffffff; text-decoration: none; font-size: 8pt; font-weight: normal}
a#small:active {color: #3bb3c3; text-decoration: none; font-size: 8pt; font-weight: normal} 




/* Setup the normal link colors */
a#normal {background: #cccccc; color: blue; text-decoration: none; font-size: 10pt; font-weight: normal}
/* a#normal:visited {color: #900000; text-decoration: none; font-size: 10pt; font-weight: normal} */
a#normal:hover {background: #606060; color: #ffffff; text-decoration: none; font-size: 10pt; font-weight: normal}
a#normal:active {background: #3bb3c3; color: #ffffff; text-decoration: none; font-size: 10pt; font-weight: normal} 

/* Setup the main buttons link colors */
a#butt {font-family: Arial; color: #000000; margin-left: 15; margin-right: 10; text-decoration: none; font-size: 9pt; font-weight: normal }
a#butt:active {font-family: Arial; color: #ffff60; margin-left: 15; margin-right: 10; text-decoration: none; font-size: 9pt; font-weight: normal }
a#butt:hover {font-family: Arial; color: #ffffff; margin-left: 15; margin-right: 10; text-decoration: none; font-size: 9pt; font-weight: normal }

/* Setup the home finance link colors */
a#red {color: #ffffff; text-decoration: none; font-size: 9pt; font-weight: normal}
a#red:hover {color: #ffff00; text-decoration: none; font-size: 9pt; font-weight: normal}


a#butn { background: #cccccc; 
         color: blue; 
         text-decoration: none; 
         font-size: 9pt; 
         font-weight: normal}

a#butn:hover { 
         background: #606060; 
         color: #ffffff;
	   font-size: 9pt; 
         text-decoration: none; }

a#butn:active {
         background: #3bb3c3; 
         color: #ffffff; 
	   font-size: 9pt;
         text-decoration: none; }

div#page {
         background: #dddddd; }

