	body 
	{
		scrollbar-base-color		:#FFFFFF;
		scrollbar-track-color		:#FFFFFF;
		scrollbar-3dlight-color		:#FFFFFF;
		scrollbar-highlight-color	:#990000;
		scrollbar-darkshadow-color	:#FFFFFF;
		scrollbar-shadow-color		:#990000;
		scrollbar-face-color		:#FFFFFF;
	}

	.form
 	{ 
		font-family					:arial; 
		font-size					:11px; 
		background					:#FFFFFF; 
		color						:#494949; 
		border						:#990000 1px dotted; 
		border-bottom				:#990000 1px dotted; 
		border-right				:#990000 1px dotted; 
		border-left					:#990000 1px dotted;
	}
	
	.text
    {
		color				: #494949;
		font-family			: arial;
        font-size           : 11px;
		font-weight			: normal;
		text-decoration		: none;
		text-indent			: 0mm;
  		text-align			: left;
		vertical-align		: top;
	}

	a:link
    {
		color				: #494949;
		font-family			: arial;
        font-size           : 11px;
		font-weight			: normal;
		text-decoration		: underline;
		text-indent			: 0mm;
		text-align			: left;
		vertical-align		: top;
	}

	a:visited
    {
		color				: #494949;
		font-family			: arial;
        font-size           : 11px;
		font-weight			: normal;
		text-decoration		: underline;
		text-indent			: 0mm;
		text-align			: left;
		vertical-align		: top;
	}

	a:active
    {
		color				: #494949;
		font-family			: arial;
        font-size           : 11px;
		font-weight			: normal;
		text-decoration		: none;
		text-indent			: 0mm;
		text-align			: left;
		vertical-align		: top;
	}

	a:hover
    {
		color				: #494949;
		font-family			: arial;
        font-size           : 11px;
		font-weight			: normal;
		text-decoration		: none;
		text-indent			: 0mm;
		text-align			: left;
		vertical-align		: top
	}

