body {
	/* background color */
	/* text color */
	font-family: Verdana; /* font name */
	font-size: 10pt; /* font size */
	margin: 0px
}

.aspmaker {
	color: #7B68EE; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
} 

a:active {
	color: #4B0082; /* active link color */
}

a:link {
	color: #0000CD; /* link color */
}

a:visited {
	color: #800080; /* visited link color */
}

/* main table */
.ewTable {
	width: 90; /* table width */	
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10pt; /* font size */
	border-collapse: collapse;
	border: medium none
}

/* main table data cells */
.ewTable td {
	padding: 1px; /* 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;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF; font-size:8pt; font-family:Verdana
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;	
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}
table        { font-size: 10pt; font-family: Verdana }

.address {font-size:9pt;text-align:right; margin-right: 75px;}
.MasterHeader {font-size: 20pt; font-style:italic; font-weight:bold; color:#1D0E82;float:left; height:125px; line-height:125px;}
.MasterImage {float: left;}