body, select
{
	font: 8pt verdana;
	color: #555;
}

.blue
{
	font: 8pt verdana;
	color: #496888;
	font-weight: bold;
}

img.picLeft
{
	display: block;
	float: left;
	margin: 10px 30px 10px 5px;
}

img.picRight
{
	display: block;
	float: right;
	margin: 10px 45px 30px 15px;
}

img.picRight2
{
	display: block;
	float: right;
	margin: 10px 15px 30px 15px;
}

/* logo */
#logo
{
	margin-bottom: -2px;
}
#logo span
{
	display: none;
}

/* top navi */
#select_lang
{
	margin-right: 10px;
	visibility: hidden;
}

/* content */
#content
{
	width: 555px;
	margin: 10px;
	text-align: left;
	font: 8pt/16pt verdana;
}

#content_index
{
	width: 480px;
	margin: 10px;
	text-align: left;
	font: 8pt/16pt verdana;
}

#content p
{
	margin: 10px 0px;
}

/* footer */
#footer
{
	margin: 0px auto;
	margin-top: 10px;
	width: 740px;
	text-align: center;
	color: #777;
}

#footer p
{
	margin: 10px 0px;
	text-align: justify;
}

#logo_rj
{
	background: url(../images/logo_rj.png) center no-repeat;
	height: 55px;
}

#logo_rj span
{
	display: none;
}

/* ahref */
a
{
	color: #00f;
	text-decoration: none;
}
a:hover
{
	color: #00f;
	text-decoration: underline;
}

/* blank */
div.blank1
{
	overflow: hidden;
	height: 15px;
}

/* background elements */
body
{
	background: url(../images/bg_body2.gif);	
	background: #f2f2f2;
}

div.xa
{
	margin: 0px auto;
	width: 770px;
	height: 25px;
	background: url(../images/bg_body_top.png) no-repeat;
}

div.xc
{
	margin: 0px auto;
	width: 770px;
	height: 25px;
	background: url(../images/bg_body_bot.png) no-repeat;
}

table.xbw
{
	margin: 0px auto;
	width: 770px;
	padding: 0px;
}

table.xbw td.xbl
{
	width: 10px;
	background: url(../images/bg_body_left.png);
}

table.xbw td.xb
{
	background: #fff;
	text-align: left;
}

table.xbw td.xbr
{
	width: 10px;
	background: url(../images/bg_body_right.png);
}



/* vertical align */
html { overflow: -moz-scrollbars-vertical; }
body.va { margin: 0px auto; text-align: center; margin-top: 12px;}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
