a:link    { color: #333333; text-decoration: underline; font-weight: bold; }
a:visited { color: #333333; text-decoration: underline; font-weight: bold; }
a:active  { color: #999999; text-decoration: underline; font-weight: bold; }
a:hover   { color: #999999; text-decoration: underline; font-weight: bold; }

body {
	background: #989898;
	background-image: url(../img/back_default.jpg);
}
p {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size: 10pt;
}
td {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size: 10pt;
}

input {
	font-family: Sans-serif, Tahoma, Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	border: 1px dashed #000000;
}
textarea {
	font-family: Sans-serif, Tahoma, Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	border: 1px dashed #000000;
}
select {
	font-family: Sans-serif, Tahoma, Arial, Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
}
.button {
	font-family: Sans-serif, Tahoma, Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #DEDEDE;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid #666666;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #666666;
}
.empty {
	border: none;
	background-color: none;
}

.heading1 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #333333;
	padding-bottom: 4px;
}
.heading2 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #333333;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
}
.footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}
.highlighted {
	font-weight: bold;
	color: #CC0000;
}

.maintable {
	color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}
.surround {
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background-color: #F4F4F4;
	padding: 5px;
}
.box {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}
.quote {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background-color: #E6E6E6;
	margin: 5px;
}
