/* The basic styles of the site */

BODY		{background:	#ffffff;
		 padding:		1em}

BODY.yellow	{background:	#ffffe0}

BODY.index	{background-attachment:	fixed;
		 background-image:	url(images\kroki2.jpg);
		 background-position:	right top;
		 background-repeat:	repeat-y;
		}

A:link	{color:		#0000ff;
		 text-decoration:	none}
A:visited	{color:		#0000a0;
		 text-decoration:	none}
A:hover	{color:		#0000ff;
		 text-decoration:	underline}
A:active	{color:		#a0a000;
		 text-decoration:	none}

P,H1,H2,LI,TD	{color:		#808080;	
			 background:	#ffffff;
			 text-align:	justified;
			}

.center		{text-align:	center}

.heading		{text-align:	center;
			 font-weight:	bold;
			 letter-spacing:	0.1em;
			 font-size:		110%;
			 text-transform:	uppercase}

.subheading		{text-align:	center;
			 font-weight:	bold;
			 letter-spacing:	0.1em;
			 font-size:		110%;
			 text-transform:	lowercase}

.whoheading		{text-align:	right;
			 font-weight:	bold;
			 letter-spacing:	0.1em;
			 font-size:		110%;
			 text-transform:	lowercase}

.newshead		{text-align:	left;
			 font-weight:	bold;
			 letter-spacing:	0.1em;
			 padding-left:	1.5em;
			 text-transform:	uppercase}

.news			{text-align:	left;
			 font-weight:	bold;
			 padding-left:	3em;
			}

.faqq			{text-align:	left;
			 font-weight:	bold;
			 padding-left:	1.5em;
			}

.faqa			{text-align:	left;
			 padding-left:	3em;
			}

.copyright		{color:		#808080;
			 text-align:	center;
			 font-weight:	lighter;
			 font-style:	italic}

.counter		{color:		#808080;
			 text-align:	center;
			 font-weight:	lighter;
			 font-size:		80%;
			 font-style:	italic}

.media		{color:		#808080;
			 text-align:	center;
			 font-weight:	bold;
			 font-style:	italic}

TD.index		{text-align:	right;
			 font-weight:	bold;
			 font-size:		150%;
			 letter-spacing:	0.1em;
			 text-transform:	lowercase}

TH			{background:	#5B481B;
			 color:		#CFCFB5;
			 font-weight:	bold;
			 text-align:	center}

DT			{font-weight:	bold;
			 text-transform:	lowercase}

DD			{font-style:	italic;
			}
