.bigheading { color: #000; font-weight: bold; font-size: 18px; font-family: Arial; }
.smallheading { color: #000; font-weight: bold; font-size: 14px; font-family: Arial; }
body, select, input { color: #000;
	font: normal 12px Verdana;
	background: white fixed inherit;
}

.body { color: #000;
	font: normal 12px Verdana;
	background-color: white;
}

.small { color: #000;
	font: normal 9px Verdana;
	background-color: transparent;
}
.footer {
	background-color: #FF0033;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: black;
	font-size: 11px;
}
.href:link { color: black; font-weight: bold; text-decoration: none;
	background-color: silver;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px ridge #C698A4;
}
.href:visited { color: black; font-weight: bold; text-decoration: none;
	background-color: silver;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px ridge #925B61;
}
.href:hover { color: gray; font-weight: bold; text-decoration: none;
	background-color: silver;
	border-spacing: 3px outset black;
	border: 2px outset #6E0402;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}

.href:active {
	font-size: 11px;
	font-weight: bold;
	border: 2px inset #6e0402;
	border-spacing: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: silver;
	color: black;
}

.href2:link { color: black; font-weight: bold; text-decoration: none;
	background-color: silver;
	font-size: 9px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px ridge #C698A4;
}

.href2:visited { color: black; font-weight: bold; text-decoration: none;
	background-color: silver;
	font-size: 9px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px groove #925B61;
}

.href2:hover { color: gray; font-weight: bold; text-decoration: none;
	background-color: silver;
	border-spacing: 3px outset black;
	border: 2px outset #6E0402;
	font-size: 9px;
	padding-right: 5px;
	padding-left: 5px;
}

.href2:active {
	font-size: 9px;
	font-weight: bold;
	border: 2px inset #6e0402;
	border-spacing: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: silver;
	color: black;
}
.comment
{
	color: #F60;
	font-size: 10px;
	font-family: Verdana;
}

.right {
	text-align: right;
	float: right;
}

.frame
{
	border: 8px ridge gray;
}

.box
{
	border: 2px solid gray;
}
.red_frame {border: 3px solid red;}
.orange_frame {border: 3px solid orange;}
.green_frame {border: 3px solid green;}

