/* default  */
/* MCN default css template - edited 12.9.05*/
/*content*/
body {
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
form{
	margin:0;
	padding:0;
}
A:link {
	color: #000000;
	text-decoration: underline;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}
A:hover {
    COLOR: #DE3129;
	text-decoration: underline;
}
A:active {
	color: #000000;
	text-decoration: underline;

}

.content,
#galleryText{  /* gallery description */
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}
.contentHi {
	color: #339900;
	font-family: Arial;
	font-size: 11px;
}	
.contentSml {
	color: #000000;
	font-family: Arial; 
	font-size: 11px;
}	
.contentHiSml {
	color: #666666;
	font-family: Arial; 
	font-size: 10px; 
}	
.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;

}
.titleLrg{
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.titleSml{
	font: bold 14px/15px Arial, Helvetica, sans-serif;
	color: #000;
}
.titleSml a{
	color: #003366;
	text-decoration: none;
}
.titleSml a:hover{
	COLOR: #CC6600;
	text-decoration: underline;
}

.bg {
	background-color: ffffff;
	margin: 12px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;



}


/*images, banners, etc. */
.picRight {
	float: right;
	margin: 1px 1px 1px 6px;
}
.picLeft {
	float: left;
	margin: 1px 6px 1px 1px;
}
.picRightBrd {
	float: right;
	margin: 1px 1px 1px 6px;
	border: 4px groove #F00;
}
.picLeftBrd {
	float: left;
	margin: 1px 6px 1px 1px;
	border: 4px solid #F00;
}
.picBrd {
	border: 4px solid #F00;
}