<style type="text/css">
.buttons2{
  color:blue;
  background-color:pink;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : black;
}
body {
	margin:10px; 
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color: black;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #466279;
}
a:active {
	text-decoration: none;
	color: #466279;
}
.menutitle {
	color : #6F6C5F;
}
.contentArea {
	border: none;

}
.contentAreaBoxed {
	border: 2px solid maroon;

}
.itemOther{
	font-size : 10px;
	font-weight: bold;
	font-style: italic;
}

.menuItem {
	text-align : left;
	font-size : 14px;
	margin: 0 0 0 0;
	padding: 3 3 3 3;

}
.subMenuItem {
	text-align : right;
	font-size : 12px;
	margin: 0 0 0 0;
	padding: 3 3 3 3;

}

.footer   {color: black; font-family:Arial; font-style:italic; font-size:10px;text-decoration: none}
.footerText   {color: white; font-family:Arial; font-style:italic; font-size:12px;}

input { font-family: Verdana, Arial, Helvetica, sans-serif;
                                padding-left: 3px; font-size: 11px; font-weight: normal;
                                color: #5C5C5C; background: #FFEED5; border: #FFCC99 solid 1px
                 }
input[type="button"] {

font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #000000;
border-color: #CCCCCC #808080 #808080 #CCCCCC;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px
} 

.catalogModel
{
	font-size:10px;
	font-weight:bold;
	text-decoration:italic;
	text-align:center;
	text-align:center;
	font-color:grey;
}

.catalogItem
{
	width:100%;
	border: 1px solid grey;
	cellpadding: 0;
	cellspacing: 0;
	height:100%;
}
.catalogItemTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 50px;
	text-align:center;
	color : white;
	font-weight:bold;
}

.important{
  color:white;
  font-style:italic;
  font-size:14px;
  font-weight:bold;
  background-color:red;
  border: #bbbab3 5px solid;
  border-bottom :  #85847B 17px solid;
  border-right:  #85847B 17px solid;
}
.hoverLink {
	font-weight: bold;
	color: maroon;
	font-style:italic;
}
</style>


