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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/wallpaper_right.gif);
	background-repeat:repeat;
	
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}

.Home {
font-size:14px;
}
.biccies {
font-size:18px;
}

.Title {
font-size:20px;
}
.Product_title {
font-size:30px;
}
.Product_title_purple {
font-size:30px;
color:#9933CC;
}
.Title_purple {
font-size:20px;
color:#9933CC;
}
.Home_purple {
font-size:14px;
color:#9933CC;
}

.Footer {
color: #9933CC;
}
.Light_purple {
color: #CC99EE;
}

a:link {
	color: #9933CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9933CC;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #9933CC;
}

.Light_purple_a:link {
	color: #CC99EE;
	text-decoration: none;
}
.Light_purple_a:visited {
	text-decoration: none;
	color: #CC99EE;
}
.Light_purple_a:hover {
	text-decoration: none;
	color: #9933CC;
}
.Light_purple_a:active {
	text-decoration: none;
	color: #CC99EE;
}

.textfield
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
width: 165px;
height: 20px;

}
.textarea
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	border:none;
	background:none;
	color:#000000;
width: 260px;
height: 140px;

}

input.btn{
	background: url('../images/newsletter_button-trans.png') no-repeat top right;
	font-family: Georgia, Times New Roman, Times, serif;
	border: none;
	font-size: 0px;
	color: #9933CC;
width:60px;
height: 20px;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

}
input.btn:hover{
	background: url('../images/newsletter_button_on-trans.png') no-repeat top right;
	font-family: Georgia, Times New Roman, Times, serif;
	border: none;
	font-size: 0px;
	color: #000000;
width: 60px;
height: 20px;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

}
input.btn2{
	background: url('../images/order_button-trans.png') no-repeat top right;
	font-family: Georgia, Times New Roman, Times, serif;
	border: none;
	font-size: 0px;
	color: #9933CC;
width:159px;
height: 32px;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

}
input.btn2:hover{
	background: url('../images/order_button_on-trans.png') no-repeat top right;
	font-family: Georgia, Times New Roman, Times, serif;
	border: none;
	font-size: 0px;
	color: #000000;
width:159px;
height: 32px;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

}
