/* CSS Document */


.containermaster{

	border-left: solid 0px #EEF4F9;
	border-right: solid 0px #EEF4F9;
	border-bottom: solid 0px #EEF4F9;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	backgound-color : transparent;
	padding-bottom: 10px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-image: url(images/stylie_s.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#h-left
{
	background:url(images/title_left.jpg) no-repeat;
	width: 6px;
	height: 31px;
}
#h-center
{
	background:url(images/title_center.jpg) repeat-x;
	padding: 0px 5px;
	width: 225px;
}
#h-right
{
	background:url(images/title_right.jpg) no-repeat;
	width: 9px;
	height: 31px;
}

.Normal-Head
{

	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

