@charset "utf-8";
/* CSS Document */


body
{ margin: 10px;
  background-color: #FC9;
  font-family: Arial;
  font-size: 8pt;
  color: #333;
  background-image: url(images/bg.jpg);
  background-attachment: fixed;
}

.table {	background-color: #FFF;	text-align:center;	}

#content
{
	 padding-left: 15px; padding-right: 10px;
	 width: 540px;
	 text-align: justify;
}

	#content img	{	margin: 5px;	}
	
	#content h1
	{ margin: 0;
	  line-height: 20pt;
	  font-size: 15pt;
	  width: 510px;
	  text-align: left;
	  font-family: Century Gothic;
	  letter-spacing: 2px;
	  padding-top: 0px;
	  padding-left: 15px;
	  padding-bottom: 0px;
	  padding-right: 0px;
	  border-bottom: 2px dashed #F0DE95;
	  color: #D247D4;}


		#content h2
		{ margin-bottom: 0; margin-top: 10px;
		  font-size: 15pt;
		  text-align: center;
		  font-weight: normal;
		  font-family: Century Gothic;
		  letter-spacing: 1px;
		  padding: 3px;
		  border-bottom: 1px dashed #FFE1F9;
		  color: #F26D7D;}
	

#navigation
{
	border-left: 2px dotted #FFE1F9; padding: 0px 10px 10px 10px;
}
	
	#navigation h1
	{ margin-top: 10px;
		margin-bottom: 5px;
	  background-image: url('images/h2.png');
	  background-position: right;
	  background-repeat: no-repeat;
	  line-height: 30px;
	  font-size: 12pt;
	  width: 160px;
	  text-align: center;
	  font-family: Century Gothic;
	  letter-spacing: 2px;
	  padding: 0px;
	  border-bottom: 2px dotted #FFC5BB;
	  color: #B26539;
	  }

		#navigation A {
		font-family: Century Gothic, Arial, Helvetica;
		border: 0px;
		padding: 0px;
		text-align:center;
		display: block; 
		margin: 2px;
		color: #C69;
		text-transform: uppercase;
		border-right: 3px solid #FACABB;
		background-color: #FFF1E9; 
		line-height: 16px;
		height:16px;
		}
		
		#navigation A:hover {
		color: #0C3;
		border-right: 3px solid #FACABB;
		background-color: #FFC; 
		  
		}

	  .n	{	color: #666;	}
	  
#footer
{
	padding-top:10;padding-bottom:10;
	text-align: center;
}

p
{
	text-indent: 10px;
  }

b, strong
{ color: #6CC;
  font-family: Century Gothic;
  text-transform: uppercase;}

i, em
{ color: #FD64F4;
  font-family: Georgia;}

u
{ color: #E75A2C;
  font-family: Trebuchet MS;}

blockquote
{ background-color: #F1FDFF;
  border: 1px solid #D0E5E8;
  text-align: center;
  vertical-align: top;
  padding: 10px;
  color: #C69;
  text-align: justify;}


a
{ cursor: crosshair; }

a:link, a:visited, a:active
{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #00CA54;}

a:hover
{ color: #FD64F4;}

button, textarea, input
{ color: #666;
  background: #FFF7F2;
  border: 1px solid #F99;
  font-family: Tahoma;
  font-size: 8pt;
  padding: 2px;
  margin: 5px;	}

