html {				height: 100%;	}

body {				height: 100%;
					margin-left: 0px;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 0px;
					background-color: #FFFFFF;	}

.text {				color: #d66032;
					font-family:Arial, Helvetica, sans-serif;
					font-size:10px;	}
		
.textgraysmall {	color: #999999;
					font-family:Arial, Helvetica, sans-serif;
					font-size:10px;	}
				
.textbold {			color: #d66032;
					font-family:Arial, Helvetica, sans-serif;
					font-size:10px;
					font-weight:bold}

.bigtextbold {		color: #d31511;
					font-family:"Times New Roman", Times, serif;
					font-size:18px;
					font-weight:bold;}
							
.bigtextbold A:link {	text-decoration: none; color: #d31511;}
.bigtextbold A:visited {text-decoration: none; color: #d31511;}
.bigtextbold A:active {	text-decoration: none; color: #d31511;}
.bigtextbold A:hover {	text-decoration: none; color: #ED7863;}
							
A:link {				text-decoration: none; color: #d66032;}
A:visited {				text-decoration: none; color: #d66032;}
A:active {				text-decoration: none; color: #d66032;}
A:hover {				text-decoration: underline; color: #d31511;}
							
.textartiste A:link {	text-decoration: none; color: #999999;}
.textartiste A:visited {text-decoration: none; color: #999999;}
.textartiste A:active {	text-decoration: none; color: #999999;}
.textartiste A:hover {	text-decoration: underline; color: #555555;}

.textcalypso {			font-size:10px;
						color:#A3B6D3;
						font-family: Arial, Helvetica, sans-serif; }

.textcalypso A:link {	text-decoration: none; color: #A3B6D3; }
.textcalypso A:visited {text-decoration: none; color: #A3B6D3; }
.textcalypso A:active { text-decoration: none; color: #A3B6D3; }
.textcalypso A:hover {	text-decoration: underline; color: #6B8AB8; }

.infobas10 {			color: #888888;
						font-family:Arial, Helvetica, sans-serif;
						font-size:10px;
						text-align:center;}
