/* CSS Document */

/*Shopping CArt Link*/

a:link    { color: black; font-weight: normal; font-size: 12px ; text-decoration : none ; font-family: Arial, Helvetica, sans-serif;}
a:active  { color: black; font-weight: normal; font-size: 12px ; text-decoration : none ; font-family: Arial, Helvetica, sans-serif;}
a:visited { color: black; font-weight: normal;font-size: 12px; text-decoration : none ; font-family: Arial, Helvetica, sans-serif;}
a:hover { color: black; font-weight: normal; font-size: 12px ; text-decoration : none ; font-family: Arial, Helvetica, sans-serif;}


a.new:link    { color: black; font-weight: normal; font-size: 9px ; text-decoration : none ; font-family: Arial, Helvetica, sans-serif;}
a.new:active  { color: black; font-weight: normal; font-size: 9px ; text-decoration : none ; font-family: Arial, Helvetica, sans-serif;}
a.new:visited { color: black; font-weight: normal; font-size: 9px; text-decoration : none ; font-family: Arial, Helvetica, sans-serif;}
a.new:hover { color: black; font-weight: normal; font-size: 9px ; text-decoration : none ; font-family: Arial, Helvetica, sans-serif;}



.mainText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

 body{
	height: 100%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	color : black;
            }
			
			
.textField{
background-color: white;
border: black 1px solid;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 9pt;
font-weight: normal;
}

.button{
background-color: white;
border: black 1px solid;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 9pt;
font-weight: normal;

}
			


