body	{
	background: #FFF;
	margin: 0px auto;
	padding-right: 10px;
	border: 0;
	scrollbar-arrow-color:#333;
	scrollbar-base-color:#E0E0E0;
	scrollbar-shadow-color:#666;
	scrollbar-face-color:#EEE;
	scrollbar-highlight-color:#fff;
	scrollbar-dark-shadow-color:#333;
	}
	
a:link {color: #333; text-decoration: underline;} 
a:visited {color: #333; text-decoration: underline;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #000; text-decoration: underline;}

/*		------ Text ------		*/

	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-type: disc;
	text-align: justify;
}

.textnojustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-type: disc;
}

.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	font-weight: bold;
}

.beigeborder{
	border: 2px solid #F9F6F0;
	padding: 2px;

}
