/* text css */

body, p, td, div {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #333333;
}

body {
   background-color: #FFFFFF
}

a:link {
   color: Purple;
   text-decoration: none
}

a:visited {
   color: Purple;
   text-decoration: none
}

a:active {
   color: Purple;
   text-decoration: none
}

a:hover {
   color: Red;
   text-decoration: none
}

.tiny_text {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: bold;
   color: #333333;

}

.title_main {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 17px;
   font-style: normal;
   font-weight: bold;
   color: #3366CC;
}

.subtitle_main {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   color: #3366CC;
}

.title_box {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   color: #3366CC;

}

.subtitle_box {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: bold;
   color: #3366CC;
   line-height: 24px
}

/* form elements */

.button {
   width: 100px;
   font-family: verdana, arial;
   font-size: 11px;
   font-weight: bold;
   background: #FF8000;
   color: #FFFFFF !important;
}


/* table & table cell css */

.outer_table {
   width: 760px;
}

.header_cell {
   height: 100px;
   vertical-align: bottom;
   background-image: url(ss_images/bg_banner.gif);
}

.nav_cell {
   height: 40px;
   text-align: left;
   vertical-align: bottom;
}

.spacer_cell_top {
   height: 20px;
}

.main_content_cell {
   width: 75%;
   height: 400px;
   vertical-align: top;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 40px;
   padding-right: 40px;
   text-align: justify;
   background-image: url(ss_images/bg_main.gif);
}

.info_box_cell {
   width: 25%;
   vertical-align: top;
   padding: 10px;
   border-top-color: #FF8000;
   border-top-style: solid;
   border-top-width: 1px;
   border-left-color: #FF8000;
   border-left-style: solid;
   border-left-width: 1px;
   border-right-color: #FF8000;
   border-right-style: solid;
   border-right-width: 1px;
   border-bottom-color: #FF8000;
   border-bottom-style: solid;
   border-bottom-width: 3px;
   font-size: 11px
}

.spacer_cell_bottom {
   height: 40px;
   padding-bottom: 3px;
   vertical-align: bottom;
}

.footer_cell {
   height: 50px;
   vertical-align: top;
   border-top-color: #FF8000;
   border-top-style: solid;
   border-top-width: 3px;
   text-align: center
}

a.hyper_button {
   border: 1px black solid;
   background-color: gray;
   padding: 5px;
   text-decoration: none;
}

