@charset "utf-8";
/* CSS Document */

/* Declares the properties of the general new item main view page links */
a:active, a:link, a:visited  { 
font-size:11px;
color:#0066FF;
text-decoration:none; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover { 
font-size:11px;
color:#ff9900;
text-decoration:underline; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Declares the properties of main menu item links */
a.mainmenu:active, a.mainmenu:link, a.mainmenu:visited  { 
font-size:11px;
color:#0066FF;
text-decoration:none; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.mainmenu:hover { 
font-size:11px;
color:#ff9900;
text-decoration:underline; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Declares the properties of submenu item links */
a.submenu:active, a.submenu:link, a.submenu:visited  { 
font-size:11px;
color:#999999;
text-decoration:none; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.submenu:hover { 
font-size:11px;
color:#ff9900;
text-decoration:underline; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Declares the properties of the bottom links */
a.pages:active, a.pages:link, a.pages:visited  { 
font-size:11px;
color:#666666;
text-decoration:underline; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.pages:hover { 
font-size:11px;
color:#0066FF;
text-decoration:underline; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}


