body {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Header */
td.header {
	background-image:url(../images/index_r4_c2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	height:39px;
	
	padding-left:25px;
	padding-top:15px;
}
td.sub-header {
	background-image:url(../images/sub-header.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
td.sub-text {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#000000;s
}
td.sub-header-text {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	width:230px;
	padding-left:5px;
}

/* Separater */
td.line-vertical {
	background-image:url(../images/line-vertical.jpg);
	background-repeat:no-repeat;
	width:2px;
}
td.line-horizontal {
	background-image:url(../images/line-horizontal.jpg);
	background-repeat:no-repeat;
	height:2px;
}

/* Main */
td.main-bg {
	background-image:url(../images/index_r5_c2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	height:576px;	
}
table.main-bg {
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat;
	background-position:center;
}
td.main-text-home {
	width:635px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
td.home {
	padding-left:25px;
}
td.main-text {
	vertical-align:top;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
td.time {
	font-family:tohoma;
	font-size:16;
	color:#0000FF
}
td.main-text-nowidth {
	vertical-align:top;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
table.table {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
/* Navigation */
a:link {
	font-family:Tahoma;
	font-size:11px;
	color:#FF0000;
	text-decoration:underline;
}
a:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#00ADEF;
	text-decoration:underline;
}
a:active {
	font-family:Tahoma;
	font-size:11px;
	color:#FF0000;
	text-decoration:underline;
}
a:visited {
	font-family:Tahoma;
	font-size:11px;
	color:#FF0000;
	text-decoration:underline;
}
/* Footer */
td.footer-bg {
	background-image:url(../images/index_r7_c2.jpg);
	background-position:bottom;
	background-repeat:repeat;
	height:40px;
	vertical-align:middle;
	
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
	text-align:center;
}
a.footer:link {
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}
a.footer:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
a.footer:active {
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}
a.footer:visited {
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}

/* Border */
.border {
	border: thin solid #FF0000;
}
