ol {
	margin:0px;
	padding-left: 20px;
}
ol li{
	list-style-type: none;
	padding-bottom:10px;
	padding-left: 0px;
	margin-left:0px;	
}

a{
	color:black;
}

a:hover{
	color:#1a7fff;
}

.menu {
	height: 25px;
	background: url('./../images/mini_site/tabsback.png') repeat-x;
	padding-left:10px;
}

.menu_item	{
	float: left;	
	background: url('./../images/mini_site/tab.png' ) no-repeat;
	height : 25;
	width : 79;
	text-align: center;
}

.menu_item a{
		font-family: Tahoma;
 		font-size : 11px;	
 		text-align : center;
 		font-weight : bold;
 		color : #51667C; 
 		text-decoration : none;	
		position: relative;
		top: 5px;
}

.active {
	background: url('./../images/mini_site/activetab.png' ) no-repeat;	
}

.active a{
	color : #1A7FFF;	
}


.header {
	height: 79px;
	padding:0;
}

 	
 	.footer_copyright {
		font-family: Tahoma;	
 		font-size : 11px;	
		padding-top:10px;
		padding-right: 10px;
 		height : 37px;
 		width : 492px;
 		background-image : url('./../images/mini_site/footerback.png' );
 		text-align : right;
 		color : #23262C; 
 	}

	.page_title {
		font-family: Tahoma;
 		font-size : 18px;	
 		font-weight : bold;
		padding: 8px 0px;
 		color : #51667C; 
	}
	
	.small_title{
		font-family: Tahoma;
 		font-size : 12px;	
 		font-weight : bold;
		padding: 8px 0px;
 		color : #51667C; 		
	}
		
	.normal_font {
		font-size : 11px;
		vertical-align : top;
		font-family: Tahoma;
	}
	
	
	
	.text_input {
		color : #000000; 
		width : 250px;
		font-size : 11px; 
		border-style : solid; 
		border-color : #7D88A3;
		background-color : #ffffff;
		border-left-width : 1;
		border-right-width : 1px;
		border-top-width : 1;
		border-bottom-width : 1;
		vertical-align : middle;

	}

	.select_input {
		color : #000000;
		width : 250px; 
		font-size : 11px; 
		border-style : solid; 
		border-color : #7D88A3;
		background-color : #ffffff;
		border-left-width : 1;
		border-right-width : 1px;
		border-top-width : 1;
		border-bottom-width : 1;
		vertical-align : middle;
	}

	.submit_input {
		width : 120px;
		height : 35px;
		font-size : 11px; 
		border-style : solid; 
		border-color : #7D88A3;
		background-color : #E3E5F0;
		border-left-width : 1;
		border-right-width : 1px;
		border-top-width : 1;
		border-bottom-width : 1;
	}
	
	.not_font {
		color : #8F8F8F;	
		font-size : 11px;
	}

	.mini_site_scroolable_div {
		width: 300;
		background-color: #FFFFFF;
		height: 10;
		overflow-x: hidden;
		overflow-y: scroll;
	}

