.normal_text
			{
				font-family:tahoma;
				font-size:11px;
				color:#262A2E;
			}
			
.title_text
			{
				font-family:tahoma;
				font-size:16px;
				color:#233C4F;			
			}
			
.small_title_text
			{
				font-family:tahoma;
				font-size:13px;
				color:#233C4F;			
			}
			
			
.header_text
			{
				font-family:tahoma;
				font-size:18px;
				color:#000000;			
			}
			
.smallheader_text
			{
				font-family:tahoma;
				font-size:16px;
				color:#000000;			
			}			
			
.error_text
			{
				font-family:tahoma;
				font-size:11px;
				color:#FF0000;			
			}
.focus_text
			{
				font-family:tahoma;
				font-size:11px;
				color:#FF0000;			
			}

input,textarea,select
			{
				font-family:tahoma;
				font-size:11px;
				border-style:outset;
				border-width:1;
				border-color:#707070;
				background-color:#B6C7DD;
				color:#262A2E;
			}
			
.submit
			{
				font-family:tahoma;
				font-size:11px;
				border-style:outset;
				border-width:1;
				border-color:#707070;
				background-color:#B3C4DA;
				color:#262A2E;
				width:150;
			}
						
.submit_small
			{
				font-family:tahoma;
				font-size:11px;
				border-style:outset;
				border-width:1;
				border-color:#707070;
				background-color:#B3C4DA;
				color:#262A2E;
				width:75;
			}

						
BODY 		{
				SCROLLBAR-FACE-COLOR: #98ADC9;
				SCROLLBAR-HIGHLIGHT-COLOR: #164978;
				SCROLLBAR-SHADOW-COLOR: #98ADC9;
				SCROLLBAR-3DLIGHT-COLOR: #164978;
				SCROLLBAR-ARROW-COLOR: #164978;
				SCROLLBAR-TRACK-COLOR: #B3C4DA;
				SCROLLBAR-DARKSHADOW-COLOR: #98ADC9;

			}
			
.border{
			border-style:solid;
			border-width:1;
			border-color:#707070;
		}			
			


a			{
				color:#225280;
				font-family:tahoma;
				font-size:11px;
				text-decoration:none;
			}
			
a:hover		{
				color:#2D3235;
				font-family:tahoma;
				font-size:11px;
				text-decoration:none;
			}

.a_big	{
				color:#225280;
				font-family:tahoma;
				font-size:13px;
				text-decoration:none;
			}
			
.a_big:hover
 			{
				color:#225280;
				font-family:tahoma;
				font-size:13px;
				text-decoration:none;
			}
			
.cell1 		{
				font-family:tahoma;
				font-size:11px;
				border-style:solid;
				border-width:1;
				border-color:#707070;
				background-color:#B3C4DA;
				color:#262A2E;
			}
			
.cell2 		{
				font-family:tahoma;
				font-size:11px;
				border-style:solid;
				border-width:1;
				border-color:#707070;
				background-color:#98ADC9;
				color:#262A2E
			}
			
.cell3		{
				font-family:tahoma;
				font-size:11px;
				border-style:solid;
				border-width:1;
				border-color:#707070;
				background-color:#8995A6;
				color:#262A2E;
			}
			
.bg_color   {
				background-color:#B3C4DA;
			}
.bg_color_over
  			{
				background-color:#98ADC9;
			}