	body { 
		margin:20px 0px 15px 0px; 
		/*background-color:#333333; */
		background-color:#A0CFEC;
		/*background-color:#D2C3AD;*/
		/*background-color:#f5f5f5;
		background-image:url(images/bodybackground.png);
		background-repeat: repeat-x;*/
		/*background-color:#C11B17;*/
	}

	form {
		margin:0px;
		padding:0px;
	}

	p, div, td, .text { 
		font:11px/14px arial,verdana,helvetica,sans-serif; 
		color:#cccccc; 
	}

	input, textarea, select { 
		font:11px/12px arial,verdana,helvetica,sans-serif; 
		color:#666666; 
	}

	.formbutton {
		cursor:pointer;
		border:outset 1px #dcdcdc;
		background:#f5f5f5;
		color:#ffffff;
		font-weight:bold;
		font-size:11px;
		padding: 2px 3px;	
		background-image:url(../images/bg_light.gif);	
		text-decoration: none;
	}

	h2, .tlg { 
		font:bold 12px/16px 'trebuchet ms',helvetica,arial,verdana,sans-serif;
		color:#ffcc00; 
		margin:0px; 
		padding:5px 0px; 
	}

	h3 { 
		font:bold 12px/16px 'trebuchet ms',helvetica,arial,verdana,sans-serif;
		color:#ffffff; 
		margin:0px; 
		padding:2px 0px; 
	}

	h1 { 
		font:bold 16px/16px 'trebuchet ms',helvetica,arial,verdana,sans-serif;
		color:#ffffff; 
		margin:0px; 
		padding:5px 0px; 
	}

	#pad10 {
		padding: 10px;
	}

	#pad10 h1 { 
		font:bold 16px/16px 'trebuchet ms',helvetica,arial,verdana,sans-serif;
		color:#ffcc00; 
		margin:0px; 
		padding:5px 0px; 
	}

	li { 
		margin-bottom: 10px;
	}

	a:link, a:active, a:visited { 
		color:#ffcc00; 
	}
	a:hover { 
		text-decoration: none; 
	}

	a.alink:link, a.alink:active, a.alink:visited { 
		text-decoration: none; 
	}
	a.alink:hover { 
		text-decoration: underline; 
	}

	a.alink2:link, a.alink2:active, a.alink2:visited { 
		text-decoration: none; 
		color:#0085D7; 
	}
	a.alink2:hover { 
		text-decoration: underline; 
	}



	.tlighter { 
		color:#eeeeee; 
		text-align:left;
	}
	.tlight { 
		color:#999999; 
	}
	.tlightsmall {
		font-size:10px; 
		line-height:12px;
		color:#999999; 
	}
	.tdark { 
		color:#666666; 
	}
	.tdarker { 
		color:#11277E; 
	}
	.tdiff { 
		color:#ffcc00; 
	}


	.bgnone {
		background-image:url("../images/spacer.gif");
	}
	.bgdark {
		background-image:url("../images/bg_dark.gif");
	}
	.bglight {
		background-image:url("../images/bg_light.gif");
	}

	#bordtop2 {
		border-top:1px solid #0093D8;
	}
	#bordtop { 
		border-top:1px solid #dcdcdc; 
	}
	#bordbottom { 
		border-bottom:1px solid #666666; 
	}

	#overflow	{
		margin-left:10px;
		background-color: #0093D8;
		width:580px;
		height:390px;
		overflow: auto;
		scrollbar-face-color:#FBB917;
		scrollbar-highlight-color:#FDD017;
		scrollbar-3dlight-color:#0093D8;
		scrollbar-darkshadow-color:#336699;
		scrollbar-shadow-color:gray;
		scrollbar-arrow-color:#0093D8;
		scrollbar-track-color:#11277E;
	}

	/***** Image Resizer *****/
	.imsizer {
		max-width:100px;
		max-height:100px;
		width: expression(this.width > 100 ? 100: true);
		height: expression(this.height > 100 ? 100: true);
	}

	.imsizer1 {
		max-width:140px;
		max-height:100px;
		width: expression(this.width > 140 ? 140: true);
		height: expression(this.height > 100 ? 100: true);
	}

	.imsizer2 {
		max-width:300px;
		max-height:300px;
		width: expression(this.width > 300 ? 300: true);
		height: expression(this.height > 300 ? 300: true);
	}