/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    Bryan Miller
email:     bmiller@practisinc.com
-----------------------------------------------------------------------------*/

@media screen {

	fieldset { border:1px solid #999; }
	fieldset legend { padding:0 10px; }

	/* Striped Tables */
	.stripeMe td,
	.stripeMe th { padding:2px; background:#CED8E7; }
	.stripeMe tr td { padding:2px; background:#FFFFFF; }
	.stripeMe tr.alt td { background:#F7F7F7; }
	
	
}