/*
FILENAME: style_welcome_index.css
PROJECT: Mountain Top Resorts
DESCRIPTION: styles for the schedule page
AUTHOR: Doug McCaughan
CREATION DATE: Sept 2009
MODIFIED BY/ON:
VARIABLES:

*/
/* BEGIN style_welcome_index.css */
#presentation{
	text-align:left;
}
#presentation h2{
	color:#1B5150;
	font-size:14px;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:15px;
}
#presentation h3{
	color:#1B5150;
	font-size: 12px;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:15px;
}
/* END style_welcome_index.css */