body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}

form {
	font-size: 12pt;
}

h1 {
	font-size: 140%;
	margin: 0px;
	margin-bottom: 1ex;
	padding: 0px;
}

h2 {
	font-size: 120%;
}

#header {
    margin: 0px auto;
    width: 900px;
    clear: both;
}

#header_left {
    min-height: 155px;
    min-width: 110px;
    background-image: url(images/rowNavi_LU.PNG); 
    background-repeat: no-repeat;
    clear: none;
    float: left;
}

#header_center {
    min-height: 155px;
    min-width: 150px; 
    background-image: url(images/rowNavi_LogoC.PNG);
    background-repeat: no-repeat;
    background-position: top center;
    clear: none;
    float: left;
}

#header_right {
    min-height: 155px;
    width: 640px; 
    background-image: url(images/rowNavi_RUC.png);
    background-position: top left;
    background-repeat: no-repeat;
    clear: none;
    float: left;
}

#header_title {
    padding: 1ex;
}

#header_title a {
    color: black;
    text-decoration: none;
}

#header_title a:hover {
    text-decoration: underline;
}

#main {
    margin: 0px auto;
    padding: 0px 10px;
    width: 860px;
    clear: both;
}

#footer {
    margin: 0px auto;
    width: 880px;
    clear: both;
}

#footer p {
    padding-top: 5ex;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
}

table.contact {
    border-collapse: collapse;
}

table.contact td {
    padding-bottom: 1.5ex;
    font-size: 90%;
}

ol.criterios
{
    counter-reset: criterios;
}

ol.criterios li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-indent: -2.5ex;
}

ol.criterios li:before {
    content: "(" counter(criterios, lower-alpha) ") ";
    counter-increment: criterios;
}

p.navbar {
    padding: 0px;
    position: relative;
    top: -10px;
    text-align: right;
    font-style: italic;
    font-size: 85%;
}
