/*	MyTripJournal CSS STYLE SHEET=============================Sept. 30, 2004This style sheet is used to control type styles (color, font, size, etc.)for the Personal Travel Website launch page content.Place this file in the same folder as the launch page content's html file.This style sheet must be referenced from the <head>section of the HTML file. Please add the following line within the <head> </head> tags, as follows:	<link href="mtj_launch.css" rel="stylesheet" type="text/css">	It's okay to have one or more links to different .css files placed before the one above within the <head> </head> section.Please feel free to change any of the color settings to match your web site's style.Any questions, please contact us at:Worldwide: +1 604 688 0914North America: 1-877-842-2507or via email: support@mytripjounal.com*/#mtjlaunch {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	line-height: 16px;	color: #000000;	background-color: #FFFFFF;	text-align:left;	padding: 0px;}tr td#mtjcolumnleft {	text-align:left;	vertical-align: top;	padding: 8px 8px 24px 16px;}tr td#mtjcolumnright {	text-align:left;	vertical-align: top;	padding: 16px 16px 16px 8px;}/*  this is the TITLE of the launch page content  */.personaltravelwebsite {	color: #5f9ea0;	font-family: Arial, Helvetica, sans-serif;	font-size: 24px; line-height: 30px;	background-color: #FFFFFF;	padding: 1.5em 0px 4px 16px;}/*  this is the colored bar beneath the Launch Page title  */.mtjsubbar {	background-color: #5f9ea0;	padding: 0px;}/*  this is the SUBTITLE of the launch page content  */.mtjsubtitle {	color: #228b22;	font-family: Arial, Helvetica, sans-serif;	font-size: 16px; line-height: 18px; font-weight:bolder;	padding: 12px 0px 0px 16px;}/*  this is the pararaph with bulleted points  */.mtjpoints {	color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px; line-height: 21px;	padding: 12px 0px 0px 16px;	margin: 0px;}/*  this is the bolded, emphasized text  */.mtjemphasis {	color: #000000;	font-weight: bolder;}.mtjrightlinks {	text-align:left;	padding-bottom: 12px;}/*  this is the ">>" bullet to the left of each link  */.mtjdingbat {    color: #228b22; 	font-family: Arial, Helvetica, sans-serif;	font-size: 24px; font-weight: bolder;	text-align:left;}/*  this is the style of the links  */.mtjlink a {    color: #000000; 	font-family: Arial, Helvetica, sans-serif;	font-size: 16px; line-height: 24px; font-weight: bolder;	text-align:left; vertical-align:top;	padding-top: 0px; padding-bottom: 0px;	text-decoration: underline;}.mtjlink a:link, .mtjlink a:active, .mtjlink a:visited {	text-decoration: underline;}.mtjlink a:hover {	text-decoration: underline;}/*  this is the ">>" bullet to the left of each sublink  */.mtjsubdingbat {    color: #228b22; 	font-family: Arial, Helvetica, sans-serif;	font-size: 20px; line-height: 16px; font-weight: bolder;	text-align:left;	padding: 0px 0.15em 0px 0.25em;	}/*  this is the style of the smaller sublinks  */.mtjsublink a {    color: #000000; 	font-family: Arial, Helvetica, sans-serif;	font-size: 13px; line-height: 18px; font-weight: bolder;	text-align:left; vertical-align:top;	padding-top: 0px; padding-bottom: 0px;	text-decoration: underline;	margin: 0px;}.mtjsublink a:link, .mtjsublink a:active, .mtjsublink a:visited {	text-decoration: underline;}.mtjsublink a:hover {	text-decoration: underline;}/*  this is the small descriptions below some of the links  */.mtjlinkdescription {	color: #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px; line-height: 12px;	padding: 0px; margin: 0px;}
