body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	background: url(../images/bg.gif) repeat-x;
	margin: 0px;
}
a {
	color: #000;
}
a:hover {
	color: #F60;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0 0 10px 0;
}
img {
	border:0;
}
form {
	margin:0;
	padding:0;
}
select, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
hr {
	border: none 0;
	border-top: 1px dotted #00adee;
	height: 1px;
	margin-bottom:20px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.rtcContainer {
	width:980px;
	margin:0 auto;
}
.rtcHeader .lft {
	float:left;
}
.rtcHeader .rgt {
	float:right;
}
.rtcNavigation {
	background:#fd0000 url(../images/topnav_bg.gif) no-repeat;
	height:40px;
	color:#FFF;
	padding:0 15px;
}
#nwNav {
	margin:0;
	padding:0;
	list-style:none;
}
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nwNav li {
	float:left;
	display:black;
	position:relative;
	z-index:500;
	border-right:1px solid #fff;
}
/* this is the parent menu */
#nwNav li a {
	display:block;
	float:left;
	width:129px;
	height:40px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 1px #000;
	background:url(../images/nav_bg.gif) repeat-x;
	background-position:0 0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#nwNav li a:hover {
	background-position:0 -40px;
}
#nwNav li:last-child {
	border-right:none;
}
/* submenu, it's hidden by default */
#nwNav ul {
	position:absolute;
	left:1px;
	top:40px;
	display:none;
	margin:0 0 0 -1px;
	padding:0;
	list-style:none;
}
#nwNav ul li {
	border-right:none;
}
/* display block will make the link fill the whole area of LI */
#nwNav ul a {
	display:block;
	padding:5px;
	background:#099;
	line-height:normal;
	height:auto;
	width:119px;
	border-bottom:1px solid #000;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#nwNav ul a:hover {
	background:#09F;
}
.rtcMainPanel {
	background:#FFF url(../images/lft_bg.gif) repeat-y left top;
	border-left:1px solid #bcd9ea;
	border-right:1px solid #bcd9ea;
}
.rtcLftPanel {
	float:left;
	width:190px;
	padding:10px;
}
#lftNav {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#lftNav a {
	display:block;
	background:url(../images/rgt_arrow.gif) no-repeat right top;
	padding:5px;
	border-bottom:1px dashed #000;
	text-decoration:none;
	color:#f00;
	font-weight:bold;
}
#lftNav a:hover {
	background-color:#DEECEF;
}
/* submenu, it's hidden by default */
#lftNav ul {
	position:absolute;
	z-index:600;
	display:none;
	margin:-27px 0 0 190px;
	padding:0;
	list-style:none;
}
/* display block will make the link fill the whole area of LI */
#lftNav ul a {
	margin-left:1px;
	display:block;
	padding:6px;	
	line-height:normal;
	height:auto;
	width:150px;
	background:#000;
	border-bottom:1px solid #09C;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#lftNav ul a:hover {
	background:#09C;
}
#lftNav2 {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#lftNav2 a {
	display:block;
	padding:5px;
	border-bottom:1px dashed #000;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:11px;
}
#lftNav2 a:hover {
	background:#DEECEF;
}
.rtcRgtPanel {
	float:right;
	width:730px;
	padding:20px 20px 20px 0;
	min-height:400px;
}
.rtcRgtPanel ul {
	list-style:square;
}
.rtcRgtPanel li {
	margin-bottom:10px;
}
.rtcFooter {
	background:#39c url(../images/footer_bg.gif) no-repeat bottom center;
	padding:15px 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	text-shadow:0 1px 1px #036;
	margin:0 0 20px 0;
}
.rtcFooter .lft {
	float:left;
}
.rtcFooter .rgt {
	float:right;
}
.rtcFooter a {
	color:#FFF;
	text-decoration:none;
}
.rtcFooter a:hover {
	color:#FC6;
}
.rtcHomeMainImage {
	position:relative;
	height:290px;
	width:730px;
	margin-bottom:20px;
}
.rtcHomeMainImage img {
	position:absolute;
	left:0;
	top:0;
}
.rtcHomeLftBox {
	float:left;
	width:270px;
	margin-right:10px;
	border-radius:10px;
	background:#aad6fb;
}
.rtcHomeLftBox .title {
	padding:5px 10px;
	border-radius:10px;
	background:#f48400;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
}
.rtcHomeLftBox .content {
	padding:10px;
	line-height:18px;
	min-height:65px;
}
.rtcHomeLftBox .link {
	padding:0 10px 10px 10px;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}
.rtcHomeLftBox .link a {
	color:#630;
	text-decoration:none;
}
.rtcHomeLftBox .link a:hover {
	color:#000;
	text-decoration:none;
}
.rtcHomeMidLogo {
	float:left;
	width:170px;
}
.rtcHomeRgtBox {
	float:right;
	width:270px;
	border-radius:10px;
	background:#aad6fb;
}
.rtcHomeRgtBox .title {
	padding:5px 10px;
	border-radius:10px;
	background:#f48400;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
}
.rtcHomeRgtBox .content {
	padding:10px;
	line-height:18px;
	min-height:65px;
}
.rtcHomeRgtBox .link {
	padding:0 10px 10px 10px;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}
.rtcHomeRgtBox .link a {
	color:#630;
	text-decoration:none;
}
.rtcHomeRgtBox .link a:hover {
	color:#000;
	text-decoration:none;
}
.red {
	color:#C00 !important;
}
.blinking{
	animation:blinkingText 1s infinite;
}
.blinking{
	animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
	1%{		color: red;	}
	49%{	color: transparent;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: red;	}
}