BODY {
	color : Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration : none;
}

a{
	/* basic a href tag */
	color : #0000cc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:visited {
	/* basic a href tag visited */
	color : #000099;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:hover{ /* basic a href tag hover */
	color : #cc0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}


/* Navigation Links */
.nav { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	/*font-weight : bold; */
	text-decoration : none; 
	color: #CC0000;
}

.nav:visited { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	/*font-weight : bold; */
	text-decoration : none; 
	color: #CC0000;
}

.nav:hover { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	/*font-weight : bold; */
	text-decoration : underline; 
	color: #0000CC; 
}
/* Input Box Settings */
.input_box { 
	border: 2 solid #000000; 
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 16px; 
	font-weight:normal; 
}
/* Submit Button Settings */
.submit_button { 
	font-size : xx-small; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	background-color : #CCCCCC; 
	color : #000000; 
	font-weight : bold; 
	border-width : thin; 
}
.TopNav {
	background: #008000;
	color: #ffffff;
	font-weight : bold;
}
TD.TopNav {
	font-size: 12px;
	font-weight: bold;
	background: #008000;
	color: #ffffff;
}
.SideTable {
	background: #ffffff;
	border-color: #008000;
	border-style: solid;
	border-width: 1px;
}
TD.SideTableHeading {
	font-size: 10px;
	font-weight: bold;
	background: #008000;
	color: #ffffff;
}
.CenterTable {
	background: #ffffff;
	border-color: #008000;
	border-style: solid;
	border-width: 1px;
}
.CenterTableItems {
	border-color: #008000;
	border-style: solid;
	border-width: 1px;
}
.ErrorTable {
	background: #ffffff;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}
.Required {
	color: #FF0000;
}
TD.ErrorMain {
	font-size: 10px;
	font-weight: bold;
}
TD.CenterTableHeading {
	font-size: 12px;
	font-weight: bold;
	background: #008000;
	color: #ffffff;
}
.CartContents {
	font-size: 11px;
	text-decoration : none;
}
.CartContents:hover { 
	font-size : 11px; 
	text-decoration : underline; 
}
.PagesAlign {
	text-align: justify;
	line-height: 20px;
}
.HR1 {
	padding: 0px; 
	margin-top: 8px; 
	margin-bottom: 8px; 
	height: 1px; 
	border-style: none; 
	border-color: #008000; 
	color: #008000; 
}
/* You will not need to change below */
.small { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; }
a:hover.small { font-family : Verdana, Arial, Helvetica, sans-serif; color : #333333; font-size : 10px; text-decoration : underline; }


.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}


td {
	/* basic td tag 13 pixels black text */
	color : Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration : none;
}

.tinyblack{
	/* a href class for 10 pixel text - menus and such */
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	text-decoration : none;
}

.smallblack{
	/* a href class for 11 pixel text - menus and such */
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	text-decoration : none;
}

.bigfour{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-decoration : none;
}


a.menu{
	/* a href class for 10 pixel text - menus and such */
	color : #000099;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
}
a:visited.menu {
	/* a href class for 10 pixel text - visited */
	color : #000099;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
}
a:hover.menu{
	/* a href class for 10 pixel text - hover */
	color : #990000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : underline;
}


a.yellowlink{
	/* basic a href tag */
	color : #FFFF00;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:visited.yellowlink {
	/* basic a href tag visited */
	color : #FFFF00;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:hover.yellowlink{ /* basic a href tag hover */
	color : #CC0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

