	body {
			background: #eeeeee;
			text-align: center;
			min-width: 785; 
			
			scrollbar-face-color: #eeeeee;
			scrollbar-shadow-color: #eeeeee;
			scrollbar-highlight-color: #eeeeee;
			scrollbar-3dlight-color: #cc99cc;
			scrollbar-darkshadow-color: #cc99cc;
			scrollbar-track-color: #eeeeee;
			scrollbar-arrow-color: #cc99cc;



			
	}
	
	.f1 { font-family:verdana, arial, helvetica, sans-serif; font-size:7.5pt; }
	.f2 { font-family:verdana, arial, helvetica, sans-serif; font-size:8.5pt; }
	.f3 { font-family:verdana, arial, helvetica, sans-serif; font-size:10pt;  }
	.f4 { font-family:verdana, arial, helvetica, sans-serif; font-size:14pt;  }
	.f5 { font-family:verdana, arial, helvetica, sans-serif; font-size:16pt;  }
	.f6 { font-family:verdana, arial, helvetica, sans-serif; font-size:20pt;  }

	.user{ font-family:times new roman, times, serif; font-style: italic; font-weight:bold; text-decoration:none; color:#c3c;  font-size:12pt; }

	.test { font-family:verdana, arial, helvetica, sans-serif; font-size:8.5pt; }
	
	A:link { font-weight: bold; text-decoration:underline; color: #CC33CC; }
	A:active { font-weight: bold; text-decoration:underline; color: white; }
	A:visited { font-weight: bold; text-decoration:underline; color: #CC33CC;  }
	A:link:hover {color:blue; text-decoration:none;  }

	.dark {background: #cc99cc; color:white; padding:2; font-weight:bold; margin-bottom:2;}
	.boxed {margin-top:0; border: solid 1px #cc99cc; padding:2;font-weight:bold; }
	
	.dark2 {background: #cc99cc; color:white; padding:4; font-weight:bold; margin-bottom:2;}
	.boxed2 {margin-top:0; border: solid 1px #cc99cc; padding:4;font-weight:bold; }

	
	.orderbox { font-family:verdana, arial, helvetica, sans-serif; font-size:8.5pt; border:solid 1px #dddddd; }
	.orderbox2 { font-family:verdana, arial, helvetica, sans-serif; font-size:8.5pt; color: #990099; border:solid 1px #cc99cc; background:#FCF2FC; }
	.orderbutton{ font-family:verdana, arial, helvetica, sans-serif; font-size:10pt; color:white; font-weight:bold; border:solid 1px black; background:#cc99cc; }

	.main {
			width:780; height:500; border:solid 1px #dddddd; 
			margin: 0 auto;
			background-image:url("images/bg1.jpg");
			padding:5;
			font-family: verdana, helvetica, arial;
			font-size: 11;
			text-align:left;
	}
	
	.main2 {
			width:780; border:solid 1px #dddddd; 
			margin: 0 auto;
			background: white;
			padding:5;
			font-family: verdana, helvetica, arial;
			font-size: 11;
			overflow: auto;
			text-align:left;
	}
	
	.footer {
			width:780; height:10; border:solid 1px #dddddd; 
			margin: 0 auto;
			background: white;
			padding:5;
			font-family: verdana, helvetica, arial;
			font-size: 10;
			text-align: center;
			color: #aaaaaa;
	}
	

	
		div#contentbox {
						
						width:260; 
						background-color: #ff00ff;
						filter:alpha(opacity=5);
						-moz-opacity:0.05;
						opacity: 0.05;
						}
						
						
						
	#contentbox * { position: relative;	}
	
	#contentbox div {
						border: solid 1px #FFCCFF; 		
						// width: 260; 
						padding: 3;
						height:350;
						color: #000000;
						font-weight: bold;
						overflow: auto;
						filter:alpha(opacity=100);
						-moz-opacity:1;
						opacity: 1;
	}
	
	
	
	div#contentbox2 {
						
						width:500; 
						background-color: #ff00ff;
						filter:alpha(opacity=25);
						-moz-opacity:0.25;
						opacity: 0.25;
						}
						
						
						
	#contentbox2 * { position: relative;	}
	
	#contentbox2 div {
						border: solid 1px #ff00ff;						
						padding: 10;						
						color: #000000;
						font-weight: normal;
						overflow: auto;
						filter:alpha(opacity=100);
						-moz-opacity:1;
						opacity: 1;
	}
	
	none {border:none;}
	
	
	.sf {color:#ff00ff;}
	
	.sf span {color: black; font-weight:bold;}