BODY {
    margin          : 0px;
}

A {
    text-decoration: none;
	color          : #000000;
}

A.link {
    text-decoration: none;
	color          : #C00000;
}

TD.main_menu {
    font-family     : tahoma, arial, sans-serif;
	color           : black;
	font-weight     : bold;
	font-size       : 10px;
	background-color: #DDDDDD;
	width           : 12.5%;
	border-bottom   : #000000 1px solid;
	text-align      : center;
	padding         : 5px;
	cursor          : hand;
}

TD.main_menu_over {
    font-family     : tahoma, arial, sans-serif;
	color           : black;
	font-weight     : bold;
	font-size       : 10px;
	background-color: #c1c1c1;
	width           : 12.5%;
	border-bottom   : #000000 1px solid;
	text-align      : center;
	padding         : 5px;
	cursor          : hand;
}

TABLE.sub_menu {
        width: 100%;
}

TD.sub_menu {
    font-family     : tahoma, arial, sans-serif;
	color           : black;
	font-weight     : bold;
	font-size       : 10px;
	background-color: #DDDDDD;
	
	border-bottom   : #000000 1px solid;
	text-align      : left;
	padding         : 5px;
	cursor          : hand;
}

TD.sub_menu_over {
    font-family     : tahoma, arial, sans-serif;
	color           : black;
	font-weight     : bold;
	font-size       : 10px;
	background-color: #c1c1c1;
	
	border-bottom   : #000000 1px solid;
	text-align      : left;
	padding         : 5px;
	cursor          : hand;
}

TD.main_menu_left {
    font-family     : tahoma, arial, sans-serif;
	color           : black;
	font-weight     : bold;
	font-size       : 10px;
	background-color: #DDDDDD;
	width           : 10%;
	border-bottom   : #000000 1px solid;
	text-align      : center;
	padding         : 5px;
}

TD.main_menu_right {
    font-family     : tahoma, arial, sans-serif;
	color           : black;
	font-weight     : bold;
	font-size       : 10px;
	background-color: #DDDDDD;
	width           : 12.5%;
	border-bottom   : #000000 1px solid;
	text-align      : center;
	padding         : 5px;
}

TD.content {
    font-family     : tahoma, arial, sans-serif;
	color           : black;
	font-size       : 12px;
	padding         : 10px;
}

TD.content_nav {
    font-family     : tahoma, arial, sans-serif;
	color           : black;
	font-size       : 10px;
	background-color: #EFEFEF;
	padding         : 5px;
}

SPAN.footer {
    font-family     : tahoma, arial, sans-serif;
	color           : black;
	font-size       : 12px;
}