/**********   COMMON STYLES   **********/
* {
   padding:          0px;
   margin:           0px;
}
body, html {
   background:       #D8D8D8;
   width:            100%; 
   height:           100%;
   text-align:       center;
}
body, td, th, input, select, textarea {
   color:            #181818;
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
a:link {
   color: #2A3878;
}
a:visited {
   color: #626262;
}
a:hover {
   color: #AA2426 !important;
}
a:active {
   color: #AA2426;
}
table {
   border:           0px; 
   border-collapse:  collapse;
}
table td {
   padding:          0px; 
}
form, img, div {
   background:       transparent;
   border:           none;
}
h1 {
   padding:          0px 0px 17px 0px;
   margin:           0px;
   font-weight:      normal;
   font-size:        14.3pt;
   font-family:      Verdana;
   color:            #3D3D3D;
}
h2 {
   font-size:        12pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
}

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

.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   **********/
.out {
   width:            100%;
   height:           100%;
   background:       #D8D8D8 url(../images/bg.jpg) repeat-x 0px 0px;
}
.shadow_lt, .shadow_rt, .shadow_lb, .shadow_rb {
   vertical-align:   top;
   width:            8%;   
}
.shadow_lm, .shadow_rm {
   vertical-align:   bottom;   
}
.shadow_lt, .shadow_lm {
   background:       transparent url(../images/shad_left.gif) repeat-y 100% 0%;
}
.shadow_rt, .shadow_rm {
   background:       transparent url(../images/shad_right.gif) repeat-y 0% 0%;
}
.shadow_lt img {
   width:            100%;
   background:       transparent url(../images/crn1.jpg) no-repeat 100% 0%;
}
.shadow_rt img {
   width:            100%;
   background:       transparent url(../images/crn2.jpg) no-repeat 0% 0%;
}
.shadow_lm img {
   width:            100%;
   background:       transparent url(../images/crn3.jpg) no-repeat 100% 0%;
}
.shadow_rm img {
   width:            100%;
   background:       transparent url(../images/crn4.jpg) no-repeat 0% 0%;
}
.shadow_lb {
   background:       transparent url(../images/crn5.jpg) no-repeat 100% 0%;
}
.shadow_rb {
   background:       transparent url(../images/crn6.jpg) no-repeat 0% 0%;
}
.main {
   height:           100%;
   width:            84%;
   vertical-align:   top;   
   border-top:       1px solid #FEFEFE;
   border-left:      2px solid #FEFEFE;
   border-right:     1px solid #FEFEFE;
   border-bottom:    2px solid #FEFEFE;
   background:       #ffffff url(../images/bg_content.gif) repeat-y 0px 0px;
}
#header {
   background:       #ECECEC url(../images/bg_head_line.gif) repeat-x 0% 100%; 
   border-top:       6px solid #A4A4A4;
}
#header table {
   background:       transparent url(../images/bg_head.gif) no-repeat 0% 100%;   
   width:            100%;
}
#header td {
   height:           260px;
   vertical-align:   top;
}
#logo {
   padding:          25px 120px 0px 41px;
   text-align:       left;
}
#slogan {
   padding:          81px 50px 0px 0px;
   text-align:       right;
}
.content_box {
   vertical-align:   top;
   width:            100%;
   padding:          18px 40px;
}
.subname {
   padding:          0px 0px 17px 0px;
   margin:           0px;
   font-weight:      normal;
   font-size:        14.3pt;
   font-family:      Verdana;
   color:            #3D3D3D;
}
#foot {
   background:       #D8D8D8 url(../images/bg_foot.gif) repeat-x 0px 0px;
}
#foot td.foot_text {
   color:            #626262;
   font-size:        8.3pt;
   text-align:       center;
   vertical-align:   top;
   width:            100%;
   padding:          15px 0px;
}

