???/* These are the settings for both 3x5 and 5x7 */
body
{
    background-color: Transparent;
    margin: 0px;
    padding: 0px;
}

a {
	color: #C27503;
	text-decoration: none;
}
a:hover { 
	cursor: pointer; 
	text-decoration: underline;
}

#countryName,
#profileTitle,
#infoTitle,
#childProfileSeparator
{
    display: none;
}

/* Set some basic stuff for both pages, to allow for the title to rise above,
    then set other settings in the individual css files for each sheet */
#childImage
{
    margin-top: 60px;
}

#childProfileText .name
{
    font-family: myriad, Arial;
}

#childProfileText .name
{
    Color: #333333;
    Font-weight: bold;
    Font-size: 12px;
    Line-height: 1.5em;    
}

#childProfileText .country
{
    font-family: myriad, Arial;
    Color: #45505E;
    Font-style: italic;
    Font-size: 12px;
    Line-height: 1.5em;
}

#childSponsorshipText
{
    font-family: myriad, Arial;
    margin-left: 5px;
    *float: left;
}

#childSponsorshipText .name
{
    Color: #333333;
    Font-size: 35px;
    Font-weight: bold;   
}

#childProfileSeparator 
{
    color: #666666;
}

#childProfileInfo
{
    margin-top: 15px;
    clear: right;
}

#childProfileInfo .title
{
    Color: #333333;
    Font-family: myriad;
    Font-size: 20px;
    text-transform: uppercase;
}

#childProfileLabels
{
    position: relative;
    line-height: 13.5pt;
    Color: #333333;
    Font-family: myriad;
    Font-size: 11px;
    background: transparent;
}

#childProfileLabels .label
{
    font-size: 12px;
    color: #666666;
    margin-right: 5px;
    line-height: 15pt;
}

#childProfileLabels .data
{
    font-size: 24px;
    font-weight: normal;
    color: #215281;
    line-height: 15pt;
}

#childSponsorshipText .title
{
    Color: #333333;
    Font-family: myriad;
    Font-size: 20px;
    Font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

#info
{
    clear: both;
    *margin-top: 20px;
}