body {
    background-color: #fff;
    margin: auto;
    font-family: Arial;
    font-size: small;
    color: #333;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

.text {
    font-family: Arial;
    font-size: small;
    color: #333;
    line-height: 18px;
}

.smtext {
    font-family: Arial;
    font-size: x-small;
    color: #333;
    line-height: 18px;
}

.cloud {
    color: #666;
    display: inline;
}

.header {
    font-family: Arial;
    font-weight: bold;
    font-size: medium;
    color: #fff;
    line-height: 18px;
}

.headertext {
    font-family: Arial;
    font-size: xx-small;
    color: #fff;
}

.headertextmed {
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #fff;
}

.bodyheader {
    font-family: Arial;
    font-weight: bold;
    font-size: medium;
    color: #444;
    line-height: 18px;
}

.bodyheaderbig {
    font-family: Arial;
    font-weight: bold;
    font-size: large;
    padding-top: 10px;
    font-style: italic;
    color: #444;
    line-height: 18px;
}

.bodyheaderbigwhite {
    font-family: Arial;
    font-weight: bold;
    font-size: large;
    padding-top: 10px;
    font-style: italic;
    color: #fff;
    line-height: 18px;
}

.headerbig {
    font-family: Arial;
    font-size: large;
    color: #fff;
}

form {
    margin:0px;
}

.img {
    border: 3px #fff solid;
    margin: 3px;
}

.imgsm {
    border: 2px #fff solid;
    margin: 2px;
}

.smtitle {
    font-size: 14px;
    font-weight: bold;
}

.button {
    border: 0;
    position: relative;
    top: 7px;
    padding-left: 3px;
}

.title {
    font-size: 18px;
    padding-bottom: 10px;
}

.bigtitle {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

.smdesc {
    font-size: 10px;
    font-style: italic;
    color: #888;
}

.buttonspc {
    padding-right: 5px;
    border: 0;
}

.gray {
    color: #999;
}

.dkgray {
    color: #666;
}

.dkgraysm {
    color: #666;
    font-size: 10px;
    line-height: 12px;
}

a {
    color: #0d358d;
    text-decoration: none;
}

.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

input,textarea,select {
    font-size: 12pt;
    font-weight: bold;
    font-family: arial;
}

textarea {
    font-size: 10pt;
    font-weight: normal;
    font-family: verdana;
    padding: 2px;
}

.noborder {
    border: 0;
}

.round {
    cursor:pointer; 
    cursor:hand; 
    line-height:17px;
    height:17px;
    background:url('/images/button.jpg') no-repeat right top; 
    padding-right:10px; 
    margin-right:5px;
    margin-top:0px;
    display:inline-block;
}

.round ins { 
    background:url('/images/button.jpg') no-repeat left top; 
    height:17px;
    line-height:17px;
    display:inline-block;
    padding-left:10px;
    font-family:verdana, tahoma, arial, sans-serif;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

a.round:hover {
    background-position:right -50px;
}

a.round:hover ins {
    background-position:left -50px;
}

#messagediv {
    border: 1px #1d4696 solid;
    padding: 5px;
    padding-top: 3px;
    background-color: #2956b1;
    font-family: Arial;
    font-size: small;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    width: 910px;
}

#errordiv {
    border: 1px #600 solid;
    padding: 5px;
    padding-top: 3px;
    background-color: #961d1d;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #fff;
    width: 910px;
}

.messageicon {
    width: 16px;
    height: 16px;
    padding-right: 5px;
    position: relative;
    top: 3px;
}

