/* MAIN */
body, p, td, span, div {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
}

a {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 1px solid #990000;
}

/* BOX: MENU */

table.TNLayoutMenu td, td.TNLayoutMenu {
	vertical-align: top;
}
div.TNLayoutMenu {
	width: 150px;
}

/* BOX: NAVIGATION */

table.TNLayoutNavigation {
	width: 100%;
}
table.TNLayoutNavigation td {
	padding: 0px 10px 0px 10px;
}
table.TNLayoutNavigation td.left {
	text-align: left;
}
table.TNLayoutNavigation td.middle {
	text-align: center;
}
table.TNLayoutNavigation td.right {
	text-align: right;
}

/* HEADERS */

b.h1 {
	display: block;
	font-weight: bold;
	font-size: 12pt;
}

