/**********   COMMON STYLES   **********/
body, html {
   height:           100%; 
   padding:          0;
   margin:           0;
   background: #80a9c9;
}
body, input, select, textarea, td, th {
   font-family:      Tahoma,Arial,Helvetica,sans-serif;
   font-size:        9pt;
   color: #1c2d3d;
}
input, select, textarea {
    color: #000;
}
a:link {
   color: #2f5a70;
}
a:visited {
   color: #666666;
}
a:hover {
   color: #454545;
}
a:active {
   color: #2f5a70;
}
form, div {
   background:       transparent;
   border:           none;
}

h1, .subname {
   font: normal 12pt Tahoma;
   color: #ffffff;
}
h2 {
   font-size:        9.8pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
   color: #ffffff;
   font-family: 'Trebuchet MS', Tahoma;
}

h3 {
   font-size:        9pt;
   font-weight:      bold;
   padding:          0px 0px 10px 0px;
   margin:           0px;
   color: #ffffff;   
}

.comment {
   font-size:        7.5pt;
}
.error_text {
   font-weight:      bold;
   color:            #800000;
}
.asterisk {
   color:            #FF0000;
}
.button {
   font-family:      Verdana,Tahoma,Arial,Helvetica,sans-serif;
   color:            #000000;
}
.input {
   font-family:      Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
table {
   border-collapse:  collapse;
}
.framed {
   border:           1px solid #E0E0E0;
}
.sepline {
   background:       #E0E0E0;
}
th, .header_cell {
   background:       #E0E0E0;
   font-weight:      bold;
   text-align:       center;
}
.active_cell {
   background:       #F0F0F0;
}
.header_place {
   background-color: #000000;
}


/**********   DESIGN ELEMENTS   **********/
.content_a {
   padding: 0;
   text-align: left;
}
.content_b {
   padding: 0;
   text-align: left;   
}

.foot {
   vertical-align: bottom;
   text-align: left;
   padding: 30px 10px;
   font-family: 'Trebuchet MS', Tahoma;
}
.foot, .foot td,.foot div,.foot
.foot a, .foot a:active, .foot a:link, .foot a:hover, .foot a:visited {
    color: #fff;
}

.phone div {
    height: 81px;
    text-align: right;
}
.phone

td.logo {
    text-align: left;
    vertical-align: top;
}
.logo div {
    width: 322px;
    height: 42px;
    position: relative;
}
.logo img {
    position: absolute;
    top: -35px;
    left: 35px;
}

ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list li {
	background: transparent url(../uploaded/images/arrow.gif) no-repeat 0 4px;
	padding: 0 0 10px 18px;
	margin: 0;
}
