* {
margin: 0px;
padding: 0px;
}

html,body {
background-color: #fff;
height: 100%;
width: 100%;
}

div#wrapper {
position: relative;
overflow: hidden;
height: 100%;
width: 100%;
}

div#header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 36px;
overflow: hidden;
background-color: #80a0c0;
border-bottom: 1px solid #000;
z-index: 1000;
padding-top: 4px;
padding-left: 10px;
}

div#content {
position: absolute;
top: 40px;
bottom: 25px;
left: 0px;
width: 100%;
overflow-x: hidden;
overflow-y: scroll;
background-color: #fff;
}

div#footer {
position: absolute;
bottom: 0px;
width: 100%;
height: 21px;
left: 0px;
overflow: hidden;
background-color: #80a0c0;
border-top: 1px solid #000;
z-index: 1000;
padding-top: 4px;
padding-left: 10px;
}

h1 {
font-family: Arial;
font-size: 24px;
font-weight: bold;
text-decoration: none;
text-shadow: #000 1px 1px 1px;
}

h2 {
font-family: Arial;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

p.footer {
font-family: Arial;
font-size: 12px;
font-weight: none;
text-decoration: none;
}

td {
padding-left:4px;
}

img {
padding-left:3px;
}

.module {
font-family: Arial;
font-weight: bold; 
font-size: 12px; 
color: #000000;
width: 300px;
}

.pn {
font-family: Arial;
font-weight: normal; 
font-size: 10px; 
color: #000000;
}

.timings {
font-family: Arial;
font-weight: normal; 
font-size: 12px; 
color: #000000;
width: 200px;
}

.chip {
font-family: Arial;
font-weight: bold; 
font-size: 11px; 
color: #000000;
}

a:link, a:visited { 
font-family: Arial;
font-weight: normal;
font-size: 12px; 
color: #000000; 
text-decoration: none;
}

a:hover { 
font-family: Arial;
font-weight: normal;
font-size: 12px; 
color: #000000;
text-decoration: underline;
}
