
a:hover{text-decoration:none}		

/* tahoma is a bad choice for the font as it is not universal -- if a browser cant find that font
it will use its default of helvetica or something crappy like that

it is also not advisable to set font sizes in pixels as pixel sizes are directly proportional to monitor resolution
on a high res monitor, 10ps will be very small
*/

.main_text {
   font-family:Tahoma;
   font-size:10px;
   line-height:13px;
   color:#000000;
}

.main_text1 {
   font-family:Tahoma;
   font-size:10px;
   line-height:13px;
   color:#464545;
}

.big_text {
   font-family:Tahoma;
   font-size:12px;
   line-height:normal;
   color:#A40000;
}

.header_text {
   font-family:Tahoma;
   font-size:10px;
   line-height:13px;
   color:#A40000;
}

h1 {
   font-family:Tahoma;
   font-size:16px;
}

h2 {
   font-family:Tahoma;
   font-size:14px;
}

h3 {
   font-family:Tahoma;
   font-size:10px;
}

.link_text {
   font-family:Tahoma;
   font-size:12px;
   line-height:16px;
   color:#000000;
}	
.left_nav{
   font-family:Tahoma;
   font-size:12px;
   line-height:16px;
   color:#000000;
}	


.copyright_text {
   font-family:Tahoma;
   font-size:10px;
   line-height:10px;
   color:#FFFFFF;
}	

.search {
   font-family:Tahoma;
   font-size:10px;
   line-height:10px;
   color:#FFFFFF;
}

a.left_nav:link {text-decoration:none; }	
a.left_nav:hover {text-decoration:underline;}
a.left_nav:active {text-decoration:none;}
a.left_nav:visited {text-decoration:none;}	

a.header_text:link {text-decoration:none;}	
a.header_text:hover {text-decoration:underline;}
a.header_text:active {text-decoration:none;}
a.header_text:visited {text-decoration:none;}	

a.link_text:link {text-decoration:none;}	
a.link_text:hover {text-decoration:underline;}
a.link_text:active {text-decoration:none;}
a.link_text:visited {text-decoration:none;}	


a.copyright_text:link {
   font-size:10px;
   line-height:10px;
   color:#FFFFFF;
}
a.copyright_text:hover{
   text-decoration:underline;
}
a.copyright_text:visited{
   font-size:10px;
   line-height:10px;
   color:#FFFFFF;
}


/* default for the body of pages */
body {
    font-size:10pt;
}

/* default links in the body of pages */
a:link {
    color:#330000;
}	
a:visited {
    color:#660000;
}	
a:active {
    color:#440000;
    text-decoration:none;
}
a:hover {
    color:#000000;
    text-decoration:underline;
}

