/* CSS Document */

body {
 top: 0;
 left: 0;
}

/*img {
display:block;
}*/

.menuBgr {
background-image:url(../img/menuBgr.gif);
background-repeat:repeat-x;
}

.dotted {
background-image:url(../img/dotted.gif);
background-repeat:repeat-x;
font-size:1px;
}

.menu_title {
font-family:Verdana;
font-size:11px;
color:#646464;
font-weight:bold;
}

.side {
background-image:url(../img/side.gif);
background-repeat:repeat-x;
}

.trebuchet {
font-family:"Trebuchet MS", Arial;
font-size:11px;
color:#646464
}

.trebuchet2 {
font-family:"Trebuchet MS", Arial;
font-size:11px;
color:#555555
}

.trebuchet12 {
font-family:"Trebuchet MS", Arial;
font-size:12px;
color:#555555;
line-height:17px;
}

.trebuchetRed {
font-family:"Trebuchet MS", Arial;
font-size:12px;
color:#B40000
}

.searchBox {
width:205px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#7F7F7F;
}


/* links */
/* links.menu */
a.a1:visited,a.a1:link {
text-decoration:none;
color:#646464;
}
a.a1:hover {
text-decoration:underline
} 

/* links.subnavigation */
a.a2:visited,a.a2:link {
text-decoration:none;
color:#555555;
}
a.a2:hover {
text-decoration:underline
} 

/* links.red */
a.a3:visited,a.a3:link {
text-decoration:underline;
color:#C50102;
}
a.a3:hover {
text-decoration:none;
} 

/* links.red2 */
a.a4:visited,a.a4:link {
font-family:"Trebuchet MS", Arial;
text-decoration:underline;
color:#E40001;
font-size:12px;
}
a.a4:hover {
font-family:"Trebuchet MS", Arial;
text-decoration:none
font-size:12px;
} 

/* links.red3 */
a.a5:visited,a.a5:link {
text-decoration:underline;
color:#b40000;
}
a.a5:hover {
text-decoration:none;
}

/* default links */
a:visited,a:link {
text-decoration:underline;
color:#b40000;
}
a:hover {
text-decoration:none;
}