/* 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
}

.Title  {
    display: block;
	font-family: Verdana;
	font-size:  12px;
    font-weight: bold;
    color:  #FFFFFF;
}
.TitleBG  {
    background-image: url(images/tit_bg.jpg);
	background-repeat: repeat-x;
}
.Line
{
	background-image: url(images/line.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

