body {
	background-image:
url('images/elements/background.gif')
}

.Head{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	border : 1 solid #92A7BC;
	height : 20;
	color : White;
	background-color : #92A7BC;
}

.Indent {padding-left: 5;}
.NoIndent {padding-left: 0px !Important;}

.bannermenu {
	background-color : White;
}

/* ---------------------------------------------- */
/* HEADER MENU */
/* ---------------------------------------------- */


.tm_main A:link{
	font-family : helvetica, arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #848484;
	text-decoration : none;
	padding : -2 -2 -2 -2;
}

.tm_main  A:visited{
	font-family : helvetica, arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #848484;
	text-decoration : none;
}

.tm_main A:hover{
	font-family : helvetica, arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #294F7E;
	text-decoration : none;
}

.tm_secondary A:link {
	font-family : helvetica, arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #848484;
	text-decoration : none;
}

.tm_secondary A:visited {
	font-family : helvetica, arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #848484;
	text-decoration : none;
}

.tm_secondary A:hover {
	font-family : helvetica, arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #294F7E;
	text-decoration : none;
}

/* SIDE MENU */

A.menulink {
display: block;
width: 140px;
line-height: 20px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:11px;
color: #707070;
BORDER: none;
border: solid 0px #FFFFFF;
}

A.menulink:hover {
background-color:#92a7bc;
color: #ecf3fb;
}

