/**********   COMMON STYLES   **********/
body, html {
   background:       #fff;
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
   text-align:       center;
}
body, input, select, textarea {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
body, td, th {
   color:            #1A1A1A;
   font-size:        9pt;
}
a:link {
   color: #1D06A1;
}
a:visited {
   color: #3F3F3F;
}
a:hover {
   color: #8B2682;
}
a:active {
   color: #1D06A1;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
   font-weight:      bold;
   font-size:        11.3pt;
   color:            #8B2682;
}
h1 {
   font-weight:      bold;
   font-size:        10.5pt;
   color:            #303850;
}
h2 {
   font-size:        9.8pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
}

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

.comment {
   font-size:        7.5pt;
}
.error_text {
   font-weight:      bold;
   color:            #800000;
}
.asterisk {
   color:            #7E1215;
}
.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   **********/
.main {   
   margin: 0 auto; 
   height: 100%;
}

.shadTop {
   background: transparent url(../images/shad_top.gif) repeat-x 0% 0%;
}
.shadBtm {
   background: transparent url(../images/shad_btm.gif) repeat-x 0% 0%;
}
.menu {
   background: #1D06A1;   
   text-align: center;
   padding: 5px;
}

.contentbox {
   vertical-align: top; 
   text-align: left; 
   padding: 12px 15px;
   width: 100%;
}

.foot {
   text-align: center; 
   vertical-align: bottom;
}
.foot div {
   padding: 3px 10px 5px 10px;
   color: #ffffff;
   font-weight: bold;
   font-size: 9pt;
   background: #1D06A1;
   font-family: Arial;
}
.foot div, .foot div  a, .foot div * {
   color: #ffffff;
}
td.sides {
	background:url(../images/bg.gif) top left repeat-x #B5B9E5;
}
td.foots {
background:#B5B9E5;
}
