/* FORTRESS ITX Css Stylesheet */

body
{
background-image:url(/images/backgrounds/background03.gif);
background-repeat:repeat-x;
background-position:left top;
background-attachment: scroll
}

/* MAIN HREF */
a						
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #A50000; }
a:visited				
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #A50000; }
a:hover					
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #CC0000; }
a:active				
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #CC0000; }

/* SUBNAV HREF */
a.subnav						
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #40668C; }
a.subnav:visited				
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #40668C; }
a.subnav:hover					
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 10px; text-decoration: underline; color: #003366; }
a.subnav:active				
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 10px; text-decoration: underline; color: #003366; }

a.subnavbig						
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #40668C; }
a.subnavbig:visited				
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #40668C; }
a.subnavbig:hover					
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #003366; }
a.subnavbig:active				
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #003366; }


/* TEXT */
.text
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; color: #333333; }
.textbold
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold; }
.textsmall
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 10px; color: #000000; }
.formhead
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; color: #000000; }
.titlesmall
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold; }
.topichead
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; color: #33526C; font-weight: bold; }
.error_return
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; color: #CC0000; font-weight: bold; }
.required
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 10px; color: #CC0000; font-weight: bold; }

.newsdate
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; color: #A50000; }
.newshead
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; color: #002747; font-weight: bold; }
.newsstory
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 11px; color: #333333; }

.copyright
{ font-family: tahoma, arial, verdana, helvetica, sans-serif; font-size: 9px; color: #40668C;}

/* FRAMEWORK */
table.main
{ background-color: #FFFFFF; border-color: #808080; border-width: 1px; border-style: none solid none solid; }
td.white
{ background-color: #FFFFFF; }
td.border	
{ background-color: #B2B2B2; }
td.content
{ 
background-image:url(/images/backgrounds/content.gif); 
background-repeat:repeat-x;
background-position:left top;
background-attachment: scroll
}
td.undernav
{ background-image:url(/images/backgrounds/undernav.gif); }
td.subnav
{ background-color: #CCD4DA; }
td.under1
{ background-color: #003366; }
td.under2
{ background-color: #8099B2; }
td.underline
{ background-color: #99A9B5; }



