@charset "utf-8";
/* CSS Document */


#titleImages
{
	float: left;
	width: 219px;
	padding-right: 15px;
}


.buttonTitle
{
	background-color: #CFE2F1;
	margin-top: 2px;
	padding-top: 7px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 9px;
}

.buttonTitle a:link,
.buttonTitle a:visited,
.buttonTitle a:active
{
	color: #051c2c;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	font-weight: bold;
}

.buttonTitle a:hover
{
	color: #cc0033;
	background-image: url(../images/link_arrow_hover.gif);
}


#titleText
{
	float: left;
	width: 330px;
}

#planArea
{
	background-image: url(../images/bg-plan.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 528px;
	padding-top: 160px;
	font-size: 11px;
	padding-right: 20px;
}

#planArea ul
{
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

