/* MOAE.co.uk CSS Document */

/* -------------------------------------------------- DEFAULTS ---------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333;
	background-color:#fff;
	line-height:140%;
	margin:0 0 0 0;
	padding:0;
}
body a:link {color:#de4b1b;text-decoration:none;}
body a:visited {color:#df714d;text-decoration:none;}
body a:hover{color:#de4b1b;text-decoration:underline;}
body a:active{color:#000;text-decoration:none;}

body#white{/*handy for popups*/
	background-color:#fff;
}
html,body {
	height: 100%;
	min-height: 100%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-align:justify;
	margin:0 0 20px 0;
	padding-top: 0px;
	color:#000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin:0 0 12px 0;
	padding:0;
	color:#000;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:0 0 10px 0;
	padding:0;
	color:#000;
}
a img {
	border-style:none;
}
p {
	text-align:left;
	margin:0 0 15px 0;
}
* html p {
  height: 1%;
  margin:0 0 15px 0;
}
ol, li {
	margin-top:0px;
	padding-top:0px;
}
ol li {
	margin:0 0 5px 0;
	padding:0;
}
ul li {
	margin:0 0 5px 0;
	padding:0;
}
table {
	margin-bottom:5px;
}
td { 
	padding:5px;
}



/* -------------------------------------------------- GENERAL PAGE STRUCTURE ---------------------------------------------------- */

.viewport {
	margin: 0 auto 0 auto;
	width: 995px;
	background:#fff url(../images/bg.gif) repeat-y top left;
	min-height: 100%;
}
.container {
	position:relative;
	margin: 0 auto 0 auto;
	width: 957px;
	height:100%;
	float:left;
}
.leftContent {
	width: 249px;
	background-color:#000;
	min-height:634px;
	float:left;
}
* html .leftContent {
	height:634px;
}
.rightContainer {
	position:relative;
	width: 708px;
	min-height: 634px;
	background:#fff url(../images/shadeMidR.gif) no-repeat top left;
	float:left;
	padding:0;
	margin:0;
}
* html .rightContainer {
	height: 634px;
}
.nav {
	position:relative;
	height:56px;
	padding:0;
	margin:0 0 28px 0;
	float:left;
}
.leftNav {
	position:relative;
	width:226px;
	padding:0 0 0 23px;
	margin:20px 0 28px 0;
}
.midContent {
	position:relative;
	width: 437px;
	padding:0 5px 35px 25px;
	float:left;
	min-height:434px;
}
.midContent2 {
	position:relative;
	width: 658px;
	padding:0 25px 35px 25px;
	float:left;
	min-height:434px;
}
.footer {
	margin:20px 20px 20px 0;
	text-align:center;
	color:#de4b1b;
}
.rightContent {
	position:relative;
	width: 241px;
	float:left;
	padding:0;
	margin:0;
}
.moaeNews {	
	width: 437px;
	margin:35px 0 0 -25px;
	padding:15px 0 20px 25px;
	background:#fff url(../images/newsBak.gif) repeat-y top left;
	float:left;
}
* html .moaeNews {
	padding-left:50px;
}
.moaeNews img {
	margin-bottom: 10px;
}

/* -------------------------------------------------- PAGE SPECIFIC ---------------------------------------------------- */

