a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:active  { color: #000000; text-decoration: underline; }
a:hover   { color: #000000; text-decoration: none; }

body {
	background: #B1BEC1;
}
p {
  font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
}

select {
 font-size: 12px;
 font-family: verdana;
 color: #000000;
 background-color: #cfcfcf;
}
textarea {
 font-size: 12px;
 font-family: verdana;
 color: #000000;
 background-color: #cfcfcf;
}

input {
 font-size: 12px;
 font-family: verdana;
 color: #000000;
 background-color: #cfcfcf;
 border:1px solid #000000;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}
.button {
 font-size: 12px;
 font-family: verdana;
 color: #000000;
 background-color: #cfcfcf;
 border:1px solid #000000;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}
.empty {
	border: none;
	background-color: none;
}

.heading1 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}
.heading2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}
.footer {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}
.highlighted {
	font-weight: bold;
	color: #E30000;
}

.maintable {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #C9D6DE;
}
.surround {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #B1BEC1;
	padding: 5px;
}
.box {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #C9D6DE;
}
.quote {
	border-width: 1px;
	border-style: solid;
	border-color: #002288;
	background-color: #C9D6DE;
	margin: 5px;
}
