Body
			{
				background: #666 url(/images/metal-back.jpg) repeat;
				margin: 0;
				padding:0;
				text-align: center;
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
		.pagetitle
			{
			margin-top:15px;
			margin-left: 22px;
			font-size:14pt;
			font-weight:bold;
			text-align:left;
			color: #FF3333;				
			}
		.subheader
			{
				color: #62652C;
				font-size: 1.1em;
				font-weight: bold;
			}
		
		.whiteTD
			{
			background: #FFF;
			color:#555;
			width:721px;
			font-size:9pt;
			text-align: left;
			padding-left: 10px;
			}
		.cremeTD
			{
			background: #F4E097;
			color:#333333;
			font-size:.8em;
			}
		.headerTD
			{
			background: url(/images/template_02.jpg) no-repeat;
			height: 35px;
			}

		.bottomleftTD
			{
			background: url(/images/template_03.jpg) repeat;
			}
		.bottomRightTD
			{
			background: url(/images/template_05.jpg) repeat;
			}
		
	
		.sidebartitle
			{
				color: #666;
				font-size: 12pt;
				font-weight: bolder;
			}
		.sidebarsubhead
			{
				color: #000000;
				font-size: 8pt;
				font-weight: bolder;
			}
		.sidebartext
			{
	color: #FFF;
	font-size: 9pt;
	line-height: 17px;

			}
		.caption
			{
				color: #000000;
				font-size: 8pt;
				font-style: italic;
			}
		.headerfootertext
			{
				
				font-size: 7pt;
			}
		.error
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.success
			{
				color: darkgreen;
				font-weight: bolder;
			}
		.instructions
			{
				color: #999966;
				font-size: 8pt;
			}
		.required
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.fieldlabel
			{
				color: #000000;
				font-weight: bolder;
			}
		.alternatelink
			{
				/*alternate to the standard a tag*/
			}
		a.alternatelink:link
			{
				color: #F7B763;
				text-decoration: underlined;
			}
		a.alternatelink:active
			{
				color: #DBA45C;
				text-decoration: underlined;
			}
		a.alternatelink:visited
			{
				color: #DBA45C;
				text-decoration: underlined;
			}
		a.alternatelink:hover
			{
				color: #ffc;
				text-decoration: none;
			}
		a:link
			{
				color: #BB9E38;
				text-decoration: underlined;
			}
		a:active
			{
				color: #BB9E38;
				text-decoration: underlined;
			}
		a:visited
			{
				color: #BB9E38;
				text-decoration: underlined;
			}
		a:hover
			{
				color: #BB9E38;
				text-decoration: none;
			}
		/************************************/
		/*     End Standard CSS Classes */
		/***********************************/
ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 4px;
	margin-top: 5px;
	padding: 2;
}