.heading {
	margin-bottom:30px;
}
.returntotop {
	color:#999;
	font-weight:bold;
	text-align:right;
	padding-top:20px;
}
.returntotop a:link {color:#999;text-decoration:none;}
.returntotop a:visited {color:#999;text-decoration:none;}
.returntotop a:hover{color:#999;text-decoration:underline;}
.returntotop a:active{color:#999;text-decoration:none;}

.backto {
	color:#999;
	font-weight:bold;
	float:left;
	padding-top:20px;
}
.backto a:link {color:#de4b1b;text-decoration:none;}
.backto a:visited {color:#de4b1b;text-decoration:none;}
.backto a:hover{color:#de4b1b;text-decoration:underline;}
.backto a:active{color:#de4b1b;text-decoration:none;}


.boxContentL  {
	float:left;
	padding: 0 0 0 0;
	margin-bottom:15px;
	width:208px; 
}
.boxContentL img  {
	border: 1px solid #666;
	margin: 0 10px 6px 0;
	padding: 0;
	float: left; 
}
.boxContentL a:link img {border: 1px solid #666;}
.boxContentL a:visited img {border: 1px solid #666;}
.boxContentL a:hover img{border: 1px solid #de4b1b;}
.boxContentL a:active img{border: 1px solid #de4b1b;}

.boxContentL2  {
	float:left;
	padding: 0 0 0 0;
	margin-bottom:15px;
	margin-left:10px;
	width:208px; 
}
.boxContentL2 img  {
	border: 1px solid #666;
	margin: 0 10px 6px 0;
	padding: 0;
	float: left;
}
.boxContentL2 a:link img {border: 1px solid #666;}
.boxContentL2 a:visited img {border: 1px solid #666;}
.boxContentL2 a:hover img{border: 1px solid #de4b1b;}
.boxContentL2 a:active img{border: 1px solid #de4b1b;}

.boxContentR  {
	float:left;
	padding: 0 0 0 0;
	margin-bottom:15px;
	width:100%;
}
.boxContentR img  {
	border: 1px solid #666;
	margin: 0 0 6px 10px;
	padding: 0;
	float: right;
}
.boxContentR a:link img {border: 1px solid #666;}
.boxContentR a:visited img {border: 1px solid #666;}
.boxContentR a:hover img{border: 1px solid #de4b1b;}
.boxContentR a:active img{border: 1px solid #666;}

.boxTestimonialL {
	float:left;
	padding: 0 0 0 0;
	width:100%;
}
.boxTestimonialL img  {
	border: 1px solid #666;
	margin: 0 10px 6px 0;
	padding: 0;
	float: left;
}
.boxTestimonialR  {
	float:left;
	padding: 0 0 0 0;
	width:100%;
}
.boxTestimonialR img  {
	border: 1px solid #666;
	margin: 0 0 6px 10px;
	padding: 0;
	float: right;
}
.biog {
	padding:10px 10px 10px 10px;
	margin:0;
	width:360px; 
}
.biogPic  {
	border: 1px solid #666;
	margin: 0 10px 1px 0;
	padding: 0;
	float: left;
}
.popup_close {
	text-align:right;
	clear:both;
	padding:0 10px 0 0;
}


.iconContainer {
	position:relative;
	margin:0 0 6px -6px;
	float:left;
}
.iconBox {
	position:relative;
	height:71px;
	width:335px;
	background:#fff url(../images/icon_bg.gif) repeat-y top left;
	float:left;
}

.iconMiniColumn {
	height:33px;
	margin:0 0 20px -3px;
	float:left;
}
.iconBoxMini {
	width:190px;
	height:33px;
	background:#fff url(../images/iconMini_bg.gif) repeat-y top left;
	float:left;
}
/* -------- Visitors Business Clinics -------- */

.clinicContentL  {
	padding: 0;
	margin-bottom:15px;
	float:left;
}
.clinicContentL img  {
	border: 1px solid #666;
	margin: 0 10px 3px 0;
	padding: 0;
	float: left; 
}
.clinicDescription {
	width:310px;
	float: left; 
}



/* -------- Shop -------- */
.shopIcon {
	position:relative;
	margin:0 8px 0 -6px;
	float:left;
}
.shopMiniIcon {
	padding-right:5px;
	vertical-align: middle;
}
.itemContentL  {
	padding: 0;
	margin-bottom:15px;
	float:left;
}
.itemContentL img  {
	border: 1px solid #666;
	margin: 0 10px 3px 0;
	padding: 0;
	float: left; 
}
.itemDescription {
	width:290px;
	float: left; 
}


/* -------- Order Tickets -------- */
.iconMiniTicketOrder {
	height:33px;
	width:208px;
	margin:0 0 5px -3px;
	float:left;
}
.iconBoxMiniTicketOrder {
	width:160px;
	height:33px;
	background:#fff url(../images/iconMini_bg.gif) repeat-y top left;
	float:left;
}

/*----------------------------------------- ROLLOVER CODE ---------*/

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */


/*TOP NAV rollover images*/
#btnhome {
	background:#FFFFFF url(../images/nav_home_over.gif) no-repeat top left;    /* rollover state */
	width: 70px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnabout {
	background:#FFFFFF url(../images/nav_about_over.gif) no-repeat top left;    /* rollover state */
	width: 86px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnvisitors {
	background:#FFFFFF url(../images/nav_visitors_over.gif) no-repeat top left;    /* rollover state */
	width: 110px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnsponsors {
	background:#FFFFFF url(../images/nav_sponsors_over.gif) no-repeat top left;    /* rollover state */
	width: 121px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnpress {
	background:#FFFFFF url(../images/nav_press_over.gif) no-repeat top left;    /* rollover state */
	width: 95px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnregister {
	background:#FFFFFF url(../images/nav_register_over.gif) no-repeat top left;    /* rollover state */
	width: 83px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btngallery {
	background:#FFFFFF url(../images/nav_gallery_over.gif) no-repeat top left;    /* rollover state */
	width: 79px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnshop {
	background:#FFFFFF url(../images/nav_shop_over.gif) no-repeat top left;    /* rollover state */
	width: 64px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}


/* Sub Nav Visitors */

#btnhigh {
	background:#FFFFFF url(../images/navSub_highlights_over.gif) no-repeat top left;    /* rollover state */
	width: 128px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnopening {
	background:#FFFFFF url(../images/navSub_opentimes_over.gif) no-repeat top left;    /* rollover state */
	width: 113px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btntestimonials {
	background:#FFFFFF url(../images/navSub_testimonials_over.gif) no-repeat top left;    /* rollover state */
	width: 107px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnagenda {
	background:#FFFFFF url(../images/download_agenda_over.gif) no-repeat top left;    /* rollover state */
	width: 230px;                    /* image width */
	height: 59px;                   /* image height */
	margin-left:-8px;
}


/* Sub Nav Sponsors */

#btnoverview {
	background:#FFFFFF url(../images/navSub_overview_over.gif) no-repeat top left;    /* rollover state */
	width: 87px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnbackground {
	background:#FFFFFF url(../images/navSub_background_over.gif) no-repeat top left;    /* rollover state */
	width: 98px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btndemographics {
	background:#FFFFFF url(../images/navSub_demographics_over.gif) no-repeat top left;    /* rollover state */
	width: 109px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnmarketing {
	background:#FFFFFF url(../images/navSub_marketing_over.gif) no-repeat top left;    /* rollover state */
	width: 88px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnbenefits {
	background:#FFFFFF url(../images/navSub_benefits_over.gif) no-repeat top left;    /* rollover state */
	width: 74px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnpackages {
	background:#FFFFFF url(../images/navSub_packages_over.gif) no-repeat top left;    /* rollover state */
	width: 79px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnmagazine {
	background:#FFFFFF url(../images/navSub_magazine_over.gif) no-repeat top left;    /* rollover state */
	width: 82px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnexhibitors {
	background:#FFFFFF url(../images/navSub_exhibitors_over.gif) no-repeat top left;    /* rollover state */
	width: 86px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnpack {
	background:#FFFFFF url(../images/download_sponsorship_over.gif) no-repeat top left;    /* rollover state */
	width: 230px;                    /* image width */
	height: 59px;                   /* image height */
	margin-left:-8px;
}


/* Sub Nav Magazine */

#btnrate {
	background:#FFFFFF url(../images/download_rate_over.gif) no-repeat top left;    /* rollover state */
	width: 230px;                    /* image width */
	height: 59px;                   /* image height */
	margin-left:-8px;
}


/* Sub Nav Exhibition */

#btnfloor {
	background:#FFFFFF url(../images/download_floorplan_over.gif) no-repeat top left;    /* rollover state */
	width: 230px;                    /* image width */
	height: 59px;                   /* image height */
	margin-left:-8px;
}


/* Sub Nav Press */

#btnpressinfo {
	background:#FFFFFF url(../images/navSub_pressinfo_over.gif) no-repeat top left;    /* rollover state */
	width: 95px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnregistration {
	background:#FFFFFF url(../images/navSub_registration_over.gif) no-repeat top left;    /* rollover state */
	width: 104px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnreleases {
	background:#FFFFFF url(../images/navSub_releases_over.gif) no-repeat top left;    /* rollover state */
	width: 115px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnlogos {
	background:#FFFFFF url(../images/navSub_logos_over.gif) no-repeat top left;    /* rollover state */
	width: 135px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnreleasebut {
	background:#FFFFFF url(../images/download_release_over.gif) no-repeat top left;    /* rollover state */
	width: 230px;                    /* image width */
	height: 59px;                   /* image height */
	margin-left:-8px;
}
#btnimgs {
	background:#FFFFFF url(../images/download_images_over.gif) no-repeat top left;    /* rollover state */
	width: 230px;                    /* image width */
	height: 59px;                   /* image height */
	margin-left:-8px;
}


/* Sub Nav Press */

#btngallery1 {
	background:#FFFFFF url(../images/navSub_gallery1_over.gif) no-repeat top left;    /* rollover state */
	width: 62px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btngallery2 {
	background:#FFFFFF url(../images/navSub_gallery2_over.gif) no-repeat top left;    /* rollover state */
	width: 57px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}

/* Sub Nav Shop */

#btngetshopping {
	background:#FFFFFF url(../images/navSub_getshop_over.gif) no-repeat top left;    /* rollover state */
	width: 111px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnmerchandise {
	background:#FFFFFF url(../images/navSub_merchandise_over.gif) no-repeat top left;    /* rollover state */
	width: 105px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btnmobile {
	background:#FFFFFF url(../images/navSub_mobile_over.gif) no-repeat top left;    /* rollover state */
	width: 140px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}
#btntrans {
	background:#FFFFFF url(../images/navSub_inter_over.gif) no-repeat top left;    /* rollover state */
	width: 138px;                    /* image width */
	height: 28px;                   /* image height */
	float:left;
}


/* Mini internal Nav Visitors Zone */

#btnconf {
	background:url(../images/icon_head_conference_over.gif) no-repeat top left;    /* rollover state */
	width: 160px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}
#btnpitch {
	background:url(../images/icon_head_pitch_over.gif) no-repeat top left;    /* rollover state */
	width: 160px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}
#btnclinics {
	background:url(../images/icon_head_clinics_over.gif) no-repeat top left;    /* rollover state */
	width: 160px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}
#btnspeed {
	background:url(../images/icon_head_speed_over.gif) no-repeat top left;    /* rollover state */
	width: 160px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}
#btnnetworking {
	background:url(../images/icon_head_networking_over.gif) no-repeat top left;    /* rollover state */
	width: 187px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}
#btnconferenceMini {
	background:url(../images/icon_conference_sml.jpg) no-repeat top left;    /* rollover state */
	width: 48px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}
#btnpitchMini {
	background:url(../images/icon_pitch_sml.jpg) no-repeat top left;    /* rollover state */
	width: 48px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}
#btnclinicsMini {
	background:url(../images/icon_clinics_sml.jpg) no-repeat top left;    /* rollover state */
	width: 48px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}
#btnspeedMini {
	background:url(../images/icon_speed_sml.jpg) no-repeat top left;    /* rollover state */
	width: 48px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}
#btnnetworkingMini {
	background:url(../images/icon_networking_sml.jpg) no-repeat top left;    /* rollover state */
	width: 48px;                    /* image width */
	height: 33px;                   /* image height */
	float:left;
}



/*LEFT NAV rollover images*/

#btngetting {
	background:#000 url(../images/nav_left_getting_over.gif) no-repeat top left;    /* rollover state */
	width: 100px;                    /* image width */
	height: 16px;                   /* image height */
}
#btncontact {
	background:#000 url(../images/nav_left_contact_over.gif) no-repeat top left;    /* rollover state */
	width: 100px;                    /* image width */
	height: 16px;                   /* image height */
}
#btnnews {
	background:#000 url(../images/nav_left_news_over.gif) no-repeat top left;    /* rollover state */
	width: 100px;                    /* image width */
	height: 16px;                   /* image height */
}
#btnlinks {
	background:#000 url(../images/nav_left_links_over.gif) no-repeat top left;    /* rollover state */
	width: 100px;                    /* image width */
	height: 16px;                   /* image height */
}

/*OTHER rollover images*/

#btnvideoHolder {
	background-image: url(../images/videoHolderbut_over.gif);    /* rollover state */
	width: 241px;                    /* image width */
	height: 41px;                   /* image height */
	
}
#btnBookTickets {
	background-image: url(../images/book_tickets_over.jpg);    /* rollover state */
	width: 249px;                    /* image width */
	height: 87px;                   /* image height */
}
#btnbookticketsbut {
	background:#FFFFFF url(../images/book_ticketsbut_over.gif) no-repeat top left;    /* rollover state */
	width: 180px;                    /* image width */
	height: 59px;                   /* image height */
	margin-left:-8px;
}
#btnbookticketsfreebut {
	background:#FFFFFF url(../images/book_freeticketsbut_over.gif) no-repeat top left;    /* rollover state */
	width: 230px;                    /* image width */
	height: 59px;                   /* image height */
	margin-left:-8px;
}
#btnagendabut {
	background:#FFFFFF url(../images/agenda_but_over.gif) no-repeat top left;    /* rollover state */
	width: 254px;                    /* image width */
	height: 59px;                   /* image height */
	margin-left:-8px;
}
#speakersHolderbut {
	background:#FFFFFF url(../images/speakersHolderbut_over.jpg) no-repeat top left;    /* rollover state */
	width: 241px;                    /* image width */
	height: 109px;                   /* image height */
	padding-bottom:20px;
}

/* -------------------------------------------------- FLASH ---------------------------------------------------- */

#FlashContent1 {
}
#FlashContent2 {
}
#FlashContent3 {
	margin-bottom:20px;
}
#FlashContent4 {
	margin-bottom:20px;
}
#FlashContent5 {
}

.flashAltContent1 {
	padding: 8px 8px 8px 8px;
	background:#fff url(../images/moae_logo.jpg) no-repeat top left;
	width:233px;
	height:232px;
	color:#fff;
}
.flashAltContent1 a:link {color:#fff;text-decoration:none;}
.flashAltContent1 a:visited {color:#fff;text-decoration:none;}
.flashAltContent1 a:hover{color:#fff;text-decoration:underline;}
.flashAltContent1 a:active{color:#fff;text-decoration:none;}

.flashAltContentvid {
	width:241px;
	height:238px;
	background:#FFF url(../images/videoHolder_over.jpg) no-repeat top left;
	margin-bottom:20px;
}
#flashAltContentvidbtn {
	float:left;
}
.flashAltContent2 {
	background-image: url(../images/videoHolder.jpg);
	padding: 8px 28px 8px 28px;
	width:185px;
	height:181px;
	color:#FFF;
}
.flashAltContent2 a:link {color:#fff;text-decoration:none;}
.flashAltContent2 a:visited {color:#fff;text-decoration:none;}
.flashAltContent2 a:hover{color:#fff;text-decoration:underline;}
.flashAltContent2 a:active{color:#fff;text-decoration:none;}


/* -------------------------------------------------- FORMS ---------------------------------------------------- */

form {
	padding:0;
	margin:0;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#fff;
	color:#000;
	width:152px;
}
* html select {
	width:145px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
 	background-color:#fff;
	color:#333;
}
input:focus, .textarea:focus {
 	background-color:#efefef;
}


/* ------ NEWSLETTER FORM ------ */

.newsletter {
	width: 218px;
	color:#999999;
}
.newsletter input {
 	background-color:#333;
	border: 1px solid #999;
	color:#999;
}
.newsletter input:focus, textarea:focus, input.sffocus {
 	background-color:#fff;
	color:#000;
}

.newsletterRow {
	padding-top:1px;
	margin-bottom:3px;
}
* html div.newsletterRow {
	padding-top: 2px;
	margin-bottom:1px;
}
.newsLabel label {
	width: 36px;
	text-align: right;
	margin-right:4px;
	float: left;
}
.newsfield {
	width:148px;
	float:right;
	text-align: left;
}
* html .newsfield{
	margin-top: 2px;
}

.newstextinput {
	font-size:0.9em;
	width:140px;
}
.newsBut {
	color:#FFF;
	width:130px;
	float:left;
	text-align: left;
	padding:1px 0 0 40px;
}
* html .newsBut {
	padding:2px 0 0 43px;
}


/* -------------------------------------------------- MISC ---------------------------------------------------- */

#workshops ul {
	color: #000000;
	margin: 0;
	padding-bottom: 0;
}
#workshops li {
	list-style: none;
	padding-left: 14px;
	background-image: url(../images/Bull1.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#Video {
	background-image:url(../images/VidBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 275px;
	width: 440px;
	text-align: center;
	padding-top: 4px;
}
.quote {
	text-align: center;
}
#note{
	color: #FFFFFF;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/EvBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 436px;
	margin: 0;
}
#note h1{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 14px;
}
#note p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#Ad {
}


.outline {
	border: 1px solid #de4b1b;
}
.clearer {
	clear:both;
	font-size:0.1px;
	line-height:0.1px;
}
.floatLeft {
	float:left;
}
.orange {
	color:#de4b1b;
}
.swap {
	font-weight:bold;
	font-size:1.2em;
	padding:6px 6px 6px 6px;
}
.credit {
	color:#999;
	text-align:right;
	font-size:0.9em;
	padding:40px 20px 20px 0;
}

.credit a:link {color:#999;text-decoration:none;}
.credit a:visited {color:#999;text-decoration:none;}
.credit a:hover{color:#666;text-decoration:underline;}
.credit a:active{color:#666;text-decoration:none;}
