/*					Links */
  	A:link	{text-decoration: none; color:#000099}
	A:visited  {text-decoration: none; color: #000099}
	A:active {text-decoration: none; color:#0000FF}
	A:hover {text-decoration: none; color:#0000FF}
	
	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: 14px;
  COLOR: #303B57;
  FONT-FAMILY: Verdana, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0
}
H2 {
  FONT-WEIGHT: bold;
  font-size: 11px;
  COLOR: #303B57;
  FONT-FAMILY: Verdana, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: -3
}
h3,h4,h5,h6 {
  FONT-WEIGHT: bold;
  font-size: 11px;
  COLOR: #303B57;
  FONT-FAMILY: Verdana, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0
}
p,div {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Verdana,  Geneva, Helvetica, sans-serif; 
}
	
/*					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: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.V9					{ color: #333333; font-size: 9px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.V10				{ color: #333333; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.normal				{ color: #333333; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.V11e				{ color: #990000; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.V12				{ color: #333333; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 130%;  }
.V13				{ color: #333333; font-size: 13px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.V14				{ color: #333333; font-size: 14px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

