/* BODY -----------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	overflow:hidden;
	background-color: #fffef9;
}


/* GENERAL fonts --------------------------------------------------*/
TD, P, DIV {
	font-family: verdana;
	font-size: 14px;
	}
	
H1 { 
	font-family: arial;
	font-size: 16px; 
	}
	
H2 { 
	font-family: arial;
	font-size: 14px; 
	}

P, H1, H2 {
	margin: 0px 0px 5px 0px;
	}

/* Header */
H3 {
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 52px;
	}
H4 {
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 16px;
	}


/* Content -------------------------------------------------------------*/
DIV.content{
	position: relative;
	left: 10px; 
	top: 10px; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	vertical-align: top; 
                overflow: auto;
}

DIV.content table.contenttable{
  width: 500px;
  background-repeat: no-repeat

}

DIV.content table{
 background-repeat: no-repeat;
 background-position: center center;
}


DIV.content h1.csc-firstHeader{
  font-size: 24px;
  font-family: arial;
  margin: 15px 0px px 0px;
}