
body { 
    width: 85%; 
    min-width: 634px; 
    margin:0 auto; 
    font-family:  /*verdana, */ arial, helvetica, sans-serif;
    padding-top: 4px;
    padding-bottom: 20px;
}

img { border: none; }

a:link {
  color: #4444DD;
  text-decoration: none;
}
a:visited {
  color: #4444DD;
  text-decoration: none;
}
a:hover {
  color: #0000FF;
  text-decoration: none;
}

.headerA {
    width: 100%;
    height: 13px;
    font-size: 1%;
    margin-bottom: 4px;
}

.headerB {
    height: 15px;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
    margin-top: 0px;    
    margin-bottom: 0px;
    font-weight:bold;
    vertical-align: baseline;
    background:#b2b3b5;
}

.headerC {
    font-size:1%;
    margin-top:2px;
    margin-bottom:2px;
    border-bottom: 1px solid #C8C8C8;
}

.logos {
    height: 80px;
    width: 100%;
    margin-bottom:20px;
}

.ugr_logo{
    float: left;
    margin: 0 auto;
	height: 100px;
}

.decsai_logo {
    float: right;
	height: 100px;
}

.dasci_logo{
	float: right;
	height: 100px;
}

.wrapper {
  width: 100%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #C8C8C8 #C8C8C8 white #C8C8C8;

}

.top {
  border: none;
  height: 13px;
  font-size: 0;
  margin: 3px 0 4px 0;
}

.content {
   font-size:12px;
   text-align: left;
   margin: 0px 10px 10px 10px;
   height:auto;
   vertical-align: top;
   padding: 5px 15px 0 15px;
   line-height: 1.3;
}

.content h1 {
  color: #9c112e;
  font-size: 18px;
  font-weight: normal;
}

.content h2 {
  color: #676767;
  font-size: 16px;
  font-weight: bold;
}

.content h3{
  color: black;
  font-size: 12px;
  font-weight: bold;
}

.content h4{
  color: black;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

.path{
	font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #1954A6; 
}

.path a:link, .path a:visited {
      color: #1954A6;
	  text-decoration: underline; 
}

.footerA {
    width:100%; 
    height:20px;
    border-bottom: 1px solid #C8C8C8;
}

.footerB {
    width:100%; 
    margin-bottom:2px;
    margin-top:2px; 
    height:14px;
    font-size: 0px;
    background-color:#b2b3b5;
}

.footerC {
    width:100%; 
    font-size:1%;
    height:6px;
}

.updatetext { 
    margin-top:4px;
    width:100%;
    font-size:10px;
    text-align:right;
    color: #808080;
}









/************* other formats ************************/
@media print {

	body{ width:90%; }

	.headerA { display: none; }
	.headerB { display:none; }
	.headerC { display:none; }

	.logos {
	    height: 80px;
	    width: 100%;
	    text-align: center;
	    margin-bottom:20px;
	}

	.wrapper { border: none; }

	.content h1 { color: black; }

	.footerA { display: none; }

	.footerB {  display: none; }

	.footerC {  display: none; }

	.updatetext { 
	    margin-top:4px;
	    width:100%;
	    font-size:10px;
	    text-align:right;
	    color: black;
	}

}