@charset "utf-8";
/* CSS Document */

body {

margin: 0px;
background-color: #b3b3b3;

}
a:link{
color: #000066;
font-size: 10pt;
text-decoration: none;

}
a:visited{
color: #000066;
font-size: 10pt;
text-decoration: none;
}
a:hover{
color: #000066;
font-size: 10pt;
text-decoration: underline;
}
a:active{
color: #000066;
font-size: 10pt;
text-decoration: none;
}

.leftBorder{
background-image: url('../images/leftBorder.gif');

}
.rightBorder{
background-image: url('../images/rightBorder.gif');
}
.backgroundLeftImg{
background-position: 275px;
width: 50%;
background-image: url('../images/ginoLeftBg.gif');
}
.backgroundRightImg{
background-position: 300px;
width: 50%;
background-image: url('../images/ginoRightBg.gif');
}
.spacer{
background-color: #000000;
width: 1px;
}
.bottomSpacer{
background-color: #000066;
}

#name,#email{
	width: 200px;
	height: 30px;
	color: #000066;
 	font-size: 14pt;
	
}
.newsletterFormLabel{
 color: #000066;
 font-size: 14pt;
}