TD 
	{
		font-size : 12px;
		font-weight : BOLD;
		color: #627B9C;
		font-family : Arial, Helvetica, sans-serif;
	}
TD.member_dark 
	{
		font-size : 12px;
		font-weight : BOLD;
		color: #374D69;
		font-family : Arial, Helvetica, sans-serif;
	}	
TR.dark
	{
		font-size : 11px;
		background : #D0DEE9;
		font-family : Arial, Helvetica, sans-serif;
	}
TR.light
	{
		font-size : 11px;
		background : #E7EEF4;
		font-family : Arial, Helvetica, sans-serif;
	}
TH 
	{
		font-size   : 14px;
		font-weight : BOLD;
		color: #384B76;
		background : #AAB9CC;
		font-family : Arial, Helvetica, sans-serif;
	}

.reg_button
	{
		background : #99CCFF;
		font-weight : BOLD;
		color  : black;
	}

BODY
	{
		font-size : 11px;
		color : #384B76;
		font-family : Arial, Helvetica, sans-serif;
		scrollbar-face-color: #AAB9CC;
		scrollbar-shadow-color: #ffffff;
		scrollbar-highlight-color: #D0DEE9;
		scrollbar-3dlight-color: #D0DEE9;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #E7EEF4;
		scrollbar-arrow-color: #ffffff;
	}

	a:link    {text-decoration: underline;color : #627B9C;}
	a:active  {text-decoration: underline;color : #627B9C;}
	a:visited {text-decoration: underline;color : #627B9C;}
	a:hover   {text-decoration: underline;color: #384B76;}


 #divContainer
 {
 OVERFLOW: hidden; VISIBILITY: hidden; POSITION: relative;
 }
 #divContent
 {
	POSITION: relative;
 }
