BODY {	
		background-color: #FFFFFF; 
		SCROLLBAR-FACE-COLOR: #FFFFFF; 
		SCROLLBAR-HIGHLIGHT-COLOR: #FF8600; 
		SCROLLBAR-SHADOW-COLOR: #FF8600; 
		SCROLLBAR-ARROW-COLOR: #FF8600; 
		SCROLLBAR-BASE-COLOR: #FFFFFF; 
		SCROLLBAR-CHECKBOX: #FF8600;
	 }


BODY, P, TABLE, INPUT, SELECT, A, TEXTAREA {	
			font-family: Arial, Helvetica; 
			font-size: 10pt; 
			color: #000000; 
		 }

/*** CONTENT ***/
H2				{ font-size: 13pt; font-weight: bold; text-transform: uppercase; }
A				{ color: #FF8600; font-style: italic; }
HR				{ color: #FF8600; size: 1px; width: 100%; border-style: none;}
B, STRING		{ font-weight: bold; }

P.label			{ font-weight: bold; color: #468DBE; }
.mainBorder		{ border: 1px #FF8600 solid; width: 100%; height: 750px; padding: 20px; }
.newsTitle		{ font-weight: bold; }
.Footer			{ font-size: 7pt; color: #FF8600; }


/*** MENU ***/
.MainMenu							{ font-size: 10pt; font-weight: bold; color: #FF8600; text-decoration: none; font-style: normal; }
.MainMenu:link, .MainMenu:visited	{ font-size: 10pt; font-weight: bold; color: #FFFFFF; }
.MainMenu:hover, .MainMenu:active	{ font-size: 10pt; font-weight: bold; color: #000000; }
.MainMenuSelected					{ font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none; font-style: normal; }

.SubMenu							{ font-size: 8pt;  font-weight: bold; color: #000000;  text-decoration: none; font-style: normal; }
.SubMenu:link, .SubMenu:visited		{ font-size: 8pt;  font-weight: bold; color: #FFFFFF; }
.SubMenu:hover, .SubMenu:active		{ font-size: 8pt;  font-weight: bold; color: #000000; }
.SubMenuSelected					{ font-size: 8pt;  font-weight: bold; color: #000000; text-decoration: none; font-style: normal; }

.OrangeText	{ font-size: 8pt; font-weight: bold; color: #FF8600; }

/*** dropdowns ***/
.crmDD		{ border: 1px #468DBE solid;font-size: 8pt; font-weight: bold; color: #FF8600; width: 200px; }
.crm		{ border: 1px #468DBE solid; font-size: 8pt; font-weight: bold; color: #FF8600; }
.crmButton	{ font-size: 8pt; font-weight: bold; border: 1px #FFECD7 solid; background-color: #FF8400; color: #FFFFFF; }
TD.label	{ vertical-align: top; text-align: right; font-weight: bold; color: #468DBE; }
TD.field	{	}

/*** register fields ***/
INPUT.register					{	border: 1px #468DBE solid; width: 400px; }
SELECT.register					{	border: 1px #468DBE solid; width: 400px; }
TEXTAREA.register				{	border: 1px #468DBE solid; width: 400px; height: 100px; }
INPUT.reghalf, SELECT.reghalf	{	border: 1px #468DBE solid; width: 150px; }
INPUT.button					{	font-size: 8pt; font-weight: bold; border: 1px #FFECD7 solid; background-color: #FF8400; color: #FFFFFF; }
TH.labelreg						{	text-align: right; font-weight: bold; color: #468DBE; }
TD.labelreg						{	vertical-align: top; text-align: right; }
TEXTAREA { 
		SCROLLBAR-FACE-COLOR: #FFFFFF; 
		SCROLLBAR-HIGHLIGHT-COLOR: #468DBE; 
		SCROLLBAR-SHADOW-COLOR: #468DBE; 
		SCROLLBAR-ARROW-COLOR: #468DBE; 
		SCROLLBAR-BASE-COLOR: #FFFFFF; 
		SCROLLBAR-CHECKBOX: #468DBE; }
