/*					Scrollbars */
body         { SCROLLBAR-FACE-COLOR: #666666; 
		SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3; 
		SCROLLBAR-SHADOW-COLOR: #f3f3f3; 
		SCROLLBAR-ARROW-COLOR: #ffffff; 
		SCROLLBAR-BASE-COLOR: #333333; 
		scrollbar-dark-shadow-color: e5e5e5; 
		scrollbar-3d-light-color: #9BAAC1 
}

/*					Links */
  	A:link	{color:#000000}
	A:visited  {color: #000000}
	A:active {color:#000000}
	A:hover {color:#990000}
	
	A.new:link	{text-decoration: none; color:#4E6172}
	A.new:visited  {text-decoration: none; color: #4E6172}
	A.new:active {text-decoration: none; color:#303B57}
	A.new:hover {text-decoration: none; color:#303B57}
	
/*					Headings */

B {
  FONT-WEIGHT: normal;
  COLOR: #333333;
}

H1 {
  FONT-WEIGHT: bold;
  font-size: 13px;
  COLOR: #990000;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0
}
H2 {
  FONT-WEIGHT: bold;
  font-size: 11px;
  COLOR: #000000;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: -3
}
	
/*					Form Fields */

INPUT, TEXTAREA 	{ color: #333333; font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica; font-size: 11px; font-weight: 400; }
.textfield {background-color: #e5e5e5 ; color: #333333; font-size: 11px; font-family: Verdana; }

/*					List Items */

UL.inside			{ display: list-item; list-style: inside; text-indent: 8%; color: #333333; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
UL.outside			{ display: list-item; list-style: outside; text-indent: 8%; }
LI.square			{ list-style-type: square; }
LI.circle			{ list-style-type: circle; }
LI.upperroman		{ list-style-type: upper-roman; }
LI.lowerroman		{ list-style-type: lower-roman; }
LI.disc				{ list-style-type: disc; }
LI.decimal			{ list-style-type: decimal; }
LI.lowalpha			{ list-style-type: lower-alpha; }
LI.upperalpha		{ list-style-type: upper-alpha; }
LI.none				{ list-style-type: none; line-height: 5px}

/*ul	{ line-height: 12px; margin-top: 0; margin-bottom: 0 }
ol	{ line-height: 20px; margin-top: 0; margin-bottom: 0 }*/

/*					Verdana */

.V8					{ color: #333333; font-size: 8px; font-family: Arial, Helvetica, sans-serif; }
.V9					{ color: #333333; font-size: 9px; font-family: Arial, Helvetica, sans-serif; }
.V10				{ color: #333333; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
.normal				{ color: #333333; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.V11e				{ color: #990000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.V12				{ color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.V13				{ color: #333333; font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
.V14				{ color: #333333; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
.V12wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.V12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.V13b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.V12Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.h216B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.H316b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.H116B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.v12rdunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.PageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.H1BRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

