body {
margin:0 auto;
padding:0;
font: helvetica, sans-serif;
color:#303030;
}

p {
font-size: .7 em; 
font-family: helvetica, sans-serif
}

p.moduleTitle {
font-weight: bold;
}

p.formError {
color: green;
}

table {
width: 320 px;
}

div {
width: 320 px;
}

div.header {
text-align: center;
border: solid thin;
background-color: #666699;
color: white;
}

div.menu {
text-align: center;
}

div.footer {
text-align: center;
}

div.admin {
text-align: right;
margin-top: 0 px;
margin-bottom: 0 px;
}

span {
font-size: .7 em; 
font-family: helvetica, sans-serif
}

span.title {
font-size: 1 em; 
font-weight: bold; 
}

span.subtitle {
font-size: .7 em; 
}

span.footer {
font-size: .5 em; 
}

span.high {
color: blue;
}

tr.nav {
background-color: #6699ff;
}

tr.alt0 {
background-color: #cccccc;
}

tr.alt1 {
background-color: #dddddd;
}

tr.alt2 {
background-color: #eeeeee;
}

a {
font-family: helvetica, sans-serif;
}

input {
font-size: .7 em; 
font-family: helvetica, sans-serif
}

select {
font-size: .7 em; 
font-family: helvetica, sans-serif
}

textarea {
font-size: .7 em; 
font-family: helvetica, sans-serif
}

blockquote {
font-size: .7 em; 
font-family: helvetica, sans-serif;
border: 2px dotted #cccc99;
padding-left: 5 px;
padding-right: 5 px;
margin: .25 em;
}