/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: white;
	font-size: 11px;
	font-family: "Verdana", arial, sans-serif;

}
body{	
	text-align:left;
	min-width:830px;/* for mozilla*/
	background-color: white;
	
}



div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/


#content {
	z-index: 300;
	padding-bottom: 7px;
}
#content h2 { 
font-size : 20px;
color : #333333;
line-height : 24px;
position : relative;
z-index : 999;
} 

#content p {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	
}

#content p a {
	color: #cc3300;
}

#content p a:hover {
	background-color: #cc3300;
	color: #ffffff;
}
#content ul li { 
margin-bottom : 0.5em;
font-size : 110%;
} 



.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #cc3300;
	font-weight: bold;
	line-height: 18px;
	

}

img {
	
}



.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

#content a, #sidebar a
{
    color: rgb(204, 51, 0);
}

#content a:hover, #sidebar a:hover
{
    background-color: rgb(204, 51, 0);
    color: rgb(255, 255, 255);
}

