/* CSS Document */



body, table, td {
	font-family:verdana;
	font-size:13px;
	line-height:16px;
	color:black;
}

.small {
	font-size:11px;
	line-height:16px;
	color:white;
}

.black {
	color:#000000;
}

.white {
	color:white;
}

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

a.black:visited { 
	text-decoration: underline;
	font-weight:none;
	
   	}
	
a.black:active { 
	text-decoration: none;
	color:black;
	font-weight:none;

}

a.black:hover {  
	text-decoration: underline;
	color:#CC3399;
	font-weight:none;

   	}



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

a.black_blue:visited { 
	text-decoration: underline;
	font-weight:none;
	
   	}
	
a.black_blue:active { 
	text-decoration: none;
	color:black;
	font-weight:none;

}

a.black_blue:hover {  
	text-decoration: underline;
	color:#3A89C9;
	font-weight:none;

}


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

a.black_green:visited { 
	text-decoration: underline;
	font-weight:none;
	
   	}
	
a.black_green:active { 
	text-decoration: none;
	color:black;
	font-weight:none;

}

a.black_green:hover {  
	text-decoration: underline;
	color:#82A3A8;
	font-weight:none;

}


.dropdown {
	FONT-SIZE: 9pt;
	COLOR: black;
	FONT-FAMILY: arial; 
	BACKGROUND-COLOR: white;
	highlight-color: FF9621;
	border: solid #B8B9B9 1px; 
	font-weight:lighter;
}

.view {
	FONT-SIZE: 9pt;
	COLOR: black;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #CCCCCC;
	cursor:hand;
	font-weight:none;
	height:20px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
}


}

.titles {
	font-size: 18px;
	font-style: normal;
	color:black;
	line-height:20px;
}


.subtitle {
	font-size:17px;
	line-height:17px;
	color:black;
}

.subtitle2 {
	font-size:13px;
	line-height:15px;
	color:black;
	font-weight: bold;
}



.background {
	 background-repeat:no-repeat;
}



a {
	text-decoration: underline;
	color:#FFE4BF;
}

a:visited { 
	text-decoration: underline;
   	}
	
a:active { 
	text-decoration: none;
	color:white;
}

a:hover {  
	text-decoration: underline;
	color:white;
   	}
	
.clear {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
}
	
.book_list {
	list-style-type: none;
	list-style-position: inner;
	padding: 0 0 15px 0;
	margin: 0;
}

.book_list li {
	width: 121px;
	text-align: center;
	padding: 0;
	float: left;
}
