/**************************************************************

	Rounded Corners
	v 1.1

**************************************************************/


.boxFloat, .imageFloat {
	float: left;
}

/***********************************/


.boxTopLeft {
	background: url(images/topLeft.gif) top left no-repeat;
}
.boxTop {
	border-top: 1px solid #ccc;
	background-color: #eee;
}
.boxTopRight {
	background: url(images/topRight.gif) top right no-repeat;
}
.boxMiddleLeft {
	background-color: #eee;
	border-left: 1px solid #ccc;
}
.boxMiddle {
	background-color: #eee;
}
.boxMiddleRight {
	background-color: #eee;
	border-right: 1px solid #ccc;
}
.boxBottomLeft {
	background: url(images/bottomLeft.gif) bottom left no-repeat;
}
.boxBottom {
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}
.boxBottomRight {
	background: url(images/bottomRight.gif) bottom right no-repeat;
}

/***********************************/

.imageTopLeft {
	background: url(images/topLeft.png) top left no-repeat;
}
.imageTopRight {
	background: url(images/topRight.png) top right no-repeat;
}
.imageBottomLeft {
	background: url(images/bottomLeft.png) bottom left no-repeat;
}
.imageBottomRight {
	background: url(images/bottomRight.png) bottom right no-repeat;
}
.imageTop, .imageMiddleLeft, .imageMiddle, .imageMiddleRight, .imageBottom {
	border: 0;
}

/***********************************/

.roundedContent {
	padding: 10px;
	width: 900px;
	background-color: #FFF;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}


/*************************************************************/
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}
.Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
}
text {
	font-family: Verdana, Geneva, sans-serif;
}
.Header p {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-style: italic;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
small text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
stext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.stext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.text p {
	text-align: left;

}

