@charset "utf-8";
/* CSS Document */

body
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;;
		color: #111;

	
	background-color: #999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}


	#bg {	width: 100%; height: 318px;
			background-image: url(images/bg-h.png);
			background-repeat: repeat;
			position: absolute;
			top: 0; left: 0;
		}

p
{
	text-align: justify;
}

a	{ text-decoration: none;	}

	#table
	{
		position: absolute;
		top: 0; left: 0;
		width: 100%; 
	}

#title
{
	width: 800px;
	height: 100px;
	background-image: url(images/index_03.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 30pt;
	letter-spacing: -3px;
	color: #d72f43;
}

	#title p
	{
		margin: 0;
		text-align: center;
		padding-left: 540px;
		padding-right: 40px;
		padding-bottom: 10px;
	}

	
#main
{
	font-size: 8pt;
	width: 600px;
	vertical-align: top;
	padding: 10px;
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		font-size: 25pt;
		padding-left: 30px;
		font-weight: normal;
		margin: 0;
		margin-top: -60px;
		color: #006993;
		text-align: left;
	}
	
	#main h2
	{
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		border-bottom: 2px dashed #CCC;
		color: #d72f43;
		font-weight: normal;
		margin: 0;
		margin-top: 30px;
		text-transform: lowercase;
		letter-spacing: -2px;
		font-size: 25pt;
		text-align: center;
	}
	
	#main a
	{
		font-family: "Arial Black", Gadget, sans-serif;
		color: #d72f43;
	}
	
	#main a:hover
	{
		color: #007dbe;
	}
	
	#main b, #main strong
	{
		color: #2c37ce;
	}
	
	#main i, #main em
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #ff5c26;
	}
	
	#main u
	{
		color: #33ac03;
	}
	
	.p
	{
		background-image: url(images/bg-div.png);
		background-repeat: repeat;
		padding: 10px;
	}
	
	textarea, button, select, option, input
	{
		padding: 3px;
		margin: 2px;
		border: 1px solid #3aacfc;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 8pt;
		background-color: #FFF;
		color: #d72f43;
	}
	
	button, .button
	{
		background-color: #3aacfc;
		color: #FFF;
	}
	
	blockquote
	{
		border-left: 3px dashed #ff91c7;
		font-size: 9pt;
		padding: 10px;
		color: #329c04;
	}
	
	
#navigation
{
	width: 200px;
	padding: 10px;
	vertical-align: top;
	padding-bottom: 50px;
}

	#navigation h1
	{	font-family: Arial, Helvetica, sans-serif;
		font-size: 18pt;
		font-weight: bold;
		background-color: #e6e6e6;
		padding: 2px;
		margin: 0;
		margin-top: 10px;
		text-align: center;
		color: #ee421b;
		letter-spacing: -1px;
		text-transform: lowercase;
	}
	
	#navigation a
	{
		display: block;
		margin-top: 3px;
		background: #f0f0f0;
		color: #666;
		border-bottom: 1px solid #CCC;
		font-size: 8pt;
		padding: 5px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#navigation a:hover
	{
		text-transform: uppercase;
		color: #5e3dd6;
		background: #f7f7f7;
	}
	
	#navigation a:active
	{
		text-transform: uppercase;
		color: #38b00e;
	}
	
	.n
	{
		text-align: justify;
		padding: 10px;
		font-size: 8pt;
		color: #333;
	}