/* stavros css */

A:visited {color: rgb(192,192,192); text-decoration: none} 
A:link {color: rgb(192,192,192); text-decoration: none}
A:hover {color: rgb(255,255,255); text-decoration: none} 

A.selected:visited {color: rgb(242,203,179); text-decoration: none} 
A.selected:link {color: rgb(242,203,179); text-decoration: none}
A.selected:hover {color: rgb(242,203,179); text-decoration: none} 


A.wit:visited {color: rgb(255,255,255); text-decoration: underlined} 
A.wit:link {color: rgb(255,255,255); text-decoration: underlined}
A.wit:hover {color: rgb(242,203,179); text-decoration: underlined} 

BUTTON, .button {
	BACKGROUND-COLOR: #E6CDB9;
	COLOR: #212121;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	border: 1px inset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;

	border-color: #000000 #999999 #CCCCCC #000000
}

TEXTAREA, .bginput 
	{
	BACKGROUND-COLOR: #B8B8B8;
	COLOR: rgb(49,49,49);
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: 1px inset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;

	border-color: #000000 #999999 #CCCCCC #000000
}

IMG.q
{
	cursor: help;
	}

IMG.n
{
	cursor: w-resize
	}

TD.pr {
text-transform: 'capitalize';
cursor: 'hand';
font-size='10px';
font-family="Arial, 'sans-serif'";
color='#000000'
}

TD.pr2:first-letter {text-transform: 'capitalize'}
TD.pr2 {
cursor: 'hand';
font-size='13px';
font-family="Arial, 'sans-serif'";
color='#606060'
}

P.gb:first-letter {text-transform: 'capitalize'}
P.gb {
font-size='13px';
font-family="Arial, 'sans-serif'";
text-align: justify
}

UL 
{
list-style-image: url('http://www.jeugdlokeren.be/tklub/images/sterretje.gif')
}


