.login_submit
			{
				border:0;
				background-image:url('../images/login_button.jpg');
				width:30;
				height:32;
				cursor:'Hand';
			}
			
.search_highlight
			{

				background-color:#CCCCCC;
				padding-left:2;
				padding-right:2;
			}
.normal_text
			{
				font-family:Tahoma;
				font-size:11px;
				color:#4F4129;
			}
			
.ar_text
			{
				font-family:Tahoma;
				font-size:10px;
				color:#990000;
			}

.small_text
			{
				font-family:Tahoma;
				font-size:9px;
				color:#4F4129;
			}
			
.title_text
			{
				font-family:Tahoma;
				font-size:16px;
				color:#4F4129;			
			}
			
.header_text
			{
				font-family:Tahoma;
				font-size:14px;
				color:#4F4129;			
			}
.error_text
			{
				font-family:Tahoma;
				font-size:10px;
				color:#FF0000;			
			}
.focus_text
			{
				font-family:Tahoma;
				font-size:10px;
				color:#990000;			
			}

.inner_box_text
			{
				font-family:Arial;
				font-size:14px;
				color:#EAEAEA;
				
			}
								
input,textarea,select
			{
				font-family:Tahoma;
				font-size:12px;
				border-style:'outset';
				border-width:1;
				border-color:#9FA176;
				background-color:#F8F9EF;
				color:#000000;
			}
			
.submit_small
			{
				font-family:verdana;
				font-size:10px;
				border-style:outset;
				border-width:1;
				border-color:#797D59;
				background-color:#E0E1C3;
				color:#000000;
				width:80;
			}
.submit
			{
				font-family:verdana;
				font-size:10px;
				border-style:outset;
				border-width:1;
				border-color:#797D59;
				background-color:#E0E1C3;
				color:#000000;
				width:150;
			}
						
BODY 		{
				SCROLLBAR-FACE-COLOR: #CFCABB;
				SCROLLBAR-HIGHLIGHT-COLOR: #9F9579;
				SCROLLBAR-SHADOW-COLOR: #4F4129;
				SCROLLBAR-3DLIGHT-COLOR: #9F9579;
				SCROLLBAR-ARROW-COLOR: #4F4129;
				SCROLLBAR-TRACK-COLOR: #CAC1A0;
				SCROLLBAR-DARKSHADOW-COLOR: #9F9579;

			}
			
.border{
			border-style:solid;
			border-width:1;
			border-color:#A8C7E3;
		}			
			

.empty_border
		{
			border-style:solid;
			border-width:1;
			border-color:#D8D8D8;
		}

a			{
				color:#67170E;
				font-family:Tahoma;
				font-size:11px;
				text-decoration:none;
			}
			
a:hover		{
				color:#990000;
				font-family:Tahoma;
				font-size:11px;
				text-decoration:none;
			}
						

.cell1 		{
				font-family:verdana;
				font-size:10px;
				border-style:solid;
				border-width:1;
				border-color:#235E5C;
				background-color:#F1F2DE;
				color:#002422;
			}
			
.cell2 		{
				font-family:verdana;
				font-size:10px;
				border-style:solid;
				border-width:1;
				border-color:#235E5C;
				background-color:#E0E1C3;
				color:#002422
			}
			
.cell3		{
				font-family:verdana;
				font-size:10px;
				border-style:solid;
				border-width:1;
				border-color:#9FA175;
				background-color:#AFAF85;
				color:#64634F;
			}
			
.left_links	{
				color:#133D52;
				font-family:verdana;
				font-size:10px;
				text-decoration:none;
			}

.left_links:hover
			{
				color:#000000;
				font-family:verdana;
				font-size:10px;
				text-decoration:underline;
			}
																