.left_background {
	background-image: url(img/drop_shadow_left.gif);
	background-repeat: repeat-y;
}

.right_background {
	background-image: url(img/drop_shadow_right.gif);
	background-repeat: repeat-y;
}

.Menu_head {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	padding-left: 6px;
	padding-top: 6px;
	font-variant: small-caps;
}

.Cell_padding {
	padding: 5px;
	padding-right: 25px;
}

.Item_head {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	font-variant: small-caps;	
}

.Item_date {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	font-variant: small-caps;
}

.Item_text {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight : normal;
	color : #495665;
	line-height: 17px;
}

.Item_link {

	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FF6600;
	font-variant: small-caps;
}

.MenuLink, .MenuLink:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight : normal;
	color : #495665;
	text-decoration:none;
	padding-left: 10px;
	font-variant: normal;
}


.MenuLink:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight : normal;
	color : #495665;
	background-color: #D6DBE0;
	font-variant: normal;
}

.BodyLink, .BodyLink:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight : normal;
	color : #738499;
	text-decoration:none;
	font-variant: normal;
	outline-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #738499;
	border-bottom-width: 1px;
}


.BodyLink:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight : normal;
	color : #FF6600;
	background-color: #D6DBE0;
	font-variant: normal;
}

A, A:visited {
text-decoration:none;
}


A:hover {
text-decoration:none;
}

.Picture {
	float: left;
	margin-right: 6px;
	margin-top: 6px;
}

