a {
	color: #FFFFFF; 
	text-decoration: none;
	background: url('images/dot.gif') bottom left repeat-x;
}
a:hover {
	color: #FF6600; 
	text-decoration: underline;
	background: none;
}

a.faq	{
	color: #FFFFFF; 
	text-decoration: none;
	background: url('images/dot.gif') bottom left repeat-x;
}
a.faq:hover {
	color: #0066FF; 
	text-decoration: underline;
  background-color: #FFFF66;
}

a.linkopacity 			img {filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
a.linkopacity:hover img {filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;}

td.tblr_wborder {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: #545454;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.tblr_border {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: #cdcdb4 #cdcdb4 #cdcdb4 #cdcdb4;
	background-color: #545454;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.blr_border {
	border-width: 0px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: #cdcdb4 #cdcdb4 #cdcdb4 #cdcdb4;
	background-color: #545454;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.lr_border {
	border-width: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: #cdcdb4 #cdcdb4 #cdcdb4 #cdcdb4;
	background-color: #545454;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.b_border {
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: #cdcdb4 #cdcdb4 #cdcdb4 #cdcdb4;
	background-color: #545454;
	-moz-border-radius: 0px 0px 0px 0px;
}


/* Text for warning, privacy & statement pages */
.bodytext {
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida;
	font-size: 10pt;
	line-height: 1.4em;
	color: #FFFFFF;
}

.bodytext_jp {
	font-family: "MS PGothic", "Trebuchet MS";
	font-size: 10pt;
	line-height: 1.4em;
	color: #FFFFFF;
}

.bodytext_m20 {
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida;
	font-size: 10pt;
	color: #FFFFFF;
	margin: 20px;
}

/* Text for home page */
.updates {
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida;
	font-size: 9pt; 
	color: #FFFFFF;
}  

/* Text for preview page */
.title {
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF;
	margin-left: 10px;
}

.details {
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida;
	font-size: 9pt;
	color: #FFFFFF;
	margin-left: 5px;
}  

.contents	{
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida; 
	font-size: 9pt; 
	color: #FFFFFF;
	margin: 8px 8px;
}

.contents1	{
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida; 
	font-size: 9pt; 
	color: #FFFFFF;
	margin: 5px 8px;
}

/* Text for contactus page */

	/* set background images for corners */
.rbtop div {
	background: url('images/top_left.gif') no-repeat top left;
}
.rbtop    {
	background: url('images/top_right.gif') no-repeat top right;
}
.rbbot div {
	background: url('images/bottom_left.gif') no-repeat bottom left;
}
.rbbot    {
	background: url('images/bottom_right.gif') no-repeat bottom right;
}
	/* height and width details */
.rbtop td, .rbtop, .rbbot td, .rbbot {
	width: 6px;
	height: 6px;
	font-size: 1px;
}

.contactus {
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida; 
	font-size: 11pt; 
	color: #FFFFFF;
	margin: 10px 15px -10px 15px;
}

/* Text for faq page */
.question	{
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida; 
	font-size: 11pt; 
	color: #FFFFFF;
	margin: 0px 20px 0px 20px;
}

.question_clicked	{
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida; 
	font-size: 11pt; 
	color: #FF6600; 
	text-decoration: underline;
}

.answer {
	font-family: Georgia, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", Lucida;
	font-size: 10pt;
	color: #FFFFFF;
	margin: 10px 20px 10px 38px;
}

/* Dynamic UI CSS */
.show,
.expand .expand-item,
.collapse .collapse-item, 
.collapse .expand .expand-item,
.expand .collapse .collapse-item  {
	display: block
}

.hide,
.collapse .expand-item,
.expand .collapse-item, 
.expand .collapse .expand-item,
.collapse .expand .collapse-item {
	display: none
}

