/* CSS Document */


.containermaster{

	border-left: solid 0px #EEF4F9;
	border-right: solid 0px #EEF4F9;
	border-bottom: solid 0px #EEF4F9;
	padding: 5px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-image: url(images/bot_bg.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-position:bottom;
	height: 100%;
}
.Head_Text
{
    font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial;
	font-style:italic;
}
.Title_bg
{
	background-image: url(images/title_bg.jpg);
	background-repeat:repeat-x;
	height: 31px;
}


