/*   
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: 210px;
	/*height: 106px;*/
	/*vertical-align: middle;*/
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	border: 1px solid #383b5c;
}

.ArticlesText {
	font-family: Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	color:#999999;
	text-decoration:none;
	padding: 3px 3px 3px 3px;
border-bottom: 1px solid #CCCCCC;
}

.ArticlesText a { 
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

.ArticlesText a:hover { 
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

.ArticlesText#inArt { 
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.ArticlesText#inArt a{ 
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.ArticlesText#inSearch a { 
	color:#E51111;
	text-decoration:none;
	font-weight: bold;
}

.ArticlesText#inSearch { 
	font-size:12px;
	color:#E51111;
	text-decoration:none;
	text-align: center;
	border-top: 1px solid #383b5c;
	font-weight: bold;
}
.ArticlesText#inSearch a:hover { 
	color:#000000;
	text-decoration:none;
	background-color: #ffffff;
	font-weight: bold;
}

.ArticlesText#inTop a { 
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	text-align: left;
}

.ArticlesText#inTop { 
	font-size:12px;
	color:#E51111;
	text-decoration:none;
	text-align: center;
	border-bottom: 1px solid #383b5c;
	font-weight: bold;
}
