/*
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{
	margin:15px;
	padding:6px;
	text-align:left;
	color:#000;
	font-family:Verdana,Arial,Times New Roman;
	font-size:12px;
}
#presentation h2{
	clear:both;
	text-align:left;
	color:#1B5150;
	font-family:Verdana,Arial,Times New Roman;
	font-size:14px;
	font-weight:bold;
	padding-top:25px;
}
#presentation p{
	margin-top:10px;
	color:#000000;
	font-family:Verdana,Arial,Times New Roman;
	font-size:12px;
}
/* END style_welcome_index.css */