@charset "utf-8";
/* CSS Document */

body
{
	background-color: #666;
	font-family: "Century Schoolbook", "times New Roman", serif;
	font-size: 8pt;
}

p
{
	text-indent: 20px;
}

a	{ text-decoration: none;	}

.table
{
	background-color: #faf7c7;
	margin-top: 50px;
	margin-bottom: 50px;
}

#title
{
	padding-top: 20px;
	color: #f82d4e;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 35pt;
	padding-left: 20px;
}

	#topnav
	{
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 15pt;
		text-align: right;
		margin-top: -20pt;
		margin-bottom: 5px;
		padding-right: 10px;
		color: #b3bf49;
	}

	#topnav a	{ color: #a07798;	text-transform: uppercase;	}
	#topnav a:hover	{	color: #4a4e6b;	}
	
#main
{
	vertical-align: top;
	padding-top: 10px;
	width: 610px;
	padding-bottom: 30px;
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		margin-left: 20px; margin-bottom: 0px;
		height: 25pt; line-height: 25pt;
		font-size: 25pt;
		letter-spacing: -2px;
		font-style: italic;
		color: #333;
	}
	
	#main h2
	{
		font-size: 20pt;
		margin-left: 30px; margin-right: 30px;
		margin-bottom: 5px;
		text-align: center;
		color: #4a4e6b;
		border-bottom: 1px solid #b3bf49;
	}
	
	#main h3
	{
		margin: 0;
		margin-bottom: 5px;
		margin-left: 30px;
		font-size: 8pt;
		font-weight: normal;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		letter-spacing: 3px;
		color: #846a8c;
	}
	
	#main a, #footer a
	{
		color: #f82d4e;
	}
	
	#main a:hover, #footer a:hover
	{
		color: #4a4e6b;
	}

	.p
	{
		color: #333;
		margin-right: 30px;
		margin-left: 30px;
		font-family: Tahoma, Geneva, sans-serif;
	}
	
	.h
	{
		margin-left: 20px;
		padding-left: 10px; margin-right: 30px;
		border-left: 15px solid #b3bf49;
		font-size: 10pt;
		text-align: justify;
		color: #313448;
		background-color: #f3ee96;
		padding: 8px;
	}
	
	textarea, button, select, option, input
	{
		background-color: #FFF;
		border: 1px solid #a07798;
		margin: 3px;
		padding:2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #7b8332;
	}
	
	blockquote
	{
		border: 1px solid #b3bf49;
		padding: 10px;
		font-family: "Century Schoolbook", "times New Roman", serif;
		font-style: italic;
		font-size: 11pt;
		color: #000;
		background-color: #fcfad9;
	}
	
	
#navigation
{
	vertical-align: top;
	padding-top: 20px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

	#navigation h1
	{
		font-size: 17pt;
		font-family: "Century Gothic", Arial, sans-serif;
		font-weight: normal;
		letter-spacing: -1px;
		color: #a07798;
		margin-bottom: 2px;
	}
	
	#navigation a
	{
		display: block;
		margin: 2px;
		text-transform: uppercase;
		font-size: 8pt;
		border-bottom: 1px solid #dbd571;
		color: #4a4e6b;
	}
	
	#navigation a:hover
	{
		border-bottom-color: #b3bf49;
		color: #f82d4e;
	}
	
	.n
	{
		text-align: justify;
		color: #333;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-style: italic;
		font-size: 8pt;
		padding: 5px;
	}
	
#footer
{
	
	padding: 10px;
	border-top: 1px solid #b3bf49;
	text-align: center;
	font-size: 10pt;
	font-family: "Century Gothic", Arial, sans-serif;
	text-transform: uppercase;
	color: #4a4e6b;
}

b,strong	{	color: #919e1a;	}
i, em		{	color: #846a8c;	}
u			{	color: #4a4e6b;	}