a.LinkStyle1{
	color: #0551ea;
	text-decoration: none;
}
a.LinkStyle1:link {
	color: #0551ea;
}
a.LinkStyle1:visited {
	color: #7925f8;
}
a.LinkStyle1:hover {
	text-decoration:underline;
}
a.LinkStyle1:active {
	color: #0551ea;
}

ul.feature{
	list-style-type:disc;
	margin:10px 0 0 20px;
	line-height:1.5;
	font-size:1.1em;
	font-weight:bold;
	color:#0035b5;
}

div.title{
	font-size:2.4em;
	color:#ffffff;
}

div.sub_title{
	font-size:1.3em;
	color:#ffffff;
	margin:7px 0 0 0;
}

div.title_bg{
	background-image:url("../img/title_bg.png");
	width:670px;
	height:100px;
	padding-top:30px;
}

div.paragraph_title{
	text-align:left;
	padding:5px 0 6px 10px;
	margin:40px 0 10px 0;
	background-color:#001b6a;
	width:658px;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:dotted 1px #001b6a;
	border-right:dotted 1px #001b6a;

}

div.biginning{
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	color:#0035b5;
}

div.content_width{
	width:670px;
	margin:auto;
	color:#2a2a2a;
	text-align:left;
	line-height:1.3;
}

table.course_table{
	border-collapse: collapse;
	margin:40px auto 0 auto;
	width:97%;
}

table.course_table td{
	border:1px solid #aaaaaa;
	padding:5px;
}

tr.gray_bg td{
	background-color:#e9e9e9;
	text-align:center;
}

tr.purple td{
	background-color:#eaefff;
	text-align:center;
}

td.table_title{
	background-color:#0035b5;
	color:#ffffff;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
}

