<style>

err{}

body {
background:#FFFFFF;
background-image: url(images/background6.jpg); 
background-repeat: no-repeat;
margin-left: 0;
margin-top: 0;
}

/*-----------background colors-------------*/

.white {
	background-color : #FFFFFF;
}

.red {
	background-color : #FF0000;
}
.mustard {
	background-color : #FFCC66;
}
.lightgray {
	background-color : #CCCCCC;
}

.pink{
background-color : #FFCCCC;
}

.yellow{
background-color : #FFFF00;
}

/*-----------common fonts-------------*/

.medium {
font-family:arial,helvetica;
font-size: 12px;
}

.small{
font-family:arial,helvetica;
font-size: 75%;
}

/*-----------for comparison tables and tables in order processing-------------*/

/*---jaa: font-size 65  66 to improve readability in firefox---*/

.compheading{
font-family:verdana;
font-weight:bold;
font-size: 66%;
background-color : #EEEEEE;
}

.dsheading{
font-family:verdana;
font-size: 66%;
background-color : #EEEEEE;
}

.compsmall{
font-family:verdana;
font-size: 66%;
}

.comppink{
font-family:verdana;
font-weight:bold;
font-size: 66%;
background-color : #FFCCCC;
}

.orderpink{
font-family:verdana;
font-weight:bold;
font-size: 12px;
background-color : #FFCCCC;
}

/*-----------navigation-------------*/

.tip {
	background-color : #FF9999;
}

.navbg {
	background-color : #CCCCCC;
}

.navborder {
	background-color : #FF0000;
}

.nav{
font-family:Arial;
font-size: 12px;
color: #000066;
font-weight: normal;
}

.here{
font-family:arial,helvetica;
font-size: 12px;
color: black;
font-weight: bold;
text-decoration: none;
}

.smallhere{
font-family:verdana;
font-size: 70%;
font-weight: bold;
}

.smallnav{
font-family:verdana;
font-size: 70%;
}

/*-----------headings-------------*/

.smallheading{
font-family:arial,helvetica;
font-weight:bold;
font-size: 75%;
}

.heading{
font-size: 21px;
color: #FFFFFF;
background-color : #FF0000;
}

.pinkheading{
font-family:Arial,Helvetica;
font-weight:bold;
font-size: 12px;
background-color : #FFCCCC;
}

.subheading{
font-family:arial,helvetica;
font-size: 13px;
font-weight: bold;
color: black;
background-color : #EEEEEE;
}

.bigsubheading{
font-family:arial,helvetica;
font-size: 21px;
font-weight: bold;
color: black;
background-color : #EEEEEE;
}

.itsubheading{
font-family:arial,helvetica;
font-size: 18px;
font-weight: bold;
font-style: italic;
color: black;
}

.emph{
font-family:arial,helvetica;
font-size: 15px;
font-weight: bold;
color: black;
}

.def{
font-family:Times;
font-size: 16px;
color: black;
font-weight: bold;
text-decoration: none;
}

/*-----------special cases-------------*/

.contactinfo {
font-family:arial,helvetica;
font-size: 75%;
}

.new{
font-family:verdana;
font-size: 10px;
font-weight:bold;
color:red;
}

.copyright{
font-family:Arial, Helvetica;
font-size: 70%;
}


/*-----------errors and other form processing-------------*/

.heavy{
font-family:arial,helvetica;
font-size: 12px;
font-weight: bold;
color: black;
}

.errordesc{
font-family:arial,helvetica;
font-size: 15px;
font-weight: bold;
color: black;
}

.errorred{
font-family:arial,helvetica;
font-size: 15px;
font-weight: bold;
color: red;
}

/*-----------links-------------*/

.toplink{
font-family:arial,helvetica;
font-size: 12px;
font-weight: bold;
color: navy;
}

.nou{
text-decoration:none;
}

a {
	color:navy;
	text-decoration:underline;
	font-family:arial,helvetica;
}

a:hover {
	color:#000;
}


</style>

