* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, sans-serif;
}

a img {
	border: 0;
}

/* -------------------------------------

		Page backgrounds

   ------------------------------------- */

/* ---- Summer ---- */
html.summer {		
	background: url(summerHtml.gif) #bfe2ff repeat-x;
}

html.summer body {
	background: url(summerBody.jpg) no-repeat bottom center;
	padding-bottom: 150px;
}

/* ---- Winter ---- */
html.winter {		
	background: url(winterHtml.gif) #679ad1 repeat-x;
}

html.winter body {
	background: url(winterBody.jpg) no-repeat bottom center;
	padding-bottom: 150px;
}

/* -------------------------------------
		
		General classes

   ------------------------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear, .clearLeft, .clearRight {
	height: 1px;
	overflow: hidden;
}

.clear,.simpleClear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.lowerCase {
	text-transform: lowercase;
}

.error 
{
	color: #ff0000;
}

a.frontLogo {
	padding-left: 28px;
	background: url(bgFrontLogo.gif) no-repeat left;
	height: 20px;
	display: inline-block;
}

	.Firefox2 a.frontLogo {
		display: -moz-inline-box;
	}

a.logoLink {
	padding-right: 28px;
	background: url(bgLogoLink.png) no-repeat right;
	height: 20px;
	display: inline-block;
}

	.Firefox2 a.logoLink {
		display: -moz-inline-box;
	}
