/* CSS for Left Column */
#left{
	background-color: #31659c;
	color:#FFFFFF;
	margin-top: 15px;
	padding: 0px;
	font-family: arial;
	font-size: small;
	font-weight: bold;
}

#left a{
	color: #FFFFFF;
	text-decoration: underline;
}

#left a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#small{
	padding-left: 10px;
	color:#FFF;
	font-family: arial;
	font-size: 70%;
}

#small a{
	color: #FFFFFF;
	text-decoration: underline;
}

#small a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.arrow{
	text-align: center;
	margin-top: 18px;
}

#comments{
	margin-left: 10px;
	width: 175px;
	font-family: arial;
	font-size: 70%;
}

#comments a{
	text-decoration:underline;
}

#comments a:hover{
	text-decoration:none;
}

.leftpagelink {
	color: #0066CC;
}

.texta {
	font-size: 10px; 
	background-color: #CCCCCC; 
 	border: 1px solid #666666; 
}