/* 
	skin Mon Chalet
	default text styles - background and colors overriden by
	album 'bgcolor', 'background', and 'textcolor' properties.
*/

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
	margin: 10px;
	text-align: justify;
}

ul {
	margin: 0px;
}

p {
	margin-right: 10px;
	margin-left: 10px;
}

/* 
  link colors - overridden by the album 'linkcolor' property.
*/

a
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

a:visited
{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

a:hover 
{ 
	color: #333333;
	text-decoration: underline; 
}


.vasummary /* album summary */ 
{
	font-size: 12px;
	color: #000000;
	text-align: left;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
}

.vasummary td /* album summary */ 
{
	border: 1px solid #FFFFFF;
	background-color: #99CCFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.vasummary a
{
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}

.vasummary th /* album summary header */ 
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #666666;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
	color: #FFFFFF;
}


.header
{
	font-size: 16px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}

.bodyTitle
{
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

.warning { color: #990000; }

.footer,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:active
{
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
.imgLeft {
	margin-right: 10px;
	float: left;
}
.imgRight {
	margin-left: 10px;
	float: right;
}
