body {
 margin-left : 0px;
 margin-top : -5px;
 margin-right : 0px;
 margin-bottom : 50px;
 font-family : 'Lucida Grande', 'Arial';
 font-size : 12px;
 color : #333333;
 background-color : #efefef;
 background-attachment : fixed;
}

table {
 border-width : 0px;
 border-style : solid;
 border-color : #8799a9;
 border-spacing : 0px;
 table-layout : fixed;
}

img {
 border-width : 0px;
 border-style : solid;
 border-color : #8799a9;
}

div {
 border-width : 0px;
 border-style : solid;
 border-color : #8799a9;
}

hr {
 border : 0;
 height : 1px;
 color : #8799a9;
 background-color : #c3c3c3;
}

form {
 display : inline;
}

a {
 color: #003399;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

input {
 font-family : 'Lucida Grande', 'Arial';
 font-size : 12px;
}

textarea, select {
 font-family : 'Lucida Grande', 'Arial';
 font-size : 12px;
 resize: none;
}

* {
 outline : none;
}

.border {
 border-width : 1px;
}

.blight {
 border-color : #c3c3c3;
}

.noborder {
 border-width: 0px;
}

.round {
 border-radius : 5px;
 -moz-border-radius : 5px;
 -webkit-border-radius : 5px;
 -khtml-border-radius : 5px;
}

.error {
 color : #cc3300;
}

.huge {
 font-size : 18px;
}

.big {
 font-size : 14px;
}

.small {
 font-size : 9px;
}

.bold {
 font-weight : bold;
}

.italic {
 font-style : italic;
}

.strike {
 text-decoration: line-through;
}

.light {
 color : #777777;
}

.white {
 color : #ffffff;
}

.dashed {
 border : 1px dashed;
}