/* CSS Document */

@font-face {
 font-family: MCCustomFont;
 src: url("MTCORSVA.eot") /* EOT file for IE */
}
@font-face {
 font-family: MCCustomFont;
 src: url("MTCORSVA.TTF") /* TTF file for CSS3 browsers */
}

.border {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
 }

.h1txt {
	font-family:MCCustomFont,monotype corsiva,Arial; 
	font-size:32px;
	color:#000000
	}
	
.h2txt {
	font-family:MCCustomFont,monotype corsiva,Arial; 
	font-size:24px;
	color:#000000;
}

.h3txt {
	font-family:MCCustomFont,monotype corsiva,Arial; 
	font-size:16px;
	color:#000000;
}

.alink {
text-decoration:none;
color:#000000;
}

.alink2 {
color:#000000;
}

.ul {
	text-decoration: underline;
}
