/* 
For all website pages enter line in <head> section:
 <link rel=stylesheet type="text/css" href="css/main.css">
*/

/* General styles */
img { border: 0; }
a:link	{ color:#0000FF ; text-decoration:none }

/* Upper Logo */
.borders              { border:0px ; padding:0px ; border-collapse: collapse }
#logo_table a:link 	  { color:#800000 ; text-decoration:none }
#logo_table a:visited { color:#800000 ; text-decoration:none }
#logo_table a:hover   { color:#800000 ; text-decoration:none ; font-style:normal}
h1 					  { color:#800000 ; font:bold 18pt Arial ; text-align:center }

/* Lower Bar */
#lower_bar      { font: 8pt Arial ; text-align:center }
#lower_bar a	{ color:#800000 ; font: bold 8pt Arial ; text-decoration: none }

/* Copyright link */
#copyrt a:link 	  { color:#0000FF ; text-decoration:none ; font:10pt Arial}
#copyrt a:visited { color:#0000FF ; text-decoration:none ; font:10pt Arial}
#copyrt a:hover   { color:#0000FF ; text-decoration:none ; font:10pt Arial}

/* General Content */
#gen_content a	{ color:#800000 ; text-decoration: none }
#gen_content td { vertical-align:top }

/* Lists in index.htm */
.main_cat	{ font-weight:bold ; list-style-position:outside ; list-style-image:url('../images/redbb.gif') }
.sub_cat	{ font-weight:normal ; font-size:smaller; list-style-position:outside ; list-style-image:url('../images/rec_bullet.gif') }

/* Nested lists */
    .opened { display: list-item }
	.closed { display: none }
	
/* Scolling Marquee in index.html */
#scr1 		{ background-color:#FFe0c1; margin:0px auto; }
#scr1 div 	{ visibility:hidden; }
#scr1, #scr1 div.default { 
  width:160px;
  height:220px;
  overflow:hidden;
  visibility:visible;
 }
#scr1 table tr td div { visibility:visible; }
#scr1 table tr td {
  padding:10px;
  color:#FF0000;
  text-align:center;
  vertical-align:middle;
 }
