@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #ed1c24;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a {
	font-size: 12px;
	color: #D51F24;
	font-weight: bold;
}
a:visited {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
a:active {
	color: #006;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #006;
}

a.menu {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
a.menu:visited {
	color: #FFF;
	text-decoration: none;
}
a.menu:hover {
	color: #000;
	text-decoration: none;
}
a.menu:active {
	color: #FFF;
	text-decoration: none;
}
a.menu:link {
	text-decoration: none;
}

a.bottom_links {
	font-size: 12px;
	color: #fff;
}
a.bottom_links:visited {
	color: #fff;
	text-decoration: none;
}
a.bottom_links:hover {
	color: #000;
	text-decoration: none;
}
a.bottom_links:active {
	color: #fff;
	text-decoration: none;
}
a.bottom_links:link {
	text-decoration: none;
	color: #fff;
}
.bottom_links {
	color: #FFF;
	font-size:12px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.NewsBody{
	background-color:#F5947A;
	background-position:top;
	background-repeat:repeat-x;
	/* background-image: url(images/news_bg.jpg); */
	background-image: url(images/news_bg_banner.jpg);
	background-position:top;
}
.NewsDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.NewsTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#EE1C25;
}
.NewsContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006;
}

.lecturerTd {
	font-size: 18px;
	border:1px none #FBBF9D;
	height:40px;
	text-align:right;
	vertical-align:top;
}
.lecturerTitle {
	font-size: 14px;
	text-align:right;
	vertical-align:top;
}
a.lecturer {
	font-size: 18px;
	color: #900;
}
a.lecturer:visited {
	color: #900;
	text-decoration: none;
}
a.lecturer:hover {
	color: #000;
	text-decoration: none;
}
a.lecturer:active {
	color: #900;
	text-decoration: none;
}
a.lecturer:link {
	text-decoration: none;
	color: #900;
}
.linksTd {
	font-size: 18px;
	border:dashed 1px #999;
	height:40px;
	text-align:center;
	vertical-align:middle;
}
a.links {
	font-size: 18px;
	color: #900;
}
a.links:visited {
	color: #900;
	text-decoration: none;
}
a.links:hover {
	color: #006;
	text-decoration: none;
}
a.links:active {
	color: #900;
	text-decoration: none;
}
a.links:link {
	text-decoration: none;
	color: #900;
}
.contactFormInput {
	width: 183px;	
}

