body {
	margin: 0;
	padding: 0;
}
body,td,a,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: Blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td.left {
	width: 51px;
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(../img/back_left.gif);
	vertical-align: top;
}
td.menu {
	width: 190px;
	background-color: #f1f1f1;
	vertical-align: top;
}
table.main_content {
	width: 635px;
}
td.main {
	width: 635px;
}
td.right {
	vertical-align: top;
	width: 100%;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../img/back_right.gif);
}
td.top_right {
	background-repeat: repeat-x;
	background-image: url(../img/right_top.gif);
	background-position: top;
}
td.botn_left {
	width: 51px;
	height: 54px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/botn_left.gif);
}
td.botn_menu {
	width: 190px;
	height: 54px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/botn_menu.gif);
}
td.botn_center {
	text-align: center;
	width: 635px;
	height: 54px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/botn_center.gif);
	padding-right: 190px;
}
td.botn_right {
	height: 54px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/botn_right.gif);
}
td.top_menu {
	height: 31px;
	background-color: #e2e2e2;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(../img/top_menu.gif);
	border-bottom: 1px solid black;
}
td.links {
	padding-left: 15px;
	color: White;
	height: 31px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../img/topmenu_tile.gif);
	background-color: #3f6894;
	vertical-align: top;
	padding-top: 3px;
	text-transform: uppercase;
}
td.links a {
	color: #D6D4D4;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	background-image: url(../img/menu_divider.gif);
	background-position: top right;
	background-repeat: repeat-y;
	height: 20px;
}
td.links a.selected{
	font-weight: bold;
	color: #FFFFFF;
}
td.dotline {
	width: 3px;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../img/vdot.gif);
}
div.dotline {
	width: 100%;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(../img/hdot.gif);
}

table.content {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/content.gif);
	width: 635px;
	max-width: 635px;
}
.content-table {
	max-width: 440px;
}

td.content {
	padding: 15px;
	padding-right: 5px;
	width: 440px;
	max-width: 440px;
	height: 100%;
	overflow: hidden;
}
td.spage {
	padding: 5px;
	padding-right: 0px;
	vertical-align: top;
	width: 194px;
}
td.footer {
	font-size: 9px;
	padding: 5px;
	vertical-align: bottom;
}

.n-frame {
	color: #464646;
}

.n-headline a {
	color: #464646;
}

.n-link {
	color: #464646;
}

.n-text {
	color: #464646;
}

.n-viewmore {
	color: #0066b3;
	font-style: italic;
	color: #3f73c1;
	font-size: 9px;
}

