/* CSS Document */
@import "/common/css/sus01.css";


#full_page {
	padding: 30px;
}

#full_page #Content,
#full_page #SideBar {
	padding: 0;
}

.clear {
	clear: both;
	padding-top: 30px;
}

#Footer {
	margin-left: auto;
	margin-right: auto;
}

#Footer #sus {
	font-size: 10px;
	float: left;
	padding: 8px 0 0 5px;
	color: #FFFFFF
}





/* Signup Form Mods */

.opt_in_form h3{
	font-size: 1.15em;
}

/* /Signup Form Mods */


/* Text Styles */
.Red
{
color: #CC0000;
}

.Black {
	color: #000;
}

.LightBlack {
	color: #111;
}

.Gray {
color: #666;	
	
}

.White {
color: #fff;	
}

.Blue {
color: #0000CC;	
}

.Size10 {
font-size: 10px;
line-height: 13px;
	
}

.Size11 {
font-size: 11px;
line-height: 13px;
	
}
.Size12 {
font-size: 12px;
line-height: 15px;
	
}

.Size14 {
font-size: 14px;
line-height: 17px;
}

.Size16 {
font-size: 16px;
line-height: 19px;
}


.Size17 {
font-size: 17px;
line-height: 19px;
}

.Size18 {
font-size: 18px;
line-height: 19px;
}

.Size20 {
font-size: 20px;
line-height: 23px;
}

.Size26 {
font-size: 26px;
line-height: 29px;
}

.Tahoma {
font-family: Tahoma;
}



/* List Styles */
.Checkbox {
	list-style:: none;
}	

.Checkbox li {
background-image: url(images/checkmark.gif);
background-repeat: no-repeat;
list-style: none;
padding-left: 25px;
padding-top: 5px;
}

.Center {
text-align: center;
margin: 0 auto;
}

.Bold {
font-weight: bold;	
}

/* Button Styles */
#SendMeTheDetails {
background-image: url('images/send-me-the-details.gif');
display: block;
height: 39px;
width: 220px;
}

#SendMeTheDetails:hover {
background-position: 0 41px;
cursor: pointer;
}


.aaplayer a {
font-size: 13px;
}
.DownloadLinks li {
font-size: 14px;
}

/* Box Styles */
.TextBox {
	font-size: 15px;
	width: 175px;
	padding: 2px;
}



#Module h1 {
	
border-top: 2px solid #000;
padding-top: 15px;
}

#Module .NoLine {
border-top: 0;
padding-top: 0;
}

#Module h2 {
font-size: 18px;
color: #000;
margin: 0;
}

#Module a {
font-weight: normal;
font-size: 13px;
}

#Module strong {
font-size: 13px;	
}

	


