body {
  margin-left:            0px;
  margin-right:           0px;
  margin-top:             0px;
  margin-bottom:          0px;
  background-color:       #FFFFFF; 
}


#contentLYR {
  position:               absolute;
/*  width:                  fixed;*/
  height:                 auto;
  visibility:             hidden;
}

#frameData {
  position:               absolute;
  width:                  100px;
  height:                 100px;
  visibility:             hidden;
}

div.c1 {
 position:absolute; 
 width:200px;
 height:115px; 
 z-index:1; 
 left: 5px; 
 top: 23px;
 }
 
.header {
 font-size:               60px;
 font-weight:             100;
 font-style:              normal;
 font-family:             verdana, arial, helvetica, sans-serif;
 color:                   #C2C2B9;
}

.main {
 font-size:               12px;
 font-weight:             300;
 font-style:              normal;
 font-family:             verdana, arial, helvetica, sans-serif;
 color:                   #333333;
 margin:                  0px 0px 10px 10px;
}

.bold {
 font-size:               12px;
 font-weight:             900;
 font-style:              normal;
 font-family:             verdana, arial, helvetica, sans-serif;
 color:                   #000000;
 margin:                  0px 10px 0px 10px;
}


.main2 {
 font-size:               12px;
 font-weight:             300;
 font-style:              normal;
 font-family:             "courier new", courier, "mono" ;
 color:                   #333333;
 margin:                  0px 0px 10px 10px;
}


.abstract {
 content:									"Abstract";
 font-size:               10px;
 font-weight:             100;
 font-style:              italic;
 font-family:             "courier new", courier, "mono" ;
 color:                   #333333;
 margin:                  10px 20px 10px 30px;
}


.signature {
 font-size:               12px;
 font-weight:              bold;
 font-family:             "courier new", courier, "mono" ;
 color:                   #e0b2bf;
 margin:                  0px 0px 10px 10px;
 text-align:		  center;	
}

.title {
 font-size:               16px;
 font-weight:              bold;
 font-family:             "courier new", courier, "mono" ;
 color:                   #333333;
 margin:                  0px 0px 10px 10px;
 text-align:		  center;	
}

.title_left {
 font-size:               16px;
 font-weight:              bold;
 font-family:             "courier new", courier, "mono" ;
 color:                   #333333;
 margin:                  0px 0px 10px 10px;
 text-align:		  left;	
}


.title_left_red {
 font-size:               16px;
 font-weight:              bold;
 font-family:             "courier new", courier, "mono" ;
 color:                   #a44e4e;
 margin:                  0px 0px 10px 10px;
 text-decoration: underline;
 text-align:		  left;	
}


a:link.invisible {
  color:		  #FFFFFF;
  text-decoration:	  none;

}
a:link.dark {
  color: 		#a44e4e;
}

a:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #a44e4e;
	text-decoration:  none;
}
a:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #bc9f9f;	
	text-decoration:  none;
}
