.stdfont	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Black;
	font-weight: bold;
}

.bigfont	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : Red;
	font-weight: bold;
}

.bluefont	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Blue;
	font-weight: bold;
}

.smfont	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	font-weight: normal;
}

.menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight : bolder;
}

#header {
	/* Font used for Web Page headers*/
	position:relative;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 40px;
	color : Red;
	top:-3px;
	font-weight : bolder;
	text-align : center;
}

.homelink{
	background-color : transparent;
	text-decoration : none;
	font-family : "Arial Narrow";
	font-size : 14pt;
	color: white;
	font-weight: bold;
}

A.homelink:HOVER {
	color : orange;
	text-decoration : none;
}

.orderlink{
	background-color : transparent;
	text-decoration : none;
	font-family : "Arial Narrow";
	font-size : 14pt;
	color: Black;
	font-weight: bold;
}

A.orderlink:HOVER {
	color : Blue;
	text-decoration : none;
}
.alink {
	/* Background used for Web Page Links*/
	background-color : transparent;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Red;
	font-weight: normal;
}

A.alink:LINK {
	color : Red;
	text-decoration : none;
}

A.alink:VISITED {
	color : Red;
	text-decoration : none;
}

A.alink:HOVER {
	color : Red;
	text-decoration : underline;
}

.cal_txt	{
	color : Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/*	Classes/ID's used for Forms */

#content	{
	margin-left : .6in;
	width : 548px;
	font-size : 16px;
}

label	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

fieldset	{
	border: 3px double Maroon;
	padding : 12px;
}

#fieldsize	{
	width : 580px;
}

button	{
	color : Beige;
	background-color : Maroon;
}

legend	{
	font-weight : bold;
	padding-bottom : 6px;
}

fieldset fieldset legend	{
	color : Red;
}

fieldset fieldset	{
	padding : 6px;
	border : 3px ridge Blue;
}
