#R_Title_Td {
	background-color: transparent;
	width: 900px;
	height: 90px;
}

.R_Border_Td_R {
	background-color: transparent;
	background-image: url(border-r.png);
	background-repeat: repeat-y;
	width: 10px;
}

.R_Border_Td_L {
	background-color: transparent;
	background-image: url(border-l.png);
	background-repeat: repeat-y;
	width: 10px;
}

.R_Border_Td_B {
	background-color: transparent;
	background-image: url(border-b.png);
	background-repeat: repeat-x;
	width: 10px;
	height: 10px;
}

.R_Border_Td_T {
	background-color: transparent;
	background-image: url(border-t.png);
	background-repeat: repeat-x;
	height: 10px;
}

.R_Border_Td_BR {
	background-color: transparent;
	background-image: url(border-br.png);
	background-repeat: no-repeat;
	width: 10px;
}

.R_Border_Td_BL {
	background-color: transparent;
	background-image: url(border-bl.png);
	background-repeat: no-repeat;
	width: 10px;
}

.R_Border_Td_TR {
	background-color: transparent;
	background-image: url(border-tr.png);
	background-repeat: no-repeat;
	width: 10px;
}

.R_Border_Td_TL {
	background-color: transparent;
	background-image: url(border-tl.png);
	background-repeat: no-repeat;
	width: 10px;
}

#R_Title_Img {
	width: 900px;
	height: 167px;
}

#R_Sidebar_Td {
	vertical-align: top;
	background-color: rgb(250, 255, 255);
	width: 175px;
	text-align:left;
//	overflow: hidden;
//	padding: 1px;
//	margin: 1px;
}

#R_Content_Td {
	vertical-align: top;
	background-color: rgb(255, 255, 255);
	padding: 1px;
	margin: 1px;
	width: 700px;
}

#R_CopyrightBar {
	background-color: rgb(240, 248, 255);
	width:920px;
}

#R_DevelNote {
	font-size: 12pt;
	font-weight: bold;
	color: red;
	font-family: courier;
}

#R_Copyright_tr {
	height: 2em;
}

#R_Table {
	width: 920px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

#R_PageBody {
	color: rgb(0, 0, 0);
	background-color: rgb(0, 121, 181);
}

#R_SWBrand {
	font-weight: bold;
	color: blue;
	font-size: 10pt;
	font-family: verdana;
	text-align: center;
}


