/* -----------------------------------------------------------------------------------
SkiZermatt Style Sheet

version:	1.1
author:		Michael McDonald
email: 		info@yalestreetcreative.com
website: 	http://www.yalestreetcreative.com
----------------------------------------------------------------------------------- */ 

BODY, html {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	/* background-image: url(/images/partners/sz_wallpaper.jpg); */
	background-repeat: repeat;
}

td {
	padding: 3px 5px 1px 5px;
	font-size: 85%;
}

A:link, A:visited, A:active {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #99c;
	font-weight: bold;
	text-decoration: underline;
}

h1 { 
	font-size: 125%;
	color: #FFF;
	text-align: center;
}

.title {
	font-size: 150%;
	color: #339;
	text-align: left;
}

.note {
	border: 1px solid #c00;
	margin: 5px 0;
	background-color: #ffd;
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
}

#propError { margin: auto; margin-top: 10px; margin-bottom: 15px; width: 450px; padding: 7px; border: 1px solid #CC0000; background-color: #FFFFCC; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #CC0000; }


