html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body, td {
	font-family: verdana, Tahoma;
	font-size: 11px;
	color: #696969;
}

p {
	text-indent: 12px;
	text-align: justify;
	margin-bottom : 0px;
}

tr.grey{
      background-color:#eeeeee;
}

tr.tr1{
     background-color: #b9b9b9;
     font-weight: bold;
}

tr.tr2{
    background-color: #f2f2f2;

}

td.tab{
      font-weight: bold;
}

div.orange{
      color:#FF6600;
      font-size:26px;
}

li {
     list-style-type: none;
    padding-left: 10px;
    text-indent: -10px;
}

a, a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #696969;
}

a:hover {
	text-decoration: none;
	color: #d00000;
}

a.b, a:visited.b {
	font-size:15px;
	text-decoration:underline;
	color:#000000;
}

a.b1, a:visited.b1 {
	text-decoration:underline;
	color:#000000;
}

a:hover.b {
	font-size:15px;
	text-decoration:none;
	color:#d00000;
}

a:hover.b1 {
	text-decoration:none;
	color:#d00000;
}


a.w, a:visited.w, a:hover.w {
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
}

div.section {
    font-size: 12px;
    font-weight: bold;
    color: #3E71A6;
    padding: 5px 0 3px 0;
}

span.title{
    font-size: 18px;
}

a.more {
    font-size: 11px;
}

#shortlist {
    margin-top: 3px;
    padding-left: 0;
    margin-left: 5px;
}

#shortlist li {
    margin-left: 15px;
}

div.pad {
    padding-left: 10px;
}

a.grad, a:visited.grad, a:hover.grad {
    text-decoration: none;
    color: #3E71A6;
}

div.note {
    padding: 8px 12px;
    background-color: #FFF8E4;
}

a.charac {
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
}

div.back {
    margin-top: 15px;
    text-align: center;
}

table.down {
    margin-left: -9px;
    margin-top: 3px;
}

#cont {
    padding: 10px 20px 10px 5px;
}

#cont p, div {
    text-indent: 0;
}

#cont li {
    list-style-type: disc;
}

#searchcont {
    padding: 20px 10px 30px 5px;
}

#searchcont input, textarea, select {
    border: 1px solid #969696;
    font: 11px Verdana;
}

li.numer {
    list-style-type: decimal;
    text-indent: 0;
}