/* CSS Document */

.body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.menu
{
	font-family:Arial, Helvetica, sans-serif
	font-size:10px;
}
.menu a
{
	color:#ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.title
{
	color:#a65452;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}

.sub_title
{
	color:#a65452;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

.b_title
{
	color:#C17502;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}

.text
{
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.red_text
{
	color:#990000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.b_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0000000;
}

.lgreen
{
	background-color:#bbdf8d;
}

.lblue
{
	background-color:#c1c9de;
}

.lyellow
{
	background-color:#eff094;
}

.lorange
{
	background-color:#efcd98;
}

.pink
{
	background-color:#f49999;
}