﻿body, table, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 28px;
	color:#CC0000;
	position: relative;
	margin-bottom:6px;
	border-bottom:1px #BBBBBB dotted;
}

h1 span {
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}
news_title {
	font-size: 28px;
	color:#CC0000;
	position: relative;
	margin-bottom:6px;
	border-bottom:1px #BBBBBB dotted;
}
p {
	color: #3D3D3D;
	text-align: justify;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
	background-color: #FFFFFF;
}
.date {
	text-align: right;
	font-family: Trebuchet MS;
	font-size: 11px;
	padding: 3px 2px 3px;
}
.doted {
	background-color: #FFFFFF;
	background-image: url(images/dot.gif);
	background-repeat: repeat;
}
.content {
	color: #3D3D3D;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.body {
	color: #3D3D3D;
	padding: 0px 0px 0px 20px;
}
.underdotted {
	background-image: url(../images/under-dotted.gif);
	background-repeat: repeat-x;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-image: url(../images/footer_1px.gif);
	background-repeat: repeat-x;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F7100D;
	text-align: right;
	padding: 0px 0px 3px;
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
}
.readmore:hover {
	text-decoration: underline;
}
.readmorebullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-align: right;
	padding: 0px;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
}
.readmorebullet:hover{
	text-decoration: underline;
}
.textfield {
	background-image: url(images/nletter-field.png);
	border:0px;
	height: 26;
	width: 158;
	padding: 3px 3px 0px 5px;
}
.navhome a {
	background-image: url(../images/nav_home.gif);
	height: 108px;
	width: 84px;
}
.navhome a:hover {
	background-image: url(../images/nav_home_hover.gif);
	height: 108px;
	width: 84px;
}

#panel { margin-bottom:10px}
#panel .top {
background-image:url(../images/dot.gif); width:100%; height:1px
}
#panel .middle {
width:100%; padding-top:16px; margin-top:2px;
background-image: url(../images/under-dotted.gif);
background-repeat: repeat-x;
}
#panel .bottom {
width:100%; float:right; text-align:right; padding-bottom:10px;
}

#nletter{
background-image:url(../images/nletter.gif); padding:15px; padding-top:35px; background-repeat:no-repeat; background-color:#FFFFFF
}

#navbar {}
#navbar a img {
	border:0px;	
}

#footer{
margin-bottom:10px;
}

table.tb_schedule {
	border:1px gray solid;
	border-collapse:collapse;
	margin-bottom:40px;
	margin-top: 20px;
}
table.tb_schedule td, table.tb_schedule th,  { padding:2px 5px 2px 5px; }
table.tb_schedule th { background-image:url(../images/tb_green.gif); color:white; }
tr.tr_category01 { background-image:url(../images/tb_blue.gif);}
tr.tr_category02 { background-image:url(../images/tb_orange.gif);}
.tb_white {
	color: #FFFFFF;
	font-weight: bold;
	padding:0 0 0 15px;
}


.fbtitle {
	font-size: 15px;
	font-weight: bold;
}

.fb01 {
padding: 0px 0px 0px 62px}

.fb001 {
padding: 0px 5px 0px 0px; background-color: #f5f5f5}

.dot{
	background-image:url(../images/dot_feed.gif);
	background-repeat: repeat;
}
.fb03 {
padding: 0px 0px 0px 22px}

.fb03white {
padding: 10px 0px 0px 8px;
color: #FFFFFF;
width:774px;}

.fb03white01 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
padding: 10px 0px 0px 8px;
color: #Ffffff;
width:774px;}

.fb04 {
padding: 21px 22px 21px 22px}


/* table courselist */
table.courselist {
    border-width: 0px;
    border-spacing: 1px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: separate;
    background-color: white;
}
table.courselist th {
    border-width: 0px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}
table.courselist td {
    border-width: 0px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color:#D4221E;
	font-weight:bold;
	color: #CC0000;
	text-decoration: none;
}
.red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color:#D4221E;
	font-weight:bold;
	color: #7C0808;
	text-decoration: none;
}
.whitetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../images/news_titile_1px.gif);
	background-repeat: repeat-x;
	font-weight: bold;

}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}


.lightyellow{
	font-color:#FDF095;
	font-size:12px;
	font-weight:bold;
	color: #FDF095;
}

.lightyellow01{
	font-color:#FDF095;
	font-size:14px;
	font-weight:bold;
	color: #FDF095;

	}

.details{
	color:#fff;
	padding: 8px 5px 5px 5px;
	text-decoration: none;
}
.smaller{
font-size: 11px;}
.Bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
}
