/*   
MemuLevel1 sets the information about the table in mnulevel1.asp.
We set the font-information for the td's of the table
We set the margins for the table
*/
.ArticlesTable {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	background-color: #ffffff;
	width: 260px;
	/*height: 106px;*/
	/*vertical-align: middle;*/
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border: 2px solid #FF7900;
}

.ArticlesText {
	font-family: Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color:#ffffff;
	background-color: #46A1BE;
	text-decoration:none;
	padding: 3px 3px 3px 3px;
}

.ArticlesText a { 
	font-size:11px;
	color:#ffffff;
	background-color: #46A1BE;
	text-decoration:none;
}

.ArticlesText a:hover { 
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	background-color: #46A1BE;
}

.ArticlesText#inArt { 
	font-size:11px;
	color:#000000;
	background-color: #d0cfca;
	text-decoration:none;
}

.ArticlesText#inArt a{ 
	font-size:11px;
	color:#000000;
	background-color: #d0cfca;
	text-decoration:none;
}

.ArticlesText#inSearch a { 
	font-size:12px;
	color:#ffffff;
	background-color: #FF7900;
	text-decoration:none;
	text-align: center;
}

.ArticlesText#inSearch { 
	font-size:12px;
	color:#ffffff;
	background-color: #FF7900;
	text-decoration:none;
	text-align: center;
}

.ArticlesText#inTop a { 
	font-size:12px;
	color:#ffffff;
	background-color: #FF7900;
	text-decoration:none;
	text-align: left;
}

.ArticlesText#inTop { 
	font-size:12px;
	color:#ffffff;
	background-color: #FF7900;
	text-decoration:none;
	text-align: left;
}
