body {
  background: #ffffff;
  margin: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #666666;
  font-size: 10px;
  }
h1 {
    color: #999999;
    background-color: #f0f0f0;
    font-size: 12pt;
	padding: 0.5em;	
	text-align: center;
}
h2{
    color: #001177;
    font-size: 12pt;
}
a:link, a:visited {
  color: #663333;
  text-decoration: none;
  }
a:hover {
    color: #001177;
    text-decoration: none;
}

.menu a :link, .menu a:visited {
  color: #663333;
  text-decoration: none;
  font-weight: bold;
  }
.menu a:hover {
    color: #001177;
    text-decoration: none;
    font-weight: bold;
}

div.menu {
	width: 100%;
	border-bottom: 1px solid #666666;
	margin-bottom: 1em;
}

table {
	font-size: small;
}

.message {
    color: #663333;
    background-color: #ccffcc;
    border: 1px dashed #001177;
	padding-left: 0.5em;
}

.visitors {
    color: #001177;
    text-decoration: none;
    font-weight: bold;
}

.label {
	text-align: right;
	vertical-align: top;
}

.input {
	text-align: left;
	vertical-align: top;
}

.inputbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table.summary {
    padding: 0px;
    border: 1px solid #cccccc;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 5px;
    font-size: 11px;
}

table.summary th {
    background-color: #f0f0f0;
	border: 1px solid #cccccc;
    color: #666666; 
	font-weight: normal;
    text-align: center;
    padding: 0px 3px 0px 3px;
}

table.summary td {
    border: 1px solid #cccccc;
    text-align: center;
	color: #7b7dc1; 
}
	
table.summary .r0 {
}

table.summary .r1 {
    background-color : #f4f4f4;
}

table.summary a:link, table.summary a:visited , table.summary  a:hover {
	color: #7b7dc1; 
	text-decoration: none;
	font-weight: normal;
}

