body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2B2B2B;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}

li {
	list-style-image: url(../images/pointbullet.png);
}
ul {
	font-size: 12px;
}

a:link {color: #D03376; text-decoration: underline; }
a:active {color: #D03376; text-decoration: underline; }
a:visited {color: #D03376; text-decoration: underline;  }
a:hover {color: #D03376; text-decoration: none;  }

.mainContent {
	position:absolute;
	left: 200px;  
	top: 80px; 
	height: 370px; 
	width: 420px; 
	border: none;
}

.subtitle {
	font-size: 14px;
	font-weight: 900;
}
.tagline {
	font-size: 14px;
	font-weight: 900;
	color: #D03376;
}

.large {
	font-size: 14px;	
}
.normal {
	font-size: 12px;
}
.small{
	font-size: 10px;
}
.bigBlue {
	color: #4E84C4;
	font-size: 14px;
	font-weight: 900;
}
.banner{position:absolute; left:0px;top:31px; width:640px;}
