div.logo
{
	width:95%;
	height:26px;
	margin-top:20px;
	color:#E2002B;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	line-height:16px;
}

div.content_area div.center_content
{
	text-align:center;
	line-height:25px;
}

div.content_area div.left_content
{
	margin-left:30px;
}

span.general_content
{
	color:black;
	line-height:14px;
	font-size:10pt;
}

span.general_content a
{
	color:black;
}

span.general_content a:hover
{
	color:black;
	text-decoration:none;
}

span.big_content
{
	color:black;
	line-height:18px;
	font-size:11pt;
	font-weight:bold;
}

span.general_content a
{
	color:black;
}

span.general_content a:hover
{
	color:black;
	text-decoration:none;
}

div.previous_button
{
	background-image:url(/resource/system/images/arrow_left.png);
	background-repeat:no-repeat;
	background-position:left;
	width:100px;
	height:15px;	
	position:relative;
	top:11px;
	left:50px;
}

div.next_button
{
	background-image:url(/resource/system/images/arrow_right.png);
	background-repeat:no-repeat;
	background-position:right;
	width:100px;
	height:15px;	
	position:relative;
	left:550px;
	top:-4px;
}

div.next_button a, div.previous_button a
{
	display:block;
	width:100%;
	height:100%;
	color:white;
	font-size:9pt;	
	text-decoration:none;
}

div.previous_button a
{
	padding-left:27px;
}

div.next_button a:hover, div.previous_button a:hover
{
	text-decoration:underline;
}

div.next_button_home
{
	left:530px;
	top:11px;
	width:110px;
}
