/* CSS Document */

.leftshade {
	background-image: url(images/leftsideshade.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightshade {
	background-image: url(images/rightsideshade.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottomshade {
	background-image: url(images/bottomshade.png);
	background-repeat: repeat-x;
	background-position: top;
}
.cornerleftdownshade {
	background-image: url(images/downleftcornershade.png);
	background-repeat: no-repeat;
	background-position: top;
}
.cornerrightdownshade {
	background-image: url(images/downrightcornershade.png);
	background-repeat: no-repeat;
	background-position: top;
}
.headingtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0033;
	text-decoration: none;
}

.medtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.menutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.menutxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
	text-decoration: none;
}
.whttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.whttxtlnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.whttxtlnk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.linebttm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.box {
	border: 1px solid #000000;
}
