
/* ======================== HSR v2 Styles ==================================*/

/* ===== Links ===== */

a:active {  font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; color: #3d5483; text-decoration: none}
a:link {  font-family: Arial, sans-serif; font-size: 11px; color: #3d5483; font-weight: bold; text-decoration: none}
a:visited { font-family: Arial, sans-serif; font-size: 11px; color: #3d5483; font-weight: bold; text-decoration: none }
a:hover { font-family: Arial, sans-serif; font-size: 11px; color: #3d5483; font-weight: bold; text-decoration: underline}

a:active.white {  font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a:link.white {  font-family: Arial, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none}
a:visited.white { font-family: Arial, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none }
a:hover.white { font-family: Arial, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: underline}

a:active.title {  font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; color: #3d5483; text-decoration: none}
a:link.title {  font-family: Arial, sans-serif; font-size: 14px; color: #3d5483; font-weight: bold; text-decoration: none}
a:visited.title { font-family: Arial, sans-serif; font-size: 14px; color: #3d5483; font-weight: bold; text-decoration: none }
a:hover.title { font-family: Arial, sans-serif; font-size: 14px; color: #3d5483; font-weight: bold; text-decoration: underline}

/* ===== TD ===== */

TD { 
font-family: Arial, sans-seriff; 
font-size: 11px; 
color: #333333; 
}

/* ===== FONT ===== */

font.feature { 
font-family: Arial, sans-seriff; 
font-size: 14px; 
color: #25385C; 
font-weight: bold; 
}

/* ===== Forms ===== */

/* Input */

input.request {
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000; 
width: 175px;
}

/* Select */

select.month { 
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000; 
width: 100px;
}

select.year { 
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000; 
width: 65px;
}

select.browse_categories { 
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000; 
width: 150px;
}

select.support { 
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000; 
width: 200px;
}

/* Text Area */

textarea.contact {
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
height: 200px;
width: 150px;
}

textarea.support {
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
height: 200px;
width: 200px;
}

/* Buttons */

input.dark_blue {
background-color: #2F559B;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

/* Nav Menus */

#dropmenudiv{
position:absolute;
background-color: #737ca5;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 9px;
line-height: 26px;
border-bottom: 1px solid black;
padding: 1px 0;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #a1adc7;
}

/* ======================== END HSR Styles ==================================*/
