/* Default CSS */

a, a:visited, a:hover {
	color: #5988b1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p.sm-pgh {
    background-color: #fff;
	color: #444;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; 
	margin-top: 0; 
	margin-bottom: 15px; 
}

p.sm-subhead {
    background-color: #fff;
	color: #444;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
	margin: 0;
	padding: 0; 
	margin-top: 0; 
	margin-bottom: 15px; 
}

h1.sm-one { 
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	line-height:33px;
	color:#5EB9E4;
	margin-top: 0; 
	margin-bottom: 25px; 
}

h2.sm-two { 
	font-size: 22px;
	font-weight:100;
	letter-spacing:-1px;
	line-height:24px;
	color:#5EB9E4;
	margin-top: 0; 
	margin-bottom: 15px; 
}

#sm-container{ 
	width:850px;
	position:relative;
}

td.sm-bu{
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:22px;
    text-align:center;
	color:#000000;

 }
 
 td.sm-icons{
    text-align:center;
 }
 
 td.sm-align-left {
    text-align:left; 
 }