@charset "utf-8";

body {
   margin:0;
   padding:0;
   height:100%;
}
.links {
	font-family: "Helvetica Neue", Helvetica;
	text-decoration: none;
	color: #339;
	font-weight:normal;
	font-size:11px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #339;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #00F;
	font-weight:normal;
}
a:active, a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
body {
	background-image: url(images/background_tile.gif);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Helvetica;
	font-size: 12px;
	color: #FFF;
	margin:0px;
	padding:0px;
	top:0px;
}
.white_body {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 12px;
	color:#FFF;
}
.black_body {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 12px;
	color: #000;
}
.body_header {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 13px;
	font-weight:bold;
	color: #036;
/*	color:#006699;*/
}
.header_01 {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 13px;
	font-weight:bold;
	color:#FFF;
}
.style2 {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica;
	color: #6C6C6A;
}
.course_header {
	font-family: "Helvetica Neue", Helvetica;
	font-size:13px;
	font-weight:bold;
	color:#FFFF00;
}
.course_price {
	font-family: "Helvetica Neue", Helvetica;
	font-size:12px;
	font-weight:bold;
	color: #CD0000;
	font-style:oblique;
}
.tableBoarder {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica;
	color: #FFFFFF;
	border-style:dashed;
	border-width:1px;
	padding:6px;
}
.marquee {
	color:#FF0000;
}
.footer {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 11px;
	color: #000000;
}