.title {
	font-family: Trebuchet MS;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.Twelvetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.heading {
	font-family: Trebuchet MS;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.ThirteenTreb {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Fourteentxt {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Fifteeentxt {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.HeadingSmall {
	font-family: Trebuchet MS;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.blueItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}
.smallRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.eightpxspacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

/* main table */
  .ewTable {
   color: #000000; /* text color */
   font-family: Arial; /* font name */
   font-size: x-small; /* font size */
   border: 1px solid #cccccc;  /* table background color */
}
/* main table data cells */
.ewTable td {
	padding: 3px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #cccccc;  /* table background color */
}
.ewTableHeader {
	padding: 3px; /* cell padding */
	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */	
}.imgleft {
	float: left;
	padding-right: 5px;
}

/*---------css frames------------*/

html,
body {
	margin:0;
	padding:0;;
	height:100%; /* 100 % height */
}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:700px;
	margin:0 auto;
	background-color: #ffffff;
}
#header {
	width:700px;
	height:50px;
}
html>body #header {
 	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
#header {
	background-color:#000000;
}
html>body #content-wrap {height:100%;} /* 100 % height */
#content {
	padding:50px 0px 31px 0em;
	background-color: #ffffff;
}
#content a {
	font-family: Trebuchet MS;
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
	color: #0000ff;
}
#footer {
	background-color: #000000;
/*	background-image:url(../images/FooterBg.jpg);
	background-position:center; */
	width:700px;
	height:30px;
}
#footer a {
	font-family: Trebuchet MS;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #00487D;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

/*---------css frames end------------*/

.CKEL {
	font-family:Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
