/*
Style sheet for www.servier.ca
Author: Charles Crepin 2005-2006
*/

body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

a.upperMenu {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #dddddd;
	text-decoration: none;
}

a.upperMenu:hover {
	text-decoration: underline;
    color: white;
}

a {
	text-decoration: none;
    color: #0E5490;
}

a:hover {
	text-decoration: none;
    color: #0000de;
}

td {
	font-size: 12px;
}

.small {
	font-size: 11px;
	color: gray;
}

.contentHeader {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

/* Classes for the menu */

p.menuHeader {
padding-bottom: 8px;
margin: 0px;
font-weight: bold;
}

table.menu {
margin: 4px;
}

td.menuNormal {
padding: 0px;
color: white;
}

td.menuHover {
padding: 0px;
color: #dddddd;
}

div.menuNormal {
background-image:url(images/MenuBackground.jpg);
display: none;
position: static;
}

div.menuHover {
background-image:url(images/MenuBackground.jpg);
border: 1px solid gray;
display: inline;
position: absolute;
}

a.menuitem {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
text-decoration: none;
color: #333333;
display: block;
}

a.menuitem:hover {
text-decoration: none;
color: #aa2222;
/*background-color: #DFC7C7;*/
display: block;
}

