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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5D1B2E;
	text-decoration: none;
}
.leftnavtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5D1B2E;
	text-decoration: none;
}
.leftnav {
	background-color: #F8E5EB;
	background-image: url(gifs/leftnav-bg.png);
	background-repeat: no-repeat;
}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5D1B2E;
	text-decoration: none;
	line-height: 1.75em;
}
.tabscurved {
	margin: 0 auto;
	background-color:#902A47;
	width: 90%;
	text-align: center;
	height: 20px;
	padding: 0px;
	border:1px solid #5D1B2E;
	border-radius-bottom-left: 0px;
	border-radius-bottom-right: 0px;
	border-radius-top-left: 15px;
	border-radius-top-right: 15px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
}
.tabtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F8E5EB;
	text-decoration: none;
	line-height: 1.75em;
	text-align: center;
}
.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.content_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5D1B2E;
	text-decoration: none;
}

