/*-----------------------------------------------------------------------------
	Global
-----------------------------------------------------------------------------*/

body {
background: #FFF url(../images/pub/bg.jpg) top center no-repeat;	
color: #5F5F5F;
}


a {
	color: #AF0A0A;
}

a:hover {
	text-decoration: none;
}


#head {
	margin-top: 10px;
}


#content {
	background: #FFF;
	padding-top: 20px;
	margin-bottom: 0;
	min-height: 400px;
}


.break {
	border-bottom: 1px solid #CCC;
	margin: 0px 0 19px 0;
}


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/



#navbar2 {
	height: 40px;
	background: #AF0A0A url(../images/themes/red/bg_menu.jpg) top left repeat-x;
	
}

.navbox {
	float: left;
	padding-top: 6px;
	padding-left: 16px;
	padding-bottom: 6px;
	margin-top: 2px;
}


#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0;
		font-size: 13px;
		}

	#jsddm li a
	{	display: block;
		padding: 10px 20px;
		text-decoration: none;
		color: #F9F9F9;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #8F0808;}

		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			z-index: 100;
			}

			#jsddm li ul li
			{	float: none;
				display: inline;
				font-size: 12px;
				
				}

			#jsddm li ul li a
			{	width: auto;
				background: #AF0A0A;
				color: #F9F9F9;
				padding: 6px 16px;
				border-bottom: 1px solid #8F8F8F;}

			#jsddm li ul li a:hover
			{	background: #8F0808;}



a.map {
	background: url(../images/themes/red/bg_menu_bright.jpg) repeat-x;
}


#search_corner {
	padding: 10px 0 12px 0;
	text-align: center;
	background: #AF0A0A;
	width: 240px;
	float: right;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom: 1px solid #CCC;
	
}

/*-----------------------------------------------------------------------------
	Masthead
-----------------------------------------------------------------------------*/

#mast {
	padding: 10px 0 0 0;
	padding-bottom: 10px;
	height: 100px;
}


#mastsub_left {
	width: 190px;
	height: 100px;
	margin-right: 20px;
	float: left;
}


#mastsub_left h1 {
	margin: 0;
	text-indent: -9999px;
	width: 190px;
	height: 100px;
	background: url(../images/pub/toplogo.png) top left no-repeat;
}

#mastsub_right {
	width: 730px;
	height: 92px;
	float: left;
	padding-top: 5px;
}

#mastad {
	height: 90px;
	border: 1px solid #CCC;
}


/*-----------------------------------------------------------------------------
	Home
-----------------------------------------------------------------------------*/

#masthead {
	height: 200px;
	background: url(../images/pub/masthead.jpg) top no-repeat;
}

#masthead h1{
	margin: 0;
	text-indent: -9999px;
}

#explore {
	height: 230px;
	background: url(../images/explore.jpg) top no-repeat;
	margin-bottom: 20px;
}

#home_flip img {
	border: 1px solid #CCC;
	padding: 2px;
}


#home_flip a:hover img {
	background: #AF0A0A;
}

#featured {
	margin-bottom: 20px;
	height: 210px;
	width: 460px;
}

.home_title {
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px solid #5F5F5F;
}

.feat_title {
	font-size: 18px;
	font-weight: bold;
}


.capimage {
	float: left;
	border: 1px solid #CCC;
	margin: 0 10px 0 0;
	width: 204px;
	height: 204px;
}

.capimage img {
	width: 200px;
	height: 200px;
	padding: 2px;
}

.capimage a:hover img {
	background: #AF0A0A;
}

.capinfo {
	margin: 0;
}

.capinfo h6{
	margin-bottom: 10px;
}

.capinfo p {
	margin-bottom: 20px;
}

#search {
	height: 230px;
	background: url(../images/search.jpg) top no-repeat;
	margin-bottom: 20px;
}


#subscribe {
	margin-bottom: 30px;
}

#subscribe p {
	margin-bottom: 2px;
}

.subscribe_headline {
	font-weight: bold;
}

.learn {
	padding: 6px;
	background: #AF0A0A;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #AF0A0A;
	text-decoration: none;
}

.learn:hover {
	background: #FFF;
	color: #AF0A0A;
}



#bloglines ul {
	margin: 0;
}

#bloglines ul li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	border-bottom: 1px dotted #CCC;
}

#bloglines a {
	font-weight: bold;
}

#bloglines span {
	font-size: 11px;
}

.view_all {
	font-weight: bold;
	text-align: center;
}

/*-----------------------------------------------------------------------------
	Pref Advertisers (Home)
-----------------------------------------------------------------------------*/

.prefad {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 0 20px 7px;
	width: 204px;
	height: 104px;
}


.prefad img {
	width: 200px;
	height: 100px;
	padding: 2px;
	margin: 0;
}

