body
{
	background-image: url(images/index_04.png);
	background-attachment: fixed;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #959595;
	margin-left: 10px;
	margin-bottom: 20px;
	
				scrollbar-base-color: #FFFEFE;
				scrollbar-shadow-color: #D4D3D3; 
				scrollbar-highlight-color: #E8E7E7;
				scrollbar-3dlight-color: #FFFEFE;
				scrollbar-darkshadow-color: #FFFEFE; 
				scrollbar-track-color: #FFFEFE;
				scrollbar-arrow-color: #FBB4A3;
	
		}
	
p
{
	text-indent: 20px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #959595;	}
	
img
{
	margin: 2px;
	border: #DAEEEF 3px solid;
	background-color: #F4F4F4;
	
	}
	
b,strong
{	font-family: "Century Gothic", Courier, monospace; font-weight: bold; color: #F35BB2;	}

i,em
{	font-family: Georgia, "Times New Roman", Times, serif; color: #0099CC;	}

u
{	font-family:  "Courier New", Courier, monospace; text-decoration: none;	color: #CC9933;	}

a
	{	font-family: Arial;
		letter-spacing: 1px;
		text-decoration: none;
		color: #7DA8C0;}

a:hover
	{	color: #F57DF3;	}

h1
	{ margin-left:0; margin-right:0; margin-bottom: 10px; margin-top:0;
		
		border-bottom: #FFE2CC 2px dashed; height: 20pt;
		
		font-family: Century Gothic;
		font-weight: bold;
		font-size: 20pt;
		color: #F6BFD7;
		text-transform: lowercase;
		padding-left: 20px; }
		
h2
	{	margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 0;
		margin-top:20px;
		border-bottom: #B6E1C1 2px solid;
		
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 15pt;
		color: #E3AAE6;
		text-align: center;	}
		
blockquote
	{	display:block;
		border: #E6E6E6 1px solid;
		background: #FFF6F6;
		padding: 8px;
		margin-top: 5px;
		margin-bottom:5px;
		text-align: justify;
		 }
	
textarea, input, button, select
	{	border: #B6E1C1 1px solid;
		background: #F0FDF5;
		padding: 2px;
		margin: 2px;
		font-family: Arial;
		font-size: 8pt;
		color: #919191;	}