.size9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:18px;
}
.size11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}

.size15 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height:18px;
}

.size17 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	line-height:18px;
}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}


.text-yellow {
	color:#FFCC00;
	font-size:18px;
	line-height:18px;
}
.text-ash-blue{
	color:#CBD7DE;
	font-size:11px;
	line-height:18px;	
	}


/* BORDER STYLES */
.border-table {
	border:1px solid #89A4B4;
	background-color:#E8EDF0;
	}
.border-picture {
	border:2px solid #89A4B4;
	padding:2px;
	}
.border-bottom-dashed {
	border-bottom:1px dashed #666666;
	}	
.border-top-dashed {
	border-top:1px dashed #666666;
	}
.button-style{
	border:2px solid #FFCC00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FF990;
	
	height:20px;
	background-image:url(images/admin/bg-button.jpg);
	background-position:top;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	height:22px;
}
	
/* LINK STYLES */	
.link-thumb img {
border: 2px solid #89A4B4;
padding:2px;

}
.link-thumb:hover img {
border: 2px solid #FFCC00;
padding:2px;
}