html { height: 100%; }
body { font-size: .9em; font-family: Arial,Helvetica,sans-serif; color: #243152; background: #f8f8f8; margin: 0; padding: 0; height: 100%;  }
.body { cursor: default; }
td, input, textarea, select { font-size: .9em; color: #243152; font-family: Arial,Helvetica,sans-serif;  }
a { outline: none;	color: #0000CD;	text-decoration: none;	cursor: pointer; }
a:hover {	color: #b90000 ; }
p { margin: 2px 0 10px 0; }
img {border: none; }
h1 {font-size: 150%; margin: 5px 0 15px 0; color: #915634; }
h2 {font-size: 130%; margin: 5px 0 15px 0; color: #915634; }
h3 {font-size: 120%; margin: 5px 0 15px 0; color: #915634; }
h4 {font-size: 110%; margin: 5px 0 15px 0; color: #915634; }
h5 {font-size: 100%; margin: 5px 0 15px 0; color: #915634; }
h6 {font-size: 100%; margin: 5px 0 15px 0; color: #915634; }
form { margin: 0; padding: 0; }
table { border-collapse: collapse; }
td, th { border: 1px solid silver; padding: 2px; }
.x-small { font-size: x-small; }
.small { font-size: small; }
.medium { font-size: medium; }
.large { font-size: large; }
.x-large { font-size: x-large; }
.xx-large { font-size: xx-large; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.clear { clear: both; height: 0; line-height: 0; font-size: 0; visibility: hidden; }
.hidden { display: none; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.s { text-decoration: line-through; }