body,h1,h2,h3,h4,h5,h6,form { margin:0; padding:0; }
img {border: 0px;}
body {
	background: url(/images/public/site-background.jpg) repeat-x #efefef;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4c4c4c;
}
form {
	display:inline;
}
a {
	color: #4c4c4c;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #2f3583;
	background-color: transparent;
	text-decoration: underline;
}
.centered {
	text-align: centered;
}
#container {
	margin:0px auto;
	width:953px;
	background: url(/images/public/content-background.jpg) repeat-x #f5f5f5;
	border-left:2px solid #555;
	border-right:2px solid #555;
}
body>#container {
	width:949px;
}
#headerimg {
	position:relative;
}
#headerimg span {
	color: white;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}
#headerimg span a {
	color: white;
}
#headerimg .bottomleft {
	position:absolute;
	bottom:5px;
	left: 5px;
}
#headerimg .topleft {
	position:absolute;
	top:5px;
	left: 5px;
}
#headerimg .topright {
	position:absolute;
	top:5px;
	right: 5px;
}
#headerimg .bottomright {
	position:absolute;
	right:5px;
	bottom: 5px;
}
#logo {
	padding-left: 5px;
	padding-top:10px;
	padding-bottom:10px;
}
#login_box {
	float:right;
	padding-right:5px;
	width:350px;
}
#login_box h1 {
	color: #646464;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#login_box h1 img {
	vertical-align: text-bottom;
}
#login_box #login_name,#login_password {
	color: #4c4c4c;
	background-color: #e8f2e7;
	border:1px solid black;
	width: 137px;
}
#login_box #login_name {
	margin-right:10px;
}
#login_box #login_button {
	float: right;
	padding-right:5px;
}
#logout_box {
	float:right;
	padding:5px;
	padding-top:15px;
	width:400px;
	color: #646464;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#logout_box a {
	color: #2f3583;
}
#logout_box a:hover {
	color: #4c4c4c;
}
#header_banner {
	display: block;
}
ul#menu {
	display:block;
	margin: 0;
	padding: 0;
	padding-left:160px;
	height: 35px;
	background: url(/images/public/menu-background.gif) repeat-x;
}
#menu li {
	list-style-type: none;
	display: block;
	float: left;
}
#menu li a {
	display: block;
	line-height: 35px;
	background: url(/images/public/menu-background.gif) repeat-x;
	padding: 0px 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#menu li a:hover, #menu li a.selected {
	//background: url(/images/public/menu-background-selected.gif) repeat-x;
	
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
}
#utilities {
	width: 250px;
	margin:0px 5px;
	padding-top:8px;
	float:right;
}
#content.normal {
	padding: 8px;
	width: 650px;
}
#content.full {
	padding: 8px 8px 8px 8px;
}
#content h1 {
	color: #fff;

	background: rgb(97,186,221); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(97,186,221,1) 0%, rgba(17,73,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,186,221,1)), color-stop(100%,rgba(17,73,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(97,186,221,1) 0%,rgba(17,73,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(97,186,221,1) 0%,rgba(17,73,137,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(97,186,221,1) 0%,rgba(17,73,137,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61badd', endColorstr='#114989',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(97,186,221,1) 0%,rgba(17,73,137,1) 100%); /* W3C */
					
	border-bottom:4px solid #2A6B96;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 38px;
	padding-left: 5px;
}
#content h1 a {
	color: white;
	text-decoration: none;
}
#content h2 {
	padding-left: 5px;
	border-bottom:1px dotted #4b4b4b;
	margin-bottom: 10px;
}
#content h2 a {
	text-decoration: none;
}
#content h3 {
	color: #2f3583;
	padding-left: 15px;
}
#content a {
	color: #246383;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #252525;
}
#content p {
	padding-left: 15px;
	line-height: 17px;
}
#footer {
	clear: both;
	background: #e4e4e4 url(/images/public/footer-background.gif) repeat-x;
	font-size:11px;
	border-top:2px solid #4b4b4b;
	padding:5px;
	text-align: center;
}
#footer div {
	margin:5px 0px;
}
#stock_title {
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #342f62;
}
#stock_value {
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5e5e5e;
}
#stock_change {
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 24px;
	vertical-align:top;
	padding-left:10px;
}
#forum_list {
	position:relative;
	top: -30px;
	width: 933px; 

}
#forum_list td {
	height: 46px;
}
#forum_list a {
	text-decoration: none;
	color: #2f3583;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.forum_count_col {
	width: 135px;
	padding: 4px;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