.prefad a:hover img {
	background: #AF0A0A;
}


/*-----------------------------------------------------------------------------
	Section Elements
-----------------------------------------------------------------------------*/

#sub_menu {
	background: #EFEFEF;
	padding: 8px;
	border: 1px solid #CCC;
	margin: 4px 0 20px 0;
}

#sub_menu h6 {
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px solid #CCC;
	
}

#sub_menu ul {
	margin-bottom: 0px;
}

#sub_menu ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#sub_menu ul li a {
	color: #AF0A0A;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: url(../images/ico/bullet.gif) no-repeat;
	background-position: 2px 8px;
	line-height: 24px;
	padding: 2px 0 2px 20px;
}

#sub_menu ul li a:hover {
	background: #DFDFDF url(../images/ico/bullet.gif) no-repeat;
	background-position: 2px 8px;

}

h1.section_title {
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}



/*-----------------------------------------------------------------------------
	Pref Advertisers (Vertical)
-----------------------------------------------------------------------------*/

#pref_vert {
	background: #EFEFEF;
	border: 1px solid #CCC;
	margin: 4px 0 40px 0;
}

#pref_vert h6 {
	margin: 9px 9px 0 9px;
	display: block;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}

#pref_vert ul {
	margin-bottom: 15px;
}

#pref_vert ul li {
	list-style-type: none;
	margin: 8px 7px 5px 7px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}



#pref_vert img {
	width: 200px;
	height: 100px;
	padding: 2px;
}

#pref_vert a:hover img {
	background: #AF0A0A;
}

.all_pref {
	padding-bottom: 15px;
	text-align: center;
}

/*-----------------------------------------------------------------------------
	Directory
-----------------------------------------------------------------------------*/

#flip {
	height: 600px;
}


h1.ourdirectory {
	background: url(../images/pub/our_directory.png) no-repeat;
	margin: 90px 0 0 0;
	text-indent: -9999px;
	height: 50px;
}

#masthead_dir {
	height: 130px;
	margin: 10px 0 10px;
}

#masthead_dir h1{
	background: url(../images/pub/masthead_dir.jpg) no-repeat;
	margin: 0;
	text-indent: -9999px;
	height: 130px;
}

h3.list_title {
	margin-bottom: 0px;
}

.list_site {
	font-weight: normal;
	font-size: 18px;
}

#location_info {
	margin-bottom: 20px;
}

.list_info {
	margin-bottom: 8px;
}


#list_img {
	width: 208px;
	margin: 0 20px 10px 0;
	float: left;
}

#list_img img {
	border: 1px solid #3F3F3F;
	padding: 3px;
}


#list_map {
	height: 160px;
	width: 218px;
	border: 1px solid #CCC;
	background: #FFF;
	margin-bottom: 5px;
}


.gall {
	padding: 4px;
	background: #AF0A0A;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #AF0A0A;
	text-decoration: none;
	line-height: 30px;
	display: block;
	text-align: center;
}

.gall:hover {
	background: #FFF;
	color: #AF0A0A;
}

#gallery ul {
	margin: 0;
}

#gallery ul li {
	margin: 0;
	list-style-type: none;
}


/*-----------------------------------------------------------------------------
	Find Map
-----------------------------------------------------------------------------*/

#find_map {
	margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------
	Search Page
-----------------------------------------------------------------------------*/
#dir_search {
	margin-bottom: 20px;
}

#dir_search h6 {
	margin-bottom: 10px;
}

#dir_search p {
	margin-top: 10px;
}

#dir_cats ul {
	margin: 0 0 20px 0px;
}

#dir_cats ul li {
	list-style-type: none;
	padding: 0px;
	margin-left: 0;
}

#dir_cats ul li a {
	color: #AF0A0A;
	background-position: 0px 0px;
	font-size: 15px;
	line-height: 34px;
	margin-bottom: 10px;
}

#dir_cats h6 {
	margin-bottom: 10px;
}

.result_entry {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 400px;
}

.result_entry a{
	font-weight: bold;
}

.result_entry h6{
	margin-bottom: 0;
}


#dir_results {
	margin-bottom: 40px;
}

h6.searchhead {
	margin-top: 10px;
}

h6.list_cat {
	margin: 20px 0 0 0;
}





/*-----------------------------------------------------------------------------
	Show All
-----------------------------------------------------------------------------*/
h6.list_cat {
	margin-bottom: 0px;
}



/*-----------------------------------------------------------------------------
	About Us
-----------------------------------------------------------------------------*/

h1.aboutus {
	background: url(../images/about/about_us.png) no-repeat;
	margin: 90px 0 0 0;
	text-indent: -9999px;
	height: 50px;
}


/*-----------------------------------------------------------------------------
	Blog
-----------------------------------------------------------------------------*/

h1.blog {
	background: url(../images/blog/blog.png) no-repeat;
	margin: 90px 0 0 0;
	text-indent: -9999px;
	height: 50px;
}

#blog_content {
	margin-bottom: 40px;
}

.blog_post{
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

.blog_post img {
	padding: 3px;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
	display: block;
}

.blog_post p.post_meta {
	font-size: 11px;
	font-weight: bold;
}

.blog_post p.post_share{
	float: right;
}

.blog_archive {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

.blog_archive h4 {
	margin-bottom: 0px;
}

.blog_archive p.post_meta {
	font-size: 11px;
	font-weight: bold;
}


.blog_sidebarmod {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

.blog_sidebarmod ul {
	margin: 0 0 20px 0;
	
}

.blog_sidebarmod ul li {
	margin: 0;
	list-style-type: none;
	padding-left: 20px;
	background: url(../images/ico/bullet.gif) no-repeat;
	background-position: 0px 5px;
	line-height: 24px;
}

.blog_sidebarmod ul li.rss {
	margin: 0;
	list-style-type: none;
	padding-left: 20px;
	background: url(../images/ico/rss.gif) no-repeat;
	background-position: 0px 5px;
	line-height: 24px;
}


.blog_sidebarmod h6{
	font-weight: normal;
	margin-bottom: 6px;
	display: block;
}

.blog_sidebarmod input{
margin:0px 0 10px 0;
}

.blog_sidebarmod form {
margin:10px 0 8px 0;
}


#head_tweet h4 {
background:url('../images/pub/tweet_head.png') no-repeat;
background-repeat: no-repeat;
text-indent: -20000em;
margin: 0;
height: 50px;
margin-bottom: 20px;
}

#feat_tweet {
padding: 8px 8px 8px 10px;
background: #EFEFEF;
-moz-border-radius: 20px;  
-webkit-border-radius: 20px;  
border-radius: 20px;
margin-bottom: 0px;
}

#feat_tweet p {
	margin-bottom: 5px;
}

.tweet_text {
	font-weight: bold;
}

.tweettime {
	font-style: italic;
	font-family:Georgia,Times,Serif;
	font-size: 11px;
}
/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/
.comment {
	margin: 0 0 30px 10px;
	display: block;
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 8px 8px 20px 20px;
}

.comment_admin {
	margin: 0 0 30px 30px;
	display: block;
	background: #DFFDFF;
	border-bottom: 1px solid #99DADF;
	border-right: 1px solid #99DADF;
	padding: 8px 8px 0px 20px;
}

.comment_id {
	font-weight: bold;
	margin-bottom: 10px;
}


#comment_form {
	margin-bottom: 40px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}

#comment_form p{
	padding-left: 10px;
}




/*-----------------------------------------------------------------------------
	Advertise
-----------------------------------------------------------------------------*/

h1.advertise {
	background: url(../images/advertise/advertise.png) no-repeat;
	margin: 90px 0 0 0;
	text-indent: -9999px;
	height: 50px;
}

#about_content {
	margin-bottom: 30px;
}

#about_content img {
	margin-bottom: 20px;
	display: block;
	padding: 3px;
	border: 1px solid #CCCCCC;
}




/*-----------------------------------------------------------------------------
	Testimonial Vert
-----------------------------------------------------------------------------*/


#test_vert {
	background: #EFEFEF;
	border: 1px solid #CCC;
	margin: 4px 0 40px 0;
	padding-bottom: 10px;
}

#test_vert h6 {
	margin: 9px 9px 0 9px;
	display: block;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}



.test_quote {
	font-family: 'Georgia', Times, sans-serif ;
	font-style: italic;
	display: inline-block;
	margin: 10px 9px 10px 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #CCC;
}

.test_quote img {
	float: left;
	margin-right: 10px;
	border:1px solid #CCCCCC;
	padding:3px;
}

.testimonial {
	font-family: 'Georgia', Times, sans-serif ;
	font-style: italic;
	margin: 20px 0 10px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

.testimonial img {
	padding: 3px;
	border: 1px solid #CCC;
}

.testimg {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	width: 93px;
	height: 115px;
}

.testtxt {
	display: inline;
	margin: 0 10px 0 0;
	width: 350px;
	min-height: 115px;
}




.test_credit {
	font-family: Helvetica, Arial, Verdana, serif;
	font-weight: bold;
	font-style: normal;
}

a.more_test {
	color: #AF0A0A;
	padding-left: 20px;
	background: url(../images/ico/bullet.gif) no-repeat;
	background-position: 2px 2px;
	font-size: 15px;
	line-height: 34px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/*-----------------------------------------------------------------------------
	Events
-----------------------------------------------------------------------------*/

h1.events {
	background: url(../images/events/events.png) no-repeat;
	margin: 90px 0 0 0;
	text-indent: -9999px;
	height: 50px;
}

#event_content {
	margin-bottom: 40px;
}

.event_post {
	margin: 20px 9px 10px 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}

.cal {
	background:url('../images/events/cal.gif') no-repeat;
	height: 56px;
	width: 56px;
	text-align: center;
	padding-top:0px;
	float: left;
	margin: 5px 8px 0 0;
}


.month {
	margin: 1px 0 0 0;
	font-size: 13px;
	color: #FFF;
}

.date {
	margin: -4px 0 0 0;
	font-weight: bold;
	font-size: 30px;
	color: #474747;
}

.event_excerpt h5{
	margin-bottom: 0px;
}

.event_excerpt p {
	margin-bottom: 0px;
}

#event_singletitle {
	margin: 20px 9px 10px 0;
	padding-bottom: 20px;
}

#event_singledetails {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}


#event_singledetails dl {
font-size: 15px;
margin-bottom: 0;	
}

#event_singledetails dl dt {
float:left;
color: #999999;
width: 65px;
}

#event_singledetails dl dd {
margin-bottom: 10px;
}

#event_submit {
	font-size: 15px;
	font-weight: bold;
}

#event_submit p {
	margin-bottom: 10px;
}

.hint {
	font-size: 13px;
}

#preview {
	background:#EFEFEF;
	border:1px solid #CCCCCC;
	padding: 20px;
	margin-bottom: 20px;
}

#preview #event_singledetails {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#logout {
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 11px;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------
	Calendar
-----------------------------------------------------------------------------*/
#calendar_month {
	margin-top: 40px;
}


#calendar_month h6 {
	color: #FFF;
	margin-bottom: 2px;
	padding-top: 5px;
	height: 30px;
	text-align: center;
	display: block;
	background:url('../images/events/month_bg.png') no-repeat;
}

a.month_prv {
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	margin-right: 5px;
	padding: 4px;
	vertical-align:middle;
	
}

a.month_nxt {
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	margin-left: 5px;
	padding: 4px;
	vertical-align:middle;
	
}

a.month_prv:hover, a.month_nxt:hover {
	background: #AF0A0A;
	
}

#calendar_month p {
	text-align: center;
	color: #AF0A0A;
	text-decoration: none;
	display: block;
	font-weight: bold;
	
}


#calendar {
	width: 219px;
	padding: 0;
	margin: 0 0 10px 1px;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px;
	color: #5F5F5F;
	text-align: center;
	background-color: #fff;
}

.nav, .nav a {
	font: bold 18px;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	



th {
	font: bold 11px/20px;
	color: #5F5F5F;
	background: #EFEFEF;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

.today, td.today a, td.today a:link, td.today a:visited {
	font-weight: bold;
	background: #EFEFEF;
}

td {
	line-height: 30px;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 30px;
	height: 25px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}

td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

td a:link, td a:visited {	
	background: #BFDCFF;
	
}

td a:hover, td a:active {
	background: #AF0A0A;
	color: #BFDCFF;
}

.calendarDayHeading {
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

.daylabels {
	height: 18px;
}

.calendarCell {
	background-color: #FFFFF3;
}

.calendarToday {
		background: #DFFFFE;
}

.calendarBlank {
	background-color: #FFF;
	color: #C1CDCD;
}


/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer {
	padding-top: 30px;
	background: #FFF url(../images/pub/bg2.jpg) bottom repeat-x;
	height: 130px;	
}


#footlinks {
	margin:0 0 20px 0;
	height: 20px;
	text-align: right;
}

#footlinks li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 20px;
}

#footlinks a {
	font-weight: bold;
	text-decoration: underline;
}

#footlinks a:hover{
	text-decoration: none;
}

#footsocial {
	margin:0 0 20px 0;
	text-align: right;
}

#footsocial li {
	list-style-type: none;
	display: inline;
	margin: 0 0px 0 12px;
	font-weight: bold;
}

#footsocial li img {
	vertical-align: middle;
}


.fieldname {
	font-size: 15px;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------
	EDIT  BUTTON
-----------------------------------------------------------------------------*/
a.edit_btn {
	padding: 5px;
	background: #EF401D;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #DF2500;
	color: #FFF;
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-style: normal;
}

a.edit_btn:hover {
	background: #EF654A;
}


/*-----------------------------------------------------------------------------
	SAEF Formatting
-----------------------------------------------------------------------------*/

.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
	}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
	}

.htmlButtonOutterL {
	border-left: #333 1px solid;
	}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
	}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOff a:visited {
	text-decoration: none;
	}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOn a:visited {
	text-decoration: none;
	}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonA a:visited {
	text-decoration: none;
	}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonB a:visited {
	text-decoration: none;
	}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
	}


