/* CSS Document */

body {
	/* scrollbar */
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color:  #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #E9E9E9;
	
	/* font */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #666666;
	
	/* page layout*/
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* ==LINKS== */
a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

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

a:active {
	color: #000066;
	text-decoration: none;
}

/* left menu */
	a.menu:link {
	color: #666666;
	text-decoration: none;
	}
	
	a.menu:visited {
		color: #666666;
		text-decoration: none;
	}
	
	a.menu:hover {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.menu:active {
		color: #666666;
		text-decoration: none;
	}

/* ==PAGE TEXT== */
td {
	/* font */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #666666;
}

td.main_text{
	font-size: 10px;	
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(images/main_back.gif);
}

/* ==MENU== */
	/* unactive */
	td.menu_un_l{
		width: 65px;
		height: 23px;
		font-size: 12px;
		text-align: right;
		background-image: url(images/left_menu_back.gif);
	}
	
	td.menu_un_r{
		width: 8px;
		height: 23px;
		background-image:url(images/left_menu_un.gif);
	}
	
	/* active */
	td.menu_a_l{
		width: 65px;
		height: 23px;
		font-size: 12px;
		text-align: right;
		font-weight: bold;
		color: #000000;
		background-image: url(images/left_menu_back.gif);
	}

	td.menu_a_r{
		width: 8px;
		height: 23px;
		background-image:url(images/left_menu_active.gif);
	}
	/* language  menu (un/active) */
	td.language_a{
		font-size: 11px;
		color:#000000;
		font-weight: bold;
	}
	
	td.language_u{
		font-size: 11px;
	}

/* ==SUBPAGES== */

.menu_active_l{
	width: 15px;
	height: 33px;
	background-image:url(images/menu_m_l.gif);
	background-repeat:no-repeat;
}

.menu_active_r{
	width: 12px;
	height: 33px;
	background-image:url(images/menu_m_r.gif);
	background-repeat:no-repeat;
}

.menu_dots{
	width: 11px;
	height: 33px;
	background-image:url(images/menu_m_dots.gif);
	background-repeat:no-repeat;
}

/* ==DUMMYS== */

.main_image{
	width: 622px;
	height: 182px;
	background-image: url(images/spacer.gif);
}

.site_head{
	width: 155px;
	height: 33px;
	background-image:url(images/main_subm_01.gif);
}

.highLight{
	font-weight:normal;
	color:#FF0000;
}

.highLight_active{
	font-weight:normal;
	color:#FF9900;
}

.highLight_longd{
	font-weight:normal;
	color:#993399;
}

.highLight_basic{
	font-weight:normal;
	color:#0066CC;
}