.forum_newmsg_count {
	color: #216a1b;
}
.forum_count_col a {
	color: #6a6a6a !important;
	text-decoration: underline !important;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}
.forum_no_answer {
	color: black;
	font-style: italic;
	text-align: center;
}
#btnNewDesc {
	padding-top: 20px;
}
.page_icon h2 {
	color: #342f62;
	font-size: 16px;
}
.pagination {
	text-align: center;
	margin-bottom: 20px;
}
.pagination a {
	padding: 5px;
	text-decoration: underline !important;
}
.pagination .next_page, .pagination .prev_page {
	border: 0px !important;
}
.forum_left {
	width: 150px;
	padding: 5px;
	vertical-align: top;
	background-color: white;
	border-bottom: 1px solid #444444;
	border-right: 1px dotted #444444;
}
.forum_rank {
	text-align: center;
}
.forum_body {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #444444;
}
.forum_body .s {
	display: block;
	height: 8px;
}
.forum_body a {
	color: #246383 !important;
	text-decoration: underline !important;
	font-weight: bold !important;	
	font-size: 12px !important;
}
.forum_body a:hover {
	color: #2f3583 !important;
}
.forum_author {
	font-weight: bold;
	text-align: center;
}
.forum_author a {
	font-size: 12px !important;
}
.forum_avatar {
	background-color: white;
	text-align: center;
}
.forum_quote {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 45px;
	font-style: italic;
	border-left: 2px solid #444444;
}
.forum_img {
	overflow:auto; 
	max-width:500px; 
	max-height:350px;
}
.forum_stats {
	text-align: center;
}
#btnNewDesc {
	display: block;
	margin: 0 auto;
}
.tinymce {
	width: 932px;
	height: 300px;
}
#editor_subject {
	width: 930px;
	border: 1px solid #cccccc;
}
#editor_submit {
	width: 930px;
	border: 1px solid #2a2a2a;
	background-color: #81D377;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}
#editor_submit:hover {
	background-color: #449738;
	cursor:pointer;
}
#editor_form label {
	margin-top: 15px;
	display: block;
	font-weight: bold;
}
#editor_form #editor_buttons {
	padding: 15px 0px;
	text-align: right;
}
#package_list .packages {
	padding: 20px;
	width: 600px;
	border-bottom: 1px solid #636363;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 5px #5A5A5A;
}
#package_list .packages.disabled {
	background: #CCCCCC;
}
#package_list .packages.disabled:hover {
	background: #B1B1B1 -webkit-gradient(linear,left top,left bottom,color-stop(0.2, rgb(102,102,102)),color-stop(0.67, rgb(48,48,48)));
	color: white;
	opacity: 0.8;
	-webkit-transition: opacity .9s ease;
	-webkit-transform: scale(1.05);
}
#package_list .packages.disabled:hover .package_price {
	color: white;
}
#package_list .packages.enabled {
	background: #CCFFCA;
}
#package_list .packages.enabled:hover {
	background: #B2E0BB -webkit-gradient(linear,left bottom,left top,color-stop(0.32, rgb(110,156,16)),color-stop(0.66, rgb(143,188,42)),color-stop(0.83, rgb(172,226,72)));
	opacity: 0.8;
	color: black;
	-webkit-transition: opacity .9s ease;
	-webkit-transform: scale(1.05);
}
#package_list .packages p {
	width: 425px;
}
#package_list .package_price {
	float: right;
	font: small-caps bold 3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3c3c3c;
}
#package_list h2, .section_header {
	margin-top: 25px;
	padding: 20px;
	width: 600px;
	background-color: #0E405E;
	border-bottom: 4px solid #072436;
	color: white;
	-webkit-box-shadow: 5px 5px 5px #5A5A5A;
}
form.regular div {
	clear: left;
	padding: 5px 0px;
}
form.regular div label {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 100px;
}
form.regular div input {
	border: 1px dotted #6D6D6D;
	width: 300px;
	padding: 5px;
}
form.regular div input:focus {
	background-color: #5CB81F;
	color: white;
}
form.regular hr {
	border: 0px;
	border-bottom: 1px solid #B9B9B9;
	width: 450px;
	text-align: left;
	margin: 0 auto 0 0;
}
span.required {
	color: #BD1212;
	font-weight: bold;
}
.toppadding {
	padding-top:15px;
}
.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input[type="text"], .fieldWithErrors input[type="password"] {
	background-color: #D8B0B0;
}
.form_notes {
	color: #757575;
	font-style: italic;
}
.photo_border_black {
	border: 10px solid black;
}
.photo_border_white {
	border: 10px solid white;
}
.photo_border_none {
	border: 0px;
}
.photo_align_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photo_align_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.photo_align_center {
	display:block;
	margin: 0px auto;
}
.right_module {
	margin: 20px 0px;
}
.event {
	position: relative;
	background: #094b63;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.31, rgb(31,104,143)),
	    color-stop(0.6, rgb(9,75,99))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(31,104,143) 31%,
	    rgb(9,75,99) 60%
	);
	box-shadow: 5px 5px 5px #5A5A5A;
	-moz-box-shadow: 5px 5px 5px #5A5A5A;
	-webkit-box-shadow: 5px 5px 5px #5A5A5A;
	
	border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	
	padding: 10px 0px;
	padding-right: 165px;
	margin: 20px 0px;
	color: #fff;
}
.event ul {
	padding-left: 10px;
}
.event li {
	list-style-type: none;
	display: block;
	line-height: 25px;
	padding-left: 5px;
	margin: 2px 0px;
	border-bottom: 1px dotted #627e94;
}
.event li:hover {
	color: white;
	background: #627e94;
}
.event .special {
	padding: 15px 0px;
	text-align: center;
}
.event #event_menu {
	position: absolute;
	top:0px;
	right: 5px;
	bottom: 0px;
	width: 150px;
}
.event #event_menu a img {
	margin-top: 10px;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.event #event_menu a img:hover {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
#mapdirections {
	margin-left:-14px; margin-bottom:5px;
	border-radius: 12px 12px;
	border-radius: 12px 12px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	overflow: hidden;
}
#icalheader {
	margin-top:20px;
	margin-bottom:20px;
	box-shadow: 5px 5px 5px #5A5A5A;
	-webkit-box-shadow: 5px 5px 5px #5A5A5A;
	-moz-box-shadow: 5px 5px 5px #5A5A5A;
	border-radius: 12px 12px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	overflow: hidden;
}
#twitter_list_friends {
	margin: 25px 0px;
}
#twitter_list_friends h1 {
	background: url(/images/public/twitter-header-bg.png) top left no-repeat;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #342f62;
	width: 251px;
	height: 64px;
	padding-left: 60px;
	padding-top: 12px;
}
#twitter_list_friends .twitter_tweet {
	background-color: #D8D8D8;
	padding: 5px;
}
#twitter_list_friends .twitter_meta {
	padding: 5px;
	background: url(/images/public/twitter-meta-bg.png) top left no-repeat;
	margin-bottom: 10px;
	position: relative;
}
#twitter_list_friends .twitter_meta .twitter_author {
	position: absolute;
	left: 120px;
	top: 2px;
	font-size: 11px;
}
#twitter_list_friends .twitter_meta .twitter_time {
	position: absolute;
	left: 120px;
	top: 17px;
	font-size: 10px;
}
.twitter_footer {
	background-color: #434343;
	height: 25px;
	color: white;
	text-align: center;
	line-height: 25px;
}
.twitter_footer a {
	color: white !important;
	text-decoration: none;
}
a.twitter_at, a.twitter_link {
	color: #9b7720;
	text-decoration: none;
}
a.twitter_at:hover, a.twitter_link:hover {
	color: #434343;
}
a.twitter_tag {
	color: #4a1f0c;
	text-decoration: none;
}
a.twitter_tag:hover {
	color: #434343;
}



