/* General Styles */
body	{
   margin: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   background-color: #C0C0C0;
}

table {
   background-color: #000000;
   border: solid 0px #FFFFFF;
}

td img { border: solid 0px #FFFFFF; }

/* Links Normal */
a:link { color: #336699; text-decoration: underline; }
a:visited { color: #663300; text-decoration: underline; }
a:active { color: #CC9900; text-decoration: underline; }
a:hover { text-decoration: underline; }

/* Links Black Background */
a.bgblack:link { color: #C0C0C0; text-decoration: underline; }
a.bgblack:visited { color: #C0C0C0; text-decoration: underline; }
a.bgblack:active { color: #FFFFFF; text-decoration: underline; }
a.bgblack:hover { text-decoration: underline; }

/* Standard Page width = 760 */
/* Header Styles */
td.header_tile1 {
   background-color: #000000;
   border: solid 0px #FFFFFF;
   width:   110;
   height:  100;
   vertical-align: top;
}

td.header_tile2 {
   background-color: #000000;
   border: solid 0px #FFFFFF;
   width:   510;
   height:  100;
   vertical-align: bottom;
}

td.header_tile3 {
   background-color: #000000;
   border: solid 0px #FFFFFF;
   width:   140;
   height:  100;
   vertical-align: top;
}

td.header_tile4 {
   background-color: #FFFFFF;
   border: solid 0px #FFFFFF;
}

/* Content Styles */
td.home_content_tile1 {
   background-color: #000000;
   border: solid 0px #000000;
   font: small verdana;
   color: #C0C0C0;
   vertical-align: middle;
   width:   760;
   height:  500;
}

td.content_name1 {
   background-color: #000000;
   border: solid 0px #000000;
   width:   110;
   height:  10;
}


td.content_name2 {
   background-color: #FFFFFF;
   border: solid 0px #000000;
   width:   650;
   height:  10;
}

a.bold_label {
   color: #0000FF;
   font:  9pt verdana;
   font-weight: bold;
}

a.normal_bold {
   color: #000000;
   font:  8pt verdana;
   font-weight: bold;
}

a.normal_text {
   color: #000000;
   font:  8pt verdana;
}

a.normal_link {
   font:  8pt verdana;
}

p.bold_label {
   color: #0000FF;
   font:  9pt verdana;
   font-weight: bold;
}

p.normal_bold {
   color: #000000;
   font:  8pt verdana;
   font-weight: bold;
}

p.normal_text {
   color: #000000;
   font:  8pt verdana;
}

p.normal_link {
   font:  8pt verdana;
}

td.content_tile1 {
   background-color: #000000;
   border: solid 1px #000000;
   font: x-small verdana;
   color: #C0C0C0;
   vertical-align: top;
   width:   98;
   height:  500;
   padding-left: 10px;
   padding-top:  10px;
   
}

img.content_tile1_spacer {
   height: 1;
   width:  98;
}

td.content_tile2 {
   background-color: #FFFFFF;
   border: solid 0px #000000;
   font: 8pt verdana;
   color: #000000; 
   vertical-align: top;
   width:   630;
   height:  500;
   padding: 10px;
}

table.content_tile2_noborder {
   background-color: #FFFFFF;
   border: solid 0px #FFFFFF;
}

table.content_tile2_border {
   background-color: #FFFFFF;
   border: solid 1px #000000;
}

/* Footer Styles */
td.footer_tile {
   font-size: xx-small;
   color:  #C0C0C0;
   width:  760;
   height: 30;
}




