/*
 * site.css
 *
 * Ski-Guide.com
 *
 */
 
html, body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
	}

body {
	background-color: #5086a9;
	margin: 0px;
	}

img {
	border: 0;
	}
	
a:link,
a:visited {
	color: #326091;
	text-decoration: none;
	}

a:hover,
a:active {
	color: #f58025;
	text-decoration: underline;
	}

td.pagebody {
	xcolor: #ffffff;
	xbackground-color: #7b8589;
	}

td.adcolumn {
	background-color: #ffffff;
	padding: 8px 3px;
	border-left: 1px solid #abd0e9;
	border-right: 1px solid #b5d8ed;
	}

td.footerextend {
	background-image: url(/images/footer_extend.gif);
	background-repeat: repeat-x;
	}

td.footer {
	background-image: url(/images/footer_fade.gif);
	background-repeat: repeat-x;
	}

.footer {
	font-size: 10px;
	line-height: 1.5;
	font-weight: bold;
	color: #c9e9f8;
	}

.footer a:link,
.footer a:visited {
	font-weight: bold;
	color: #c9e9f8;
	text-decoration: none;
	}

.footer a:hover,
.footer a:active {
	color: #ffffff;
	text-decoration: underline;
	}

.small {
	font-size: 10px;
	line-height: 1.25;
	}
