/*
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;
	margin-top:30px;
	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;
}

/* BEGIN LEGACY STYLES */
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1B5150;
	font-size: 24px;
}
.style3 {
	font-size: 14px;
	color: #1B5150;
}
.style5 {font-size: 14px}
.style6 {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #2C8583;
}
.style11 {font-size: 14px; font-style: italic; }
.style13 {font-size: 12px}
.style16 {
	color: #FF0000;
	font-weight: bold;
	font-size: 22px;
}
.style17 {
	color: #FF0000;
	font-size: 20px;
}
.style19 {font-size: 18px}
.style20 {
	font-size: 36px;
	color: #000000;
}
.style21 {
	font-size: 16px;
	color: #FF0000;
}
body {
	background-color: #A9B7B5;
}

/* END style_welcome_index.css */