/* HTML Tags */


body {

	scrollbar-3dlight-color : #B8C2CD;	
	scrollbar-highlight-color : #244997;
	scrollbar-face-color : #244997;
	scrollbar-shadow-color : #0C1653;	
	scrollbar-darkshadow-color : #B8C2CD;	
	scrollbar-track-color : #B8C2CD;
	scrollbar-arrow-color : #FFFFFF;
}


p {
	color: #FFF9BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}


strong {

	color: #F4E748;
}


/* #### */




/* Links */


a.base-links {

	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-decoration: none;
}


a.base-links:hover {

	color: #F5DF0A;
	text-decoration: underline;
}


a.text-content-links {

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


a.text-content-links:hover {

	background: #FFFFFF;
	color: #1E4899;
	text-decoration: none;


}


a.text-table-links {

	color: #1E4899;
	text-decoration: underline;
}


a.text-table-links:hover {

	color: #0000FF;
	text-decoration: none;
}


/* #### */




/* Text Classes */


.text-highlight-blue {

	color: #0E81C0;
}


.text-highlight-dark {

	color: #000000;
}


.text-highlight-white {

	color: #FFFFFF;
}


.text-justify {

	text-align: justify;
}


.text-justify-left {

	text-align: left;
}


.text-justify-right {

	text-align: right;
}


.text-large {

	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
}


.text-prices-table {

	color: #112882;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: justify;
}


.text-table-entry {

	color: #1E4899;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


/* #### */
