/*	

MyTripJournal CSS STYLE SHEET
=============================

Sept. 30, 2004


This 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 0914
North America: 1-877-842-2507

or via email: support@mytripjounal.com

*/


#mtjlaunch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	text-align:left;
	padding: 0px;
}

tr td#mtjcolumnleft {
	text-align:left;
	vertical-align: top;
	padding: 2px 2px 6px 4px;
}

tr td#mtjcolumnright {
	text-align:left;
	vertical-align: top;
	width: 180px;
	padding: 4px 4px 4px 2px;
}

/*  this is the TITLE of the launch page content  */
.personaltravelwebsite {
	color: #42691A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px; line-height: 30px;
	background-color: #FFFFFF;
	padding: .75em 0px 2px 8px;
}


/*  this is the colored bar beneath the Launch Page title  */
.mtjsubbar {
	background-color: #799F48;
	padding: 0px;
}


/*  this is the SUBTITLE of the launch page content  */
.mtjsubtitle {
	color: #42691A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; line-height: 18px; font-weight:bolder;
	padding: 6px 0px 0px 8px;
}

/*  this is the pararaph with bulleted points  */
.mtjpoints {
	color: #42691A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 21px;
	padding: 6px 0px 0px 8px;
	margin: 0px;
}

/*  this is the bolded, emphasized text  */
.mtjemphasis {
	color: #FE9900;
	font-weight: bolder;
}


.mtjrightlinks {
	text-align:left;
	padding-bottom: 6px;
}




/*  this is the ">>" bullet to the left of each link  */
.mtjdingbat {
    color: #FE9900; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px; line-height: 18px; font-weight: bolder;
	text-align:left;
	padding: 0px 0.15em 0px 0.25em;
}

/*  this is the style of the links  */
.mtjlink a {
    color: #2C3086; 
	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;
}

.mtjlink a:link, .mtjlink a:active, .mtjlink a:visited {
	text-decoration: none;
}

.mtjlink a:hover {
	text-decoration: underline;
}




/*  this is the ">>" bullet to the left of each sublink  */
.mtjsubdingbat {
    color: #FE9900; 
	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: #2C3086; 
	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;
}

.mtjsublink a:link, .mtjsublink a:active, .mtjsublink a:visited {
	text-decoration: none;
}

.mtjsublink a:hover {
	text-decoration: underline;
}

/*  this is the small descriptions below some of the links  */
.mtjlinkdescription {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 12px;
	padding: 0px; margin: 0px;
}

