@charset "utf-8";
/* CSS Document */

<style>
	table.main td.dontworryaboutit {}
	table.main td.header1 {
		background-image:url(../images/header1.jpg);
		background-repeat: no-repeat;
		}
		
	table.main td.header2 {
		background-image:url(../images/header2.jpg);
		background-repeat: no-repeat;
		}
		
	table.main td.body1 {
		background-image:url(../images/bg_body1.jpg);
		background-repeat: no-repeat;
		color: #CCCCCC;
		}
		
	table.main td.footer {
		background-image:url(../images/footer.jpg);
		background-repeat: no-repeat;
		color: #FFFFFF;
		}
		
		
		
	.body2 {
		background-image:url(../images/bg_body2.jpg);
		background-repeat: repeat-y;
		color: #CCCCCC;
		}
		
	.style_green {
		font-weight: bold; color: #80E200;
		}
	
	.dots {
		background-image:url(../images/dots.gif);
		background-repeat: repeat-x;
		}
		
	.divider_horiz {
		border-bottom: solid 1px #FFFFFF;
		}
		
	.divider_vertical {
		background-image:url(../images/divider_vert.gif);
		background-repeat: repeat-y;
		}
		
	.textfield {
		background-color: #CCCCFF;
		border-right: solid 1px #333366;
		border-bottom: solid 1px #333366;
		font-family: Verdana;
		}
		
	.mystats {
		border: solid 1px #CCCCFF;
		background-image:url(../images/bg_mystats.jpg);
		background-repeat:repeat-x
		}


	table.ignorethis {
		border-left: solid 2px #000000;
		border-right: solid 2px #000000;
		border-bottom: solid 2px #000000;
		background-image:url(../images/bg_bottomstuff.jpg);
		background-repeat: no-repeat;
		}

</style>