@charset "utf-8";
/* CSS Document */

body{margin:0px;
	background-color:#e5e5e5;}
	
.main_bg{background-image:-moz-linear-gradient(top, #ecedfd, #fff);
			background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #f4f4f4),color-stop(1, #fcfcfc));
			border:3px solid #CCCCCC;
			padding:15px;
			}
			
.contact_bg{background-image:-moz-linear-gradient(top, #ecedfd, #fff);
			background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #fcfcfc));
			border:1px solid #CCCCCC;
			padding:15px;
			}
			
.welcome{font-family:"BankGothic Md BT";
			font-size:16px;
			color:#666;
			font-weight:bold;
			}
			
.down_bg{background-image:url(images/down_bg.jpg);
		background-repeat:repeat-x;
		padding:9px 15px 9px 15px;
		border:1px solid #999;
		border-radius:5px;
		}
		
		
.download{font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#333;
			font-weight:bold;
			padding-bottom:10px;
			border-bottom:1px dotted #333333;
			}
			
.down_font{font-family:Arial, Helvetica, sans-serif;
			color:#333333;
			font-size:12px;
			}
			
			
			
			
.img_border{border:1px solid #13cbde;
			padding:3px;
			}
			
.wel_font{font-family:"BankGothic Md BT";
			font-size:14px;
			color:#333;
			line-height:20px;
			text-align:justify;
			}
			
.wel_font a:link {font-family:"BankGothic Md BT";
			font-size:12px;
			color:#333;
		text-decoration : none; } 
						  
.wel_font a:visited {font-family:"BankGothic Md BT";
			font-size:12px;
			color:#333;
	    text-decoration : none; } 
							
.wel_font a:hover {font-family:"BankGothic Md BT";
			font-size:12px;
			color:#13ccdf;
		text-decoration: underline; }
			
.contact{font-family:"BankGothic Md BT";
			font-size:14px;
			color:#4ec026;
			padding-bottom:10px;
			vertical-align:top;
			}
			
.contact_font{font-family:"BankGothic Md BT";
		font-size:14px;
		color:#333333;
		padding-bottom:10px;
		vertical-align:top;
		}
			








.categories {box-shadow:1px 1px 1px rgba(0, 0, 0, .1);-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, .1);-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, .1);border:1px solid #999;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;background-image:-moz-linear-gradient(top, #fcfcfc, #f4f4f4);/* FF3.6 */ background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #f7f4f4),color-stop(1, #aba7a7));/* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13ccdf', endColorstr='#13cbde');/* IE6,IE7 */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#0c808c')";/* IE8 */ margin-bottom:3px}
		.categories li {border-bottom:1px solid #999;border-top:1px solid #fff; }
		.categories li:first-child {border-top:none}
		.categories li:last-child {border-bottom:none}
			.categories li a {position:relative;display:block;padding:12px 0 11px 20px;font-size:16px;color:#000;text-decoration:none;font-family:"BankGothic Md BT";font-size-adjust:0.49;-moz-transition:all 0.2s ease-out; /* FF3.7+ */ -o-transition:all 0.2s ease-out; /* Opera 10.5 */ -webkit-transition:all 0.2s ease-out; /* Saf3.2+, Chrome */ font-family:"BankGothic Md BT"; font-size:14px; color:#000000;}
			.categories li a:hover {background-image:-moz-linear-gradient(top, #13cbde, #097883);/* FF3.6 */ background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #097883),color-stop(1, #097883));/* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#097883', endColorstr='#097883');/* IE6,IE7 */ -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#097883', endColorstr='#097883')";/* IE8 */ color:#fff;box-shadow:2px 2px 0 rgba(0, 0, 0, .1);-moz-box-shadow:2px 2px 0 rgba(0, 0, 0, .1);-webkit-box-shadow:2px 2px 0 rgba(0, 0, 0, .1);-webkit-border-top-right-radius:20px;-moz-border-radius-topright:20px;border-top-right-radius:20px;-webkit-border-bottom-right-radius:20px;-moz-border-radius-bottomright:20px;border-bottom-right-radius:20px;margin-right:-12px}
			
ul{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
     }
	 
ol, ul {
	list-style: none;
	
}