html { 
scrollbar-arrow-color:#FFFFCC; 
scrollbar-track-color:#34424d; 
scrollbar-face-color:#b3ccdf; 
scrollbar-highlight-color:#333333; 
scrollbar-3dlight-color:#333333; 
scrollbar-darkshadow-color:#333333; 
scrollbar-shadow-color:#333333; 
} 
html,body {
   height:100%;
   margin: 0;
   padding: 0;
   border: none;
   background-color: #ffffff;
   margin-left: auto; margin-right: auto;
}

.content_bg {
	background-image: url(images/RL_bg_home.gif);
	background-repeat: no-repeat;
}
.content_bg_ps {
	background-image: url(images/ps_main.jpg);
	background-repeat: no-repeat;
}
.content_bg_op {
	background-image: url(images/op_main.jpg);
	background-repeat: no-repeat;
}
.content_bg_opt {
	background-image: url(images/opt_main.jpg);
	background-repeat: no-repeat;
}

.content_cell {
	background-color:##2F2F2F;
}

.txt_main {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: justify;
}

.txt_main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: justify;
}

.txt_main_head {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 36px;
}

.txt_main_subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 26px;
}



.txt_main_ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: bold;
}

.txt_main_ul_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}
