@import url("./style-table.css");

body.main {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	text-decoration: none;
	background-color: #ffffff;
	width: 980px;
	margin: 10 auto;
	text-align: center;
}

body.profile {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	background-color: #ffffff;
	text-align: center;
}

a {
	font-family: Verdana, sans-serif;
	font-weight: none;
	text-decoration: underline;
	color: #a8975e;
}

a:hover {
	color: #b4b4b4;
}

a.link_gold {
	font-family: Verdana, sans-serif;
	font-size: 9.5pt;
	font-weight: none;
	text-decoration: underline;
	color: #a8975e;
}

a.link_gold:hover {
	color: #b4b4b4;
}

a.link_green {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #030;
}

a.link_green:hover {
	color: #247b24;
}

a.link_green2 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #030;
}

a.link_green2:hover {
	color: #247b24;
}

a.link_red {
	font-family: Verdana, sans-serif;
	font-weight: none;
	text-decoration: none;
	color: #ff3300;
}

A.white {
	font-family: Verdana, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}
A.white:link {
	color: #FFFFFF;
}
A.white:active {
	color: #CCFF99;
}
A.white:visited {
	color: #FFFFFF;
}
A.white:hover {
	color: #CCFF99;
	text-decoration: underline;
}

.button {
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	border: outset 1px #ccc;
	background: #f90;
	padding: 1px 2px;
	background: url(images/button_gradient.gif) repeat-x left top;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}
.darkred {
	color: #CC0000;
}
.blue {
	color: #0000AA;
}
.brown {
	color: #967C00;
}
.grey {
	color: #666666;
}
.darkgrey {
	color: #3F3F3F;
}
.yellow {
	color: #FFFF33;
}
.lightyellow {
	color: #FFFFDD;
}
.orange {
	color: #FFCC00;
}
.green {
	color: #339966;
}
.brightgreen {
	color: #CCFF99;
}
.darkgreen {
	color: #007B4A;
}
.gold {
	color: #FFCC33;
}
.gold2 {
	color: #FFDD33;
}
.purple {
	color: #550081;
}
.violet {
	color: #BA3DAD;
}
.xs {
	font-size: 7.5pt;
}
.small {
	font-size: 8.5pt;
}
.smallred {
	font-size: 8.5pt;
	color: #FF0000;
}
.f9 {
	font-size: 7.5pt;
}
.normal {
	font-size: 10pt;
}
.normalred {
	font-size: 10pt;
	color: #FF0000;
}
.medium {
	font-size: 12pt;
}
.mediumred {
	font-size: 12pt;
	color: #FF0000;
}
.mediumblue {
	font-size: 12pt;
	color: #000099;
}
.mediumgold {
	font-size: 12pt;
	color: #FFFF99;
}
.xl {
	font-size: 20pt;
}
P {
	font-family: Verdana, sans-serif;
	font-style: normal;
	text-decoration: none;
}
UL.indent {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	text-decoration: none;
	margin-left: 0.45cm;
	position: relative;
}
OL.indent {
	font-family: Verdana, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	text-decoration: none;
	margin-left: 0.75cm;
	position: relative;
}
DIV {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	text-decoration: none;
}
th {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration: none;
}
td {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	text-decoration: none;
}
textarea {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #ccc;
}

textarea.small {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #ccc;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
}

input.small {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #ccc;
}

input.text {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #ccc;
}

select.text {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #ccc;
}

option {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
}

.border_grey {
	background-image: url(images/border_fade.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.header_white {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.header_black {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.header_content {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

.header_contentlarge {
	font-family: Verdana, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: #000000;
}

.subheader_red {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

.articleheader_red {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

.sidebar_large {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

.text_justify {
	text-align: justify;
}

.text_center {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
