/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
		background-image: url(img/dot.gif);

    FONT-FAMILY: tahoma;
	font-size: 12px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: tahoma;
	font-size: 12px;
	text-align: justify;
	padding-top:6px;
    padding-left:6px;
  	padding-right:8px;
}
a {
	font-family: tahoma;
	font-size: 12px;
	text-align: justify;
	color:black; 
	text-decoration:	none;
}
a:visited	{	 
	color:black;
	}	

a:hover	{	
	text-decoration:	underline;
	color:Gray;
	}	
.menu	{	
	font-size: 12px;
 	color:	#000000;
	text-decoration:	none;
	}  
.menu:hover	{	
	text-decoration:	underline;
	color:Gray;
	}	
.banner	{	
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	}  
.blueline {
	background-repeat: repeat-x;
}
.toptablemenu {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration:	none;
}
.toptablemenu:hover {
	text-decoration:	underline;
}
.menubtn {
	font-family: tahoma;
	font-size: 14px; 
}
.repeaty {

	background-repeat: repeat-y;
}
.title {
	font-size: 24px;
}
.bluetitle {
	color:	black;
	text-decoration:	none;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma;
}
.bprice {
	text-decoration:	none;
	font-family: Verdana;
	font-size: 9px;
	color:#000000;
	font-weight: bold;
}

.wprice {
	text-decoration:	none;
	font-family: Arial;
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
}
.link:hover {
	text-decoration:	underline;
}
.link {
	font-family: tahoma;
	font-size: 12px;
 	text-decoration:	none;
	color: #000000;
 }

.ringlink:hover {
	text-decoration:	underline;
}
.ringlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration:	none;
	color: #999999;
}
.accmenu {
	background-image: url(images/acc_line.gif);
	width: 100px;
	text-decoration:	none;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.offers {
	background-image: url(images/dgr_pros.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
 	
}

