		
		

		td{
			font-family : Arial, Verdana, Sans-serif;
			font-size : x-small;
			color: #000000;
			text-decoration: none;
		}
		
		body {
			background-color:white ;
			/* background color */
			color:#000000 ;
			/* text color */
			font-family: Arial, Verdana, Sans-serif;
			/* font name */
			font-size:x-small;
			/* font size */
			margin: 10px 10px 10px 10px;
			/* top right bottom left */
		}

		.aspmaker {
			color:#000000 ;
			/* text color */
			font-family: Verdana, Sans-serif;
			/* font name */
			font-size: x-small;
			/* font size */
		}

		input, textarea, select {
			font-family: Arial, Verdana, Sans-serif;
			/* font name */
			font-size: x-small;
			/* font size */
		}

	
		
a:link { color: #00184A; text-decoration: none; }
a:visited { color: #00184A; text-decoration: none; } 
a:hover { color: #FF0000; text-decoration: underline;} 


		/* main table */
		.ewTable {
			width:0 ;
			/* table width */
			color:#000000 ;
			/* text color */
			font-family: Verdana, Sans-serif;
			/* font name */
			font-size: x-small;
			/* font size */
			border-collapse: collapse;
			border: none;
		}

		/* main table data cells */
		.ewTable td {
			padding: 3px; /* cell padding */
			border: 1px solid; /* cell spacing */
			border-color: #CCCCCC;  /* table background color */
		}

		/* main table header cells */
		.ewTableHeader {
			background-color: #0099CC; /* header color */
			color: #FFFFFF; /* header font color */
			vertical-align: top;
			width:0 ;
		}

		.ewTableHeader a {
			color: #FFFFFF; /* header font color */
		}

		/* main table row color */
		.ewTableRow {
			background-color: #FFFFFF;  /* alt row color 1 */
		}

		/* main table alternate row color */
		.ewTableAltRow {
			background-color: #F5F5F5; /* alt row color 2 */
		}

		/* main table sorting indicator */
		.ewTableOrderIndicator {
			font-family: Webdings, Sans-serif;
		}

		/* main table footer section */
		.ewTableFooter {
			background-color: #FFFFCC;
		}
