/*--------GENERAL------------------------------------------- */
body {	
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	background-repeat: repeat;
	background-image: url(images/background.png);
	
}

body, td, div {	
	font-family:Verdana, Geneva, Arial, Helvetica, "Nimbus Sans L", sans-serif;
}


/*--------LINKS------------------------------------------- */
.main {	
	font-size:12px;
	color: #595959;
}

a.main {
	font-weight: bold; 
	text-decoration: none;
}

a.main:hover {
	color: #212121;
	text-decoration: underline;
}

.link {	
	font-size:11px;
	color: #9AAEDE;

}

a.link {	
	text-decoration:none;

}

a.link:hover {	
	text-decoration:underline;
	color: #7E8FB6;
}
/*--------TEXT------------------------------------------- */
.menu_title {	
	font-size:12px;
	color: #C8311C;
	font-weight: bold;

}
.menu {	
	font-size:11px;
	color: #595959;
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 5px;
}
.standard {	
	font-size:11px;
	line-height:14px;
	color: #000000;
}
.title {	
	font-size:11px;
	font-weight: bold;
	line-height:10px;
	color: #000000;
}
.article {	
	font-size:11px;
	font-weight: bold;
	line-height:10px;
	color: #000000;
}
a.article {	
	text-decoration:none;

}

a.article:hover {	
	text-decoration:none;
}
/*--------TABLES------------------------------------------- */
.menu_button {	
	background-image: url(images/body.png);
	border-width:0px;
	width:100%;
	height:100%;
}
.menu_content_table {	
	background-color:#E3E3E3;
	border-width:0px;
	width:100%;
	height:100%;
}
.menu_content_table_bg {	
	background-image: url(images/menu_background.png);
	border-width:0px;
	width:100%;
	height:100%;
}
.menu_shadow {
	background-image: url(images/shadow3.gif);
	border-width:0px;
	width:100%;
	height:5px;
}
.menu_lshadow {
	background-image: url(images/shadow.gif);
	width:5px;
}
.separator {
	border-width:0px;
	width: 98%;
	height: 4px;
}
.bottom_bar {
	background-image: url(images/bar_background.png);
	border-width:0px;
	width: 98%;
	height: 4px;
}
.flat-bar {
	border-width:0px;
	width: 98%;
	height: 11px;
}
.flat-bar-background {
	background-image: url(images/background.jpg);
}
.main_table {
	border-width:0px;
	width: 98%;
	height: 70%;
}
.max_table {
	border-width:0px;
	width: 100%;
	height: 100%;
}
.index {
	border-width:0px;
	height:21px;
	width:98%;
	background-image: url(images/bg.jpg);
}
.header {
	height:21px;
	width:28px;
	background-image: url(images/head.jpg);
}
.spacer {
	height:21px;
	width:34px;
}
.tab {
	height:21px;
	width:11px;
	background-image: url(images/tab.jpg);
}
.footer {
	height:21px;
	width:17px;
	background-image: url(images/foot.jpg);
}
