body 		{
background-image: url(img/pamplemousse-bg.gif); 

    scrollbar-face-color: #f3cd4b;
    scrollbar-shadow-color: #E0BC46;
    scrollbar-highlight-color: #FFEA87;
    scrollbar-3dlight-color: #303038;
    scrollbar-darkshadow-color: #303038;
    scrollbar-track-color: #111111;
    scrollbar-arrow-color: #000000;
}

/* Backgrounds colors*/
.back1	{ background-color: #FFDA48; }
.back2	{ background-color: #F3CD4B; }
.back3	{ background-color: #F3CD4B; }
.back4	{ background-color: #C2CEC4; }
.back5	{ background-color: #E0BC46; }
.back7	{ background-color: #990000; }


/* Default fonts, links and HR spacer */

a:active{ color: #8C0001; text-decoration: underline; font-weight : bold;}
a:hover{ color: #8C0001; text-decoration: underline; font-weight : bold; }
a:link{ color: #8C0001; text-decoration: none; font-weight : bold;}
a:visited{ color: #8C0001; text-decoration: none; font-weight : bold;}
a:visited:hover{ color: #FFFFFF; text-decoration: none; background-color: #8C0001; font-weight : bold;}
hr { height: 2px; border: solid #E0BC46 1px; border-top-width: 0px;}

body 	{
	font-size: 11x;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-weight : bold;
	}

div	{
	font-size: 11px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-weight : bold;
	}

p	{ font-size: 11px; MARGIN-TOP: 0px; color: #000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight : bold; }
table	{ font-size: 11px; font-family: Arial, Verdana, sans-serif; }
td	{ font-size: 11px; font-family: Arial, Verdana, sans-serif; }

/* Menus */
.menu		{ font-size : 11px; font-weight : bold; }

/* General small bold text */
.text1b	{ font-size : 11px; font-weight : bold; }

/* General small light text */
.text1s	{ font-size : 11px; color : #444444; }

/* General very small light text */
.textlit	{ font-size : 10px; color : #444444; }

/* General error text )*/
.text1e	{ font-size : 11px; color : #FF3F3F; font-weight : bold; }

/* General error text 2)*/
.text1f	{ font-size : 11px; color : #93B9DF; font-weight : bold; }

/* General medium text */
.text2	{ font-size : 12px; }

/* General bold medium text */
.text2b	{ font-size : 12px; font-weight : bold; }

/* General big text */
.text3	{ font-size : 13px; font-weight : bold; }

/* General huge text */
.text4	{ font-size : 14px; font-weight : bold; }

/* General highlighted text */
.text5	{ font-size : 11px; color : #FFB401; }

/* Admin text )*/
.admin	{ font-size : 11px; color : #9456B8; }

/* Form elements */
input,textarea, select
	{
	color : #000000;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	border-color : #AAAAAA;
	color : #000000; 
	}
