		
.normal_text,p,td,span
			{
				font-family:Tahoma;
				font-size:11px;
				color:#32527B;
			}

.title_text
			{
				font-family:Tahoma;
				font-size:13px;
				color:#32527B;			
			}
			
.header_text
			{
				font-family:Tahoma;
				font-size:14px;
				color:#32527B;			
			}
.error_text
			{
				font-family:Tahoma;
				font-size:10px;
				color:#FF0000;			
			}
.focus_text
			{
				font-family:Tahoma;
				font-size:10px;
				color:#990000;			
			}

input,select
			{
				
				border-style:solid;
				border-width:1;
				border-color:#D8D8D8;
				height:20;
				background-color:#FAFAFA;
				font-family:Tahoma;
				font-size:12px;
				color:#32527B;
			}
			
textarea
			{
				
				border-style:solid;
				border-width:1;
				border-color:#D8D8D8;
				background-color:#FAFAFA;
				font-family:Tahoma;
				font-size:12px;
				color:#32527B;
			}

.submit
			{
				
				border-style:solid;
				background-image:url('../images/submit_bg.jpg');
				border-width:1;
				border-color:#174F7D;
				height:20;
				background-color:#174F7D;
				font-family:Tahoma;
				font-size:12px;
				color:#FFFFFF;
			}

						
BODY 		{
				SCROLLBAR-FACE-COLOR: #32527B;
				SCROLLBAR-HIGHLIGHT-COLOR: #32527B;
				SCROLLBAR-SHADOW-COLOR: #95AECF;
				SCROLLBAR-3DLIGHT-COLOR: #95AECF;
				SCROLLBAR-ARROW-COLOR: #EBF1F7;
				SCROLLBAR-TRACK-COLOR: #95AECF;
				SCROLLBAR-DARKSHADOW-COLOR: #B9D5FF;

			}
			
.border{
			border-style:solid;
			border-width:1;
			border-color:#B3C7DF;
		}			
			

.empty_border
		{
			border-style:solid;
			border-width:1;
			border-color:#EAEAEA;
		}

a			
		{
			color:#D1852B;
			font-family:Tahoma;
			font-size:11px;
			text-decoration:none;
		}
			
a:hover
		{
			color:#990000;
			font-family:Tahoma;
			font-size:11px;
			text-decoration:none;
		}
		
.blue_a			
		{
			color:#32527B;
			font-family:Tahoma;
			font-size:11px;
			text-decoration:none;
		}
			
.blue_a:hover
		{
			color:#686868;
			font-family:Tahoma;
			font-size:11px;
			text-decoration:underline;
		}
		
.blue_a_2			
		{
			color:#990000;
			font-family:Arial Narrow;
			font-size:16px;
			text-decoration:none;
		}
			
.blue_a_2:hover
		{
			color:#686868;
			font-family:Arial Narrow;
			font-size:16px;
			text-decoration:underline;
		}
		
.products_title			
		{
			color:#32527B;
			font-family:Tahoma;
			font-size:24px;
			text-decoration:none;
		}
			
.products_title:hover
		{
			color:#686868;
			font-family:Tahoma;
			font-size:24px;
			text-decoration:underline;
		}								
