@charset "utf-8";
/* CSS Document */

h2 span.Head{
font-family:Arial, Helvetica, Geneva, sans-serif;
color:#014167;
font-weight:bold;
margin:0 0 5px;
font-size:14px;
}
h1 span.Head{
font-family:Arial, Helvetica, Geneva, sans-serif;
color:#014167;
font-size:16px;
font-weight:bold;
margin:10px 0 5px;
text-transform: uppercase;
}

.roundedContainer{
	width: 100%;
}
.roundedContainerTop {
height: 6px;
position: relative;
}
.roundedContainerTop .roundedContainerTopLeft{
background: url(images/topLeftCorner.gif) repeat-x;
display: block;
height: 6px;
position: absolute;
top: 0;
left: 0;
width: 6px;
}
.roundedContainerTop .roundedContainerTopCenter{
background: url(images/topBg.gif) repeat-x;
display: block;
height: 6px;
padding: 0;
margin: 0 6px;
}
.roundedContainerTop .roundedContainerTopRight{
background: url(images/topRightCorner.gif) no-repeat;
display: block;
height: 6px;
position: absolute;
top: 0;
right: 0;
width: 6px;
}
.roundedContainerContent{
	border-left: solid 1px #bec9c5;
	border-right: solid 1px #bec9c5;
	position: relative;
	padding: 10px 20px;
	background: #ffffff;
}
.roundedContainerBottom {
height: 6px;
position: relative;
margin: 0 0 20px;
}
.roundedContainerBottom .roundedContainerBottomLeft{
background: url(images/bottomLeftCorner.gif) repeat-x;
display: block;
height: 6px;
position: absolute;
bottom: 0;
left: 0;
width: 6px;
}
.roundedContainerBottom .roundedContainerBottomCenter{
background: url(images/bottomBg.gif) repeat-x;
display: block;
height: 6px;
padding: 0;
margin: 0 6px;
}
.roundedContainerBottom .roundedContainerBottomRight{
background: url(images/bottomRightCorner.gif) no-repeat;
display: block;
height: 6px;
position: absolute;
bottom: 0;
right: 0;
width: 6px;
}
