/* CSS Document */

html, body {
		FONT-FAMILY: tahoma;
		FONT-SIZE: 11px;
		FONT-WEIGHT: 100; 
		COLOR: #ffffff;
		text-align: left;
		background-color: #F5F2EB; 

	}
	body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
}
	#wrapper {
		text-align: left;
		width:961px;
		topmargin:0px auto;
 		 height: 800px;
		 overflow: hidden;
	}

a.external:link {color: #666666;  }
a.external:visited {color: #666666; }
a.external:hover {text-decoration: none; COLOR: #cc9966; }
a.external:active {color: #666666; text-decoration: none;


}