/* CSS Document */

a {
	text-decoration: none;
}

.tab_x {
   height: 13px; 
	background-image: url(images/x.jpg);
	background-repeat: repeat-x;
}

.tab_x2 {
   height: 13px; 
	background-image: url(images/x2.jpg);
	background-repeat: repeat-x;
}

.tab_y {
   width: 11px;
	background-image: url(images/y.jpg);
	background-repeat: repeat-y;
}

.tab_y2 {
   width: 11px;
	background-image: url(images/y2.jpg);
	background-repeat: repeat-y;
}

.tab_main {
	background-color: White;
}

.content_pad{
	padding-top: 10px;
	padding-bottom: 10px;
}

.content_article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 5px;
	vertical-align: top;
}

#navigation DIV {
	LINE-HEIGHT: 1.8;
	MARGIN: 0px 0px 0.15em;
}
#navigation DIV A {
	COLOR: Navy;
	PADDING-RIGHT: 2px;
	DISPLAY: block;
	PADDING-LEFT: 0.4em;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	BACKGROUND-COLOR: #ffffff;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 85%; 
	FONT-STYLE: normal; 
	TEXT-ALIGN: left; 
	text-decoration: none;
}

#navigation DIV A:visited {

	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	COLOR: Navy;
	BACKGROUND-COLOR: transparent;
	BORDER-RIGHT-WIDTH: 0px;
	FONT-WEIGHT: normal; 
	FONT-STYLE: normal; 
	TEXT-ALIGN: left;
	text-decoration: none;
}
#navigation DIV A:hover {
	COLOR: #660033;
	BACKGROUND-COLOR: #D1E8D0;
	text-decoration: none;
}

#inlife{
	margin-left: 0px;
}

