@charset "UTF-8";
/* CSS Document */


.navbar.navbar-inverse.navbar-fixed-top {
	background:#000000;
	}

 .navbar {
  min-height: 57px;
 }

.navbar-brand {
  padding: 0 0px;
  height: 57px;
  line-height: 57px;
}

.navbar-header {
	padding: 0 0px;
}

.nav navbar-nav navbar-right {
	color: white;}
	
	.h1style {

	color: #000000;

	font-size: 22px;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	line-height: 150%;

	}

	
	.h2style {

	color: #666666;

	font-size: 18px;

	font-family:  Arial, Helvetica, Sans-Serif;;

	font-weight: normal;

	padding: 10px 0px;

	line-height: 150%;

	margin: 0px;

	}
	
	
	.h2style1 {

	color: #5847b7;

	font-size: 16px;

	font-family:  Arial, Helvetica, Sans-Serif;;

	font-weight: normal;

	padding: 10px 0px;

	line-height: 150%;

	margin: 0px;

	}
	
	.h3style {

	color: #5847b7;

	font-size: 22px;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	line-height: 150%;

	
	}
	
	.h4style {
	
	color: #f97103;

	font-size: 20px;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	line-height: 150%;
	
	}
	
	/**************************
	icon font
	**************************/
	
	
	.iconfont {
		
	margin: 0px; padding: 5px 3px;

	border-bottom: 1px dotted #D3D3D3;
	
	}
	
/*************************************

	Left Sidebar

**************************************/

.l_sidebar {

	float: left;

	display: block;

	width: 145px;

	font-size: 11px;

	margin: 0px; padding: 0px;

}

.l_sidebar p {

	border-top: 1px dotted #D3D3D3;

}

.l_sidebar p {

	margin: 0px; padding: 5px 3px;

	border-bottom: 1px dotted #D3D3D3;

}


/*************************************

	Right Sidebar

**************************************/

.r_sidebar {

	display: block;

	width: 145px;

	font-size: 11px;
	
	margin: 0px; padding: 0px;
	
}

.r_sidebar p {

	border-top: 1px dotted #D3D3D3;

}

.r_sidebar p {

	margin: 0px; padding: 0px 3px;

	border-bottom: 1px dotted #D3D3D3;

}

.r_sidebar p a:hover {

	background: #e7e0d1;

	color: #8d8289;

	text-decoration: none;

}

.r_sidebar p a, #r_sidebar p a:visited {

	color: #666666;

	display: block;

	padding: 0px;

	margin: 0px;

	text-decoration: none;

}


	.classlink:link, .classlink:visited {
    color: white;
	
	}
	
	.classlink:hover {
		color: black;
	}
		
	.bg-lightgray
{
    background-color:#f87a02;
}

	.fontsize {
	font-size: 12px;
}