#twitter_list_lcmm {
	margin: 15px 0px;
}
#twitter_list_lcmm h1 {
	background: url(/images/public/twitter-header-bg.png) top left no-repeat;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #342f62;
	width: 251px;
	height: 64px;
	padding-left: 60px;
	padding-top: 20px;
}
#twitter_list_lcmm .twitter_tweet {
	background-color: #D8D8D8;
	padding: 5px;
	font-size: 12px;
}
#twitter_list_lcmm .twitter_meta {
	padding: 5px;
	background-color: #D8D8D8;
	margin-bottom: 5px;
	position: relative;
	text-align: right;
}
#twitter_list_lcmm .twitter_meta img {
	display:none;
}
#twitter_list_lcmm .twitter_meta .twitter_author {
	font-size: 11px;
	display: none;
}
#twitter_list_lcmm .twitter_meta .twitter_time {
	font-size: 10px;
}
.error-msg {
	color: red;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px;
}
.ok-msg {
	color: green;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px;
}

.profile_avatar_box {
	float: right;
	padding: 25px;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 120px;
	background-color: white;
	text-align: center;
	border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
}
.podcast {
	margin-top:15px; 
	margin-bottom: 15px; 
	background-color: #d3d3d3; 
	padding: 10px;
	border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
}
.podcast:hover {
	background: #B2E0BB -webkit-gradient(linear,left bottom,left top,color-stop(0.32, rgb(110,156,16)),color-stop(0.66, rgb(143,188,42)),color-stop(0.83, rgb(172,226,72)));
	opacity: 0.8;
	color: black;
	-webkit-transition: opacity .9s ease;
	-webkit-transform: scale(1.05);
	cursor: pointer;
}
#leaders {
	width: 250px; position: absolute; top:30px; right: 30px;
	background-color: #d3d3d3; 
	padding: 10px;
	border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
}
#leaders .points {
	color: white;
	float: right;
	display: block;
	width: 75px;
	height: 15px;
	line-height: 12px;
	text-align: center;
	border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	background-color: #37673d;
}
#homepodcast {
	position: relative;
	cursor: pointer;
	
	background: #333333; /* old browsers */
	background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* webkit */
		
	box-shadow: 5px 5px 5px #5A5A5A;
	-moz-box-shadow: 5px 5px 5px #5A5A5A;
	-webkit-box-shadow: 5px 5px 5px #5A5A5A;
	
	border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	
	padding: 20px;
	margin: 20px 0px;
	color: #fff;
	min-height: 125px;
}
#homepodcast img {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-top:-70px;
}
#members_list {
	border: 0px;
}
#members_list td {
	padding: 10px;
}
#home #featured {
	height: 400px;
}
#home #featured h2 {
	border-bottom: none;
}
#home #deals {
	float: right;
	width: 280px;
	padding: 0px 10px;
}
#home #news {
	margin-right: 300px;
}
#home .one_news {
	margin: 0px 20px;
	padding: 10px 0px;
}
#home #liveevent {
	height: 410px;
	
	border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	
	background: #f5f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C */
			
	box-shadow: 5px 5px 5px #5A5A5A;
	-moz-box-shadow: 5px 5px 5px #5A5A5A;
	-webkit-box-shadow: 5px 5px 5px #5A5A5A;
	
	margin: 0px 8px;
}
#news_footer {
	background: rgb(97,186,221); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(97,186,221,1) 0%, rgba(17,73,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,186,221,1)), color-stop(100%,rgba(17,73,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(97,186,221,1) 0%,rgba(17,73,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(97,186,221,1) 0%,rgba(17,73,137,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(97,186,221,1) 0%,rgba(17,73,137,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61badd', endColorstr='#114989',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(97,186,221,1) 0%,rgba(17,73,137,1) 100%); /* W3C */

	height: 30px;
	line-height:30px;
	color: #fff;
	text-align: right;
	padding-right: 10px;
}
#news_footer a {
	color: white;
	text-decoration: none;
}
#news_footer a:hover {
	text-decoration: underline;
}