﻿.styleMenu
{
font-family: Arial;
	font-size: 15px;	
	color: #FFFFFF;
	font-weight:bold
}
.styleLink1
{
color: #5eff89;
	text-decoration: none;	

}
.style1 {
	font-size: 11px;	
}
/* Style4 */
.sub_tittle {
	font-size: 15px;	
	font-weight:bold;
}
/* Style3 */
.tittle,.Style3
{
	font-size: 17px;
	font-weight:bold;
}
.stylecolor
{
color: #60ffdf;

}
.styleTitle
{
font-family:Arial
font-size: 14px;
color: #60ffdf;
}

.ItemDesc
{
	color:#000;
	
	font-family:Arial, Helvetica, sans-serif;
	
}
.ItemShortDesc
{
	color:#000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

td.CourseContent 
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;	
	text-align:justify;
}

td.CourseTitle
{
	font-family: Arial;
	font-size: 15px;	
	color: #FFFFFF;
	font-weight:bold;
	padding-top:10px;
}

td.CourseName
{
	font-family: Arial;
	font-size: 17px;
	color: #FFFFFF;
	font-weight:bold;
}
/*-----------textarea------------------*/
textarea.CourseOutline
{
	height:100%;
	width:100%;
	background-color:Transparent;
	border:none;
	overflow:visible;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;	
	text-align:justify;
}