body		{
				margin: 0px;
				padding: 0px;
				text-align: center;
				font-family: Arial, Helvetica, sans-serif;
				background: url(../images/layout/bg_bod.png) center repeat-y;
				background-color: #f8f8f8;
			}
			
img			{
				border: 0px;
			}

form		{
				border: 0px;
			}

.text1{
					 font-size: 16px;
					 color: #2a83e8;
					 font-weight: bold;
					}

.text2{
					 font-size: 10px;
					 color: #9a9fa1;
					 font-weight: bold;
					}
					
.text3{
					 font-size: 10px;
					 color: #5b5e63;
					}

table				{
						border-collapse:collapse;
						border: 0px;
						font-size: 11px;
					}
				
td, th				{
						border:	0px;
					}
		
/*  H E A D E R  */

#hd_con		{
				margin-left: auto;
				margin-right: auto;
				text-align: right;
				background-image: url(../images/layout/bg_hd.png);
				background-repeat: no-repeat;
				width: 900px;
				height: 125px;
			}
		
/*  N A V I G A T I O N  */

#nav_con	{
				margin-left: auto;
				margin-right: auto;
				width: 890px;
				height: 15px;
				padding: 5px;
				text-align: right;
				border-top: dashed #cccccc 1px; 
				border-bottom: dashed #cccccc 1px;
				background-color: white; 
				font-size: 12px;
			}
				
/*  B O D Y  */

#bd_con		{
				margin-left: auto;
				margin-right: auto;
				width: 900px;
			}

#bd_sub_con	{
				margin-top: 10px;
				float: left;
				height: 570px;
			}

#bd_sub_lt	{
				width: 280px; 
				margin: 10px; 
				text-align: center;
				-webkit-box-shadow: 0px 0px 5px #cccccc;
				-moz-box-shadow: 0px 0px 5px #cccccc;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			}

#bd_cat_wrap{
				background-color: white;
				width: 600px;
				height: 680px;
			}

#bd_cat_con	{
				width: 190px;
				margin: 3px;
				float: left;
			}

#bd_cat_hd	{
				text-align: right;
				margin-bottom: 10px;
				color: #999999;
				font-weight: bold;
				width: 99%;
			}

#bd_arc_hd	{
				 width: 590px;
				 text-align: right;
				 font-size: 10px;
				 color: #d2d5d9;
				 font-size: 11px;
				 clear: both;
			}

#bd_arc_iss	{
					 width: 100px;
					 border-top: 1px solid #e8e7df;
					 border-bottom: 1px solid #e8e7df;
					 margin: 5px;
					}

#bd_arc_iss img{
					 margin: 5px;
					}

.gradient			{
					background: -moz-linear-gradient(bottom, #d8d8d8, #fff);
					background: -webkit-gradient(linear, center bottom, center top, from(#d8d8d8), to(#fff)); 
					}
					

	/* L O G I N  A N D  C O N F I R M A T I O N  B O X */

#bd_log				{
						
						margin: 0px;
						padding: 0px;
						text-align: center;
						font-family: Arial, Helvetica, sans-serif;
						background-color: #f8f8f8;
						
					}

/*  F O O T E R  */

#ft_con		{
				margin-left: auto;
				margin-right: auto;
				width: 900px;
				height: 10px;
				text-align: right;
				font-size: 12px;
			}
			
#ft_cop		{
				font-size: 10px;
				font-weight: bold;
				color: #666666;
				text-align: left;
			}

#ft_lnx		{
				font-size: 10px;
				font-weight: bold;
				text-align: left;
			}
			
/*  L I N K S  a n d  I N P U T  */

.in			{
				width: 130px;
				height: 24px;
				background-color: #FFFFFF;
				border: 1px solid white;
				margin-bottom: 2px;
				font-size: 20px;
				color: #666666;
			}

.dropdown	{
				vertical-align: middle; 
				height: 18px; 
				font-size: 10px; 
				color: #666666;
			}

#nav_link	{
				font-weight: bold;
				color: #FF0000;
			}

.normal_link	     {text-decoration:none;}
.normal_link:active  {text-decoration:none;}
.normal_link:visited {text-decoration:none;}
.normal_link:hover   {text-decoration:underline;}

