.jg_normal_text { 
	font-family: Tahoma;
	font-size: 12px;
	color: #3D3D3D;
}

.jg_title_text { 
	font-family: Tahoma;
	font-size: 13px;
	color: #637C8F;
	font-weight: bold;
}

.jg_small_text {
	font-family: Tahoma;
	font-size: 10px;
	color:#637C8F;
}

/* lesson section header */
.jg_big_text {
	font-family: "Tahoma";
	font-size:12px;
	color:#637C8F;
}


.jg_nav_text {
	font-family: "Tahoma";
	font-size:14px;
	color:#3D3D3D;
}

.jg_bigger_text {
	font-family: "Tahoma";
	font-size:12px;
	color:#3D3D3D;
	font-weight: bold;
}

/* menu */
.jg_large_text {
	font-family: "Traditional Arabic";
	font-size:14px;
	color:#3D3D3D;
	font-weight: bold;
}



h1 {
	font-family: "Tahoma";
	font-size:18px;
	color:#637C8F;
}

.jg_code {
	font-family: "Courier New", Courier, mono;
	border: 1px solid #3a3a3a;
	font-size: 12px;
	color: #3d3d3d;
	background-color: #e5e5e5;
	direction: ltr;
	width:auto
}

a {
   color:#637C8F;
   }

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #3D3D3D;	
}
.jg_dark_border {
	border: thin dotted #637c8f;
	font-family: Tahoma;
	font-size: 12px;
	color: #3D3D3D;

}

.jg_light_border {
	border: thin dashed #E7DE60;
	font-family: Tahoma;
	font-size: 12px;
	color: #3D3D3D;

}

.jg_solid_border {
	border: 1px solid #3D3D3D;
	font-family: Tahoma;
	font-size: 12px;
	color: #3D3D3D;
}


.jg_input_dark_bg {
	border: 1px solid #3D3D3D;
	font-family: Tahoma;
	font-size: 12px;
	color: #E7DE60;
	background-color:#3D3D3D;
}

.jg_input_light_bg {
	border: 1px solid #3D3D3D;
	font-family: Tahoma;
	font-size: 12px;
	color: #3D3D3D;
	background-color: #E7DE60;

}

.jg_menu {
	font-family: Tahoma;
	font-size: 11pt;
	color: #3D3D3D;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-color: #3D3D3D;
	border-top-width: 1px;
	border-top-color: #3D3D3D;

} 

.jg_menu a {
    text-decoration: none;
    border-bottom-color:#3D3D3D;
    border-bottom-style:solid;
	border-bottom-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #3D3D3D;
	display: block;
	} 

.jg_menu a:hover {
	color: #3D3D3D;
	text-decoration: none;
	background-color: #e5e5e5;


