/*Stylesheet document - /leftmenu/stylesheet.css*/
A {
	color:#000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	padding-left:15px;
	background-position:center left;
	outline:0;
}

A:hover {
	color:#E60000;
	text-decoration:underline;
	text-decoration:none;
	outline:0;
}

IMG.menuImage {
	width:150px;
	margin-bottom:10px;
	background-color:transparent;
	border:none;
}

.leftContentTable {
	padding:0px;
	width:200px;
	vertical-align:top;
}

TD.infoBoxHeading {
	background: url(images/infoboxheading.png) repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:18px;
	padding-left:5px;
	color: #FFFFFF;
	padding:0px;
	border-top:none;
	border-bottom:none;
	border-left:solid;
	border-right:solid;
	border-color:#42A7EE;
	border-width:2px;
}

TD.infoBox {
	background-image: url(images/leftcontentbackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#D5D5D5;
	border-top-style:solid;
	border-top-color:#E60000;
	border-top-width:2px;
	border-right-style:solid;
	border-right-color:#E60000;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E60000;
	border-bottom-width:2px;
	border-left-style:solid;
	border-left-color:#E60000;
	border-left-width:1px;
	padding-top:13px;
	padding-bottom:10px;
	padding-left:9px;
	vertical-align:top;
	text-align:left;
}

