body,tr,td
{	color: #ec5073;
	font-size: 10.5pt;
	font-family: Tahoma, Helvetica, sans-serif;	
	text-align:justify;}


#wrapper { 
 margin: 0 auto;
 width: 700px;
}

#header {
 align:center;
 width: 700px; 
 padding: 10px;
 height: 412px; 
 margin: 10px 0px 5px 0px;
 background: #bdd8d3;
}

#navigation {
 text-align:center;
 font-family:Georgia, Times New Roman, serif;
 font-size:25px;
 color: #d0d6cd;
 font-weight:none;
 width: 700px;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #ecafb6;
 }
 
 	b, strong	{	font-family: Georgia, Geneva, sans-serif;font-size:9pt;color:#cf2a3f;	}
	i, em		{	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;color:#bc26c1;	}
	u			{	font-family: "Courier New", Courier, monospace;	text-decoration: none; border-bottom: 1px solid black;color:#cf2a3f;	}
 
 
 #content {
  width: 700px;
 clear: both;
 color: #33aaa8;
 background: white;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

	h1
	{ font-size: 20pt; height: 15pt; line-height: 15pt;
		letter-spacing: -2px;
		font-family: "Courier New", Courier, monospace;
		font-style: italic;
		font-weight: normal;
		margin-bottom: 0;
		margin-top: 5px;
		color: #40c5d4;
		border-left: 25px solid #ecafb6;
		
		padding-left: 10px;
	}

	#navigation a
	{
		color:#cf2a3f;
		font-size: 12pt;
		font-family: "Century Gothic", Helvetica, sans-serif;
		text-decoration: none;
		font-style:none;
		text-align: center;
		text-transform: lowercase;
		background: #e7ebeb;
		padding:5px;
	}

		#navigation a:hover
		{
			color: #666;
			background-image: url(images/bg3.jpg);
		}
		
 a
	{
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:10pt;
		text-transform: uppercase;
		color: #268bc1;
		text-decoration:none;
		cursor:default;
	}
	
		a:hover
		{
			color: #000;
			text-decoration:underline;
			cursor:default;
			}
 

#footer { 
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size:11pt;
font-weight:bold;
text-transform:lowercase;
text-align:center;
 width: 700px;
 clear: both;
 color: #cf2a3f;
 background: #d0d6cd;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.clear { clear: both; background: none; }

input, textarea, button, select, option
	{
		font-family: "Century Gothic", Arial, Geneva, sans-serif;
		font-size: 10pt;
		padding: 2px;
		margin: 2px;
		background-color: #e7ebeb;
		border: 1px solid #666;
		color: #9ba3a3;
	}
