body {
	margin: 0; 
	padding: 0;
	font: 10px/12px Verdana, Arial;
	color: #000;
	background: #fff;
}

table {
	border: 0px;
	border-collapse: collapse;
	font: 10px/12px Verdana, Arial;
}

td {
	padding: 0;
	border: 0px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: black;
}

h1 {
	display: block;
	margin: 0;
	padding: 0;
	height: 36px;
	font: 12px/15px Verdana, Arial;
	font-weight: bold;
}

ul.ul_top {
	margin-top: 0px;
}

#page {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
 	padding: 0px;
 	background: #fff url(logo_page.jpg) no-repeat top left;
}


/* Page Header
   ========================================
*/
#header {
	display: none;
}



/* Page Content
   ========================================
*/
div#content {
	position: relative;
	top: 110px;
	border-bottom: 0px;
	border-right: 0px;
}

/* Sub: Page Content
   ----------------------------------------
   Div: Table Definition
*/
#content table.layout {
}

#content td.lay_left {
	width: 1px;
	border-right: 0px;
}

#content td.lay_center {
	width: 263px;
	border-right: 0px;
}

#content td.lay_right {
	width: 410px;
	border: 0px;
}


/* Sub: Page Content
   ----------------------------------------
   Div: Page navigation 
*/
#content #navigation {
	display: none;
}



/* Sub: Page Content
   ----------------------------------------
   Div: Page Data
*/
#content #data {
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 16px;
}

#content #data #entry {
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

#content #data #entry.first {
	padding-bottom: 0px;
}

#content #data a {
	text-decoration: underline;
}

#content #data a.top {
	display: none;
}



/* Sub: Page Content
   ----------------------------------------
   Div: Page Teaser
*/
#content #teaser {
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	color: inherit;
}

#content #teaser #entry {
	margin: 0;
	padding: 0;
	border: 1px solid gray;
}

#content #teaser #entry.noborder {
	border: 0px;
}

HTML>BODY #content #teaser #entry img {
	padding-right: 2px;
}

HTML>BODY #content #teaser #entry.noborder img {
	padding-right: 0px;
}

#content #teaser #entry table.dark {
	color: white;
}

#content #teaser #entry table.dark a {
	color: white;
}


#content #teaser hr {
	height: 1px;
	width: 390px;
	color: gray;
	border: 1px solid none;
}

HTML>BODY #content #teaser hr {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: gray;
	border: 0;
}


/* Page Footer
   ========================================
*/
div#footer {
	display: none;
}


div#bottomspacer {
	display: none;
}

