???/* 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;
}

#childProfileText .name
{
    Font-family: arial;
    Color: #C17304;
    Font-weight: bold;
    Font-size: 12px;
    Line-height: 1.5em;    
}

#childProfileText .country
{
    Font-family: arial;
    Color: #45505E;
    Font-style: italic;
    Font-size: 12px;
    Line-height: 1.5em;
}

#childSponsorshipText
{
    margin-left: 5px;
    float: left;
    width: 400px;
}

#childSponsorshipText .name
{
    Color: #C17304;
    Font-family: arial;
    Font-size: 20px;
    Font-weight: bold;   
}

#info
{
    Font-family: arial;
    Font-size: 12px;
    Font-weight: normal;
    Color: #45505E;
    Text-align: left;
    Line-height: 1.5em;  
}

#childProfileSeparator 
{
    color: #666666;
}

#childProfileInfo
{
    margin-top: 15px;    
    clear: right;
}

#childProfileLabels
{
    position: relative;
    line-height: 13.5pt;
    Color: #C17304;
    Font-family: arial;
    Font-size: 11px;
}

#childProfileLabels .label
{
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    margin-right: 5px;
    float: left;
    line-height: 15pt;
}

#childProfileLabels .data
{
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 15pt;
}

#childSponsorshipText .title,
#infoTitle
{
    Color: #C17304;
    Font-family: arial;
    Font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}