@charset "utf-8";
/* CSS Document */



body {
	font:11px arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */


}

.ad-image-description{
font:13px georgia,times,sans-serif;
color:#FFF;
line-height:120%;
}

.copy{
font:12px georgia,times,sans-serif;
color:#FFF;
line-height:120%;
font-weight:100;
}

.copyh{
font:12px georgia,times,sans-serif;
color:#FFF;
line-height:120%;
font-weight:bold;
margin-top:25px;
}


/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
.ft{font:15px georgia,times,sans-serif;}
.ft a{color:#FFFFFF; text-decoration:none;}
.ft a:hover{color:#ccc;}