/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	background-image: url(../images/bg_main.jpg);
}
p {
	text-align: justify;
}
p, td, li, input, textarea, select {
	font-family:  Arial, Helvetica ,sans-serif;
	font-size: 12px;
	color: #333344;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
li {
	list-style-image: url(../images/bullet.jpg);
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #333344;
	text-align: center;
}
.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}
.small {
	font-size: 9px;
	color: #666677;
}
.price {
	font-size: 11px;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #FFFF00;
}
.menu {
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	color: #FFFF00;
	text-decoration: none;
}
.footer {
	font-family:  Arial, Helvetica ,sans-serif;
	font-size: 11px;
	color: #333344;
}