/*  */

body
{
	margin: 20px 20px 20px 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;

	/* background-color: #FFFFFF; */
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}


a:link, a:visited
{
	color: green;
	text-decoration: underline;
}

a:hover, a:active
{
	color: red;
	text-decoration: underline;
}

.clsInverse a:link, .clsInverse a:visited, .stHeader1 a:link, .stHeader1 a:visited
{
	color: yellow;
	text-decoration: underline;
}

.clsInverse a:hover, .clsInverse a:active, .stHeader1 a:hover, .stHeader1 a:active
{
	color: red;
	text-decoration: underline;
}

.page
{
	color: black;
	background-color: white;
}

abbr, acronym 		{
	cursor: help;
	border-bottom: 1px dotted;
	text-decoration: none;
}


table.stTableNoBorder
{
	color: #000000;
	border: 0px;
	border-style: hidden;
	border-collapse: collapse;
}

.stTableNoBorder td, table table.stTableNoBorder td, table table table.stTableNoBorder td, table table table table.stTableNoBorder td
{
	border: 0px;
	border-style: hidden;
	border-collapse: collapse;
	padding: 0px;
}

table.stTableNoBorderWithPadding
{
	color: #000000;
	border: 0px;
	border-style: hidden;
	border-collapse: collapse;
}

.stTableNoBorderWithPadding td, table table.stTableNoBorderWithPadding td, table table table.stTableNoBorderWithPadding td, table table table table.stTableNoBorderWithPadding td
{
	border: 0px;
	border-style: hidden;
	border-collapse: collapse;
	padding: 3px;
}

table.stTableBorder
{
	background-color: white;
	color: #000000;
	border: 1px solid #C0C0C0;
	padding: 0px;
	border-collapse: collapse;
}

.stTableBorder td, table table.stTableBorder td, table table table.stTableBorder td, table table table table.stTableBorder td
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: transparent;
	padding: 5px;
	border: 1px solid #C0C0C0;
}

table.stTableBorder .stHeader1, table.stTableNoBorder .stHeader1
{
	background-color: #003399;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
}

table.stTableBorder .stHeader2, table.stTableNoBorder .stHeader2
{
	background-color: #3366CC;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
}

table.stTableBorder .stHeaderGrey, table.stTableNoBorder .stHeaderGrey
{
	background-color: #F9F9F9;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

.stNoWrap
{
	white-space: nowrap;
}

.stNormal, .stNormalActive
{
	background-color: #FFFFFF;
	color: #000000;
}

hr {
	border: 0;
	color: gray;
	background-color: gray;
	height: 1px;
}

.stInputNormal {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

.stBorderRequired {
	border: 3px double blue;
	padding: 5px;
}

.stBorderOptional {
	border: 3px double #97AAF9;
	padding: 5px;
}

.stCapitalize {	text-transform: capitalize;
}

.stUpperCase {	text-transform: uppercase;
}

.stBlueButton {	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: darkblue;

	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px;
}


.BBCode_bold {
   font-weight: bold;
}

.BBCode_italics {
   font-style: italic;
}

.BBCode_underline {
   text-decoration: underline;
}

.BBCode_strikethrough {
   text-decoration: line-through;
}

.BBCode_overline {
   text-decoration: overline;
}

.BBCode_HL {
	background-color:yellow;
}


.BBCode_PRE {
	white-space: pre;
    font-family: 'Courier New', courier, monospace, mono;
}

.BBCode_quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.BBCode_codebody {
    background-color: #FFFFFF;
    font-size: 12px;
    color: #000099;
    border: 1px solid;
    margin: 0px;
    padding: 6px;
    overflow: scroll;
	width: 640px;
	max-height:300px;
	height:expression(this.scrollHeight > 300 ? "300px" : "auto");
    text-align: left;
}

.BBCode_quotebody {
	background-color: #FFFFFF;
    font-family: 'Courier New', courier, monospace, mono;
    font-size: 12px;
    color: #660002;
   	border: 1px solid #BFBFBF;
}

.BBCode_listbullet {
}

.BBCode_listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.BBCode_listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.BBCode_listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.BBCode_listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.BBCode_listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
}

.BBCode_indent {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}

.BBCode_Table 		{
	background-color: white;
	color: #000000;
	border: 1px solid #C0C0C0;
	padding: 0px;
	border-collapse: collapse;
}

.BBCode_Table td, table table.BBCode_Table td, table table table.BBCode_Table td, table table table table.BBCode_Table td
{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: transparent;
	padding: 1px;
	border: 1px solid #C0C0C0;

	vertical-align: top;
}

table.BBCode_Table .BBCode_Header       {
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
}

.stFixedWidth {
    font-family: 'Courier New', courier, monospace, mono;
}

.stBlue {
	color: darkblue;
}

.stRed {
	color: red;
}

.stBold {
	font-weight: bold;
}

