BODY {
/*	background : url('bg.jpg'); */
	margin : 0px;
	padding : 0px;
	background-color : #F8F8F8;
	font-size : 11px;
	font-family : Verdana, Sans;
}

td.navigation_left {
	width : 250px;
	vertical-align : top;
}

td.navigation_left div.header {
	width : 208px;
	height : 31px;
	margin : auto;
	background : url('left_navigation_head.jpg');
}

td.navigation_left div.links {
	width : 192px;
	margin : auto;
	background : url('left_navigation_bg.jpg');
}

td.navigation_left div.links div.link {
	margin-left : 18px;
	padding-top : 11px;
	padding-bottom : 10px;
	background : transparent url('arrow_big.jpg') left no-repeat;
}


td.navigation_left div.links div.link a {
	padding-left : 15px;
	color : #FFFFFF;
	text-decoration : none;
	font-size : 12px;
}

td.navigation_left div.links div.link_small a {
	margin-left : 35px;
	padding-left : 12px;
	background : transparent url('arrow_small.jpg') left no-repeat;
	color : #FFFFFF;
	text-decoration : none;
}

td.navigation_left div.links div.link a:hover, td.navigation_left div.links div.link_small a:hover {
	text-decoration : underline;
}

td.navigation_left div.links div.link a:active, td.navigation_left div.links div.link_small a:active {
}



/* CONTENT */

td.content {
	width : 600px;
	vertical-align : top;
}

td.content div.header {
	width : 600px;
	height : 30px;
	background : url('content_header.jpg');
	color : #CAFFCE;
	font-size : 12px;
}

td.content div.header div a {
	color : #8FFF98;
	text-decoration : none;
	font-size : 12px;
}

td.content div.header div a:hover {
	text-decoration : underline;
}

td.content div.header div a:active {
}

td.content div.txt {
	width : 540px;
	margin : auto;
	padding : 20px;
	background : #F1F1F1;
	font-size : 12px;
	color : #003658;
}

td.content div.txt a {
	margin-left : 10px;
	padding-left : 10px;
	border-left : solid 5px #006DB3;
	color : #003658;
	font-size : 12px;
	text-decoration : none;
}

td.content div.txt a:hover {
	border-left : solid 5px #2287C7;
	text-decoration : underline;
}

td.content div.txt a:active {
}
