/* CSS Document */

.blueboxline {
	background-image: url(../images/line_bluebox.gif);
	background-repeat: repeat-y;
	background-position: 1px;
}
.blueboxlineright {
	background-image: url(../images/line_bluebox.gif);
	background-repeat: repeat-y;
	background-position: 6px;
}
.blueboxbottomline {
	background-image: url(../images/bluebox_bottomline.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
}
.blueboxtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	left: 10px;
	right: 10px;
}
.blueboxsubtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: a31515;
}
.blueboxtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: 4b4e50;
	line-height: 14px;
}

a.blueboxtext:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color:#a31515;
}
a.blueboxtext:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration:underline;
	color:#a31515;
}


.blueboxtop {
	background-image: url(../images/bluebox_top.gif);
	background-repeat: repeat-x;
}
.blueboxtopleft {
	background-image: url(../images/bluebox_topleft.gif);
	background-repeat: repeat-y;
}
.blueboxtopright {
	background-image: url(../images/bluebox_topright.gif);
	background-repeat: repeat-y;
}
