@charset "UTF-8";
/* CSS Document */
.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #FFE8E2;
    width: 1049px;
	height: 280px;
    padding: 10px;
    text-align: left;
    background-color: #F73F00;
    border: 0px solid #ffffff;
    margin-bottom: 0px;

    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    CCborderRadiusBL: 20px;
    CCborderRadiusBR: 20px;
	line-height: 1.2
	
	
}

body
{ 
	background-image: 
	url('images/yellowband.gif');
	background-repeat: repeat-x
}

html{
    height: 100%;
    text-align: center;
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 16px;
    margin: 0px;

}

.style1 {
	font-size: 18px;
	font-style: italic;
}
.style2 {font-size: 14px}

a:link { 
	color: #FFE8E2;
	}
a:visited { 
	color: #FFE8E2;
	}
a:active { 
	color: #FFE8E2;
	}