/* CSS for General Styling - If you want it inherited, classes please place here */
img {
	border: none;
	padding: 0;
	margin: 0;
}

a:link , a:visited {
	padding: 0;
	margin: 0;
	color: #D6D6D6;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	letter-spacing:-.15px;
}

a:hover, a:active{
	color: /*#56544d;*/ #ed217c
}

a.selected:link , a.selected:visited {
	color: #ed217c;	
}

a.selected:hover, a.selected:active {
	color: #56544d;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #ed217c;
	/*letter-spacing: -1px;*/
	letter-spacing: -0.5px;
	font-family: Helvetica, Arial, sans-serif;
}
	
p {
	margin: 0;
	margin-top: 3px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #b8b6b6;
	/*letter-spacing: -1px;*/
}

p a:link , p a:visited, ul li a:link , ul li a:visited{
	color: #FFF;
	border: none;
	text-decoration: none;
	border-bottom: 1px solid #fc8d21;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

p a:hover, p a:active,ul li a:hover, ul li a:active{
	color: #fc8d21;
}

.orange {
	color: #FC8D21;
}

.white {
	color: #FFF;
}

.features_grey{
	color: #B8B6B6;
}

.darkText {
	color: #848282;
}


#imageContainer
	{
	padding: 0px;
	margin: 0px;
	position: relative;
	background: #000;
	margin-left: 0px;
	height: 62px;
	width: 880px;
	border: none;
	}
			
#imageContainer img
	{
	padding: 0px;
	display:none;
	border: none;
	}
	
#myId {
	margin: 0;
	padding: 0;
	background: #000;
	border: 1px solid #323232;
	height: 322px;
	width: 880px;
}
.mainhead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ED217C;
	letter-spacing: -0.5px;
}

#twitter_update_list li {
list-style-type: none;
margin-top: 3px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #b8b6b6;
}

