            /* CSS Document */

/* static data */
*
{
	margin			: 0;
}

body
{
	color			: #000000; 
	background-color	: #ffffff;S
	font-family		: Tahoma; 
	font-size		: 11px;
	
}

ul
{
list-style-type: none;
}

table
{
	color			: #000000; 
	font-family		: Tahoma; 
	font-size		: 11px; 
margin-left: auto;
margin-right: auto;     
border: 0px;
}

img
{
	border			: 0;
}

a
{
	color			: #000000;
	text-decoration	: underline;
	font-weight		: none; 
			outline: none;
}

	a:hover
	{
		color			: #cc0000;
		text-decoration	: underline;
		outline: none
	}
	
hr
{
	border-width		: 0;
	border-top-width	: 1px;
	border-style		: solid;
	border-color		: #dbf4ae;	
	margin-top               : 2px;
		margin-bottom               : 4px;
}

div#title
	{
		font-family		: Tahoma; 
		font-size		: 12px;
		font-weight		: bold;
				text-decoration		: underline;
		color			: #000000;
	}



  /* SCROLLBAR */
div#scrollLinks {
	float:left;
	width:16px;
	height:auto;
	padding-top:20px;
	padding-left:0px;
}

div#btn_up {
	width:16px;
	height:10px;
}

div#btn_down {
	width:16px;
	height:16px;
	display:table-cell;
	vertical-align:bottom;
	clear:both;
	padding-top:190px;
}
                 div#content {
	position:relative; 
	width: 300px;
	height:250px;
	float: left;
	overflow:hidden;  
	color: #3b2929;
	margin-left:-4px;
	margin-top:6px;
	text-align:justify;
}
div#content2 {
	position:relative; 
	width: 320px;
	height: 86px;
	float: left;
	overflow:hidden;
	color: #3b2929;
	margin-left:0px;
	margin-top: 0px;
	z-index: 10 !important;
}
div#scrollLinks2 {
  position:relative;
	float:left;
	width:16px;
	height:auto;
	padding-top:6px;
	padding-left:0px;
	margin-left: -32px;
	z-index: 10000 !important;
}
div#btn_up2 {
	width:16px;
	height:10px;
}

div#btn_down2 {
	width:16px;
	height:16px;
	display:table-cell;
	vertical-align:bottom;
	clear:both;
	padding-top:20px;
}
div#tweet ul { list-style: none; margin: 0;}    
div#tweet a {color: #CC0000;}  
