/* CSS Document */
body {
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	padding-top: 0px;
}
a:links {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}
a:hover {color: #FF0000; text-decoration: none;}


.maintext {
	font-family: Arial;
	font-size: 12px;
}
a.maintext {color: #000000; text-decoration: underline;}
a.maintext:links {color: #000000; text-decoration: underline;}
a.maintext:visited {color: #000000; text-decoration: underline;}
a.maintext:hover {color: #FF0000; text-decoration: none;}

.right-maintext {
	font-family: Arial;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
.header-center {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
a.header-center:link {
	font-family: Arial;
	font-size: 15px;
	color: black;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}
a.header-center:visited {
	font-family: Arial;
	font-size: 15px;
	color: black;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}
a.header-center:hover {
	font-family: Arial;
	font-size: 15px;
	color: red;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	text-decoration: none;
}
.price {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: red;
	font-style: italic;
}
.background-grey {
	background-color: #E5E5E5;
}
.background-red {
	background-color: #ff0000;
}
.background-white {
	font-family: Arial;
	font-size: 12px;
	background-color: #ffffff;
}
.bg-shaddow-top {
	background-image: url('graphics/shaddow-top.jpg');
	background-repeat: repeat-x; 
	background-position: right; 
}
.bg-shaddow-left {
	background-image: url('graphics/shaddow-left.jpg');
	background-repeat: repeat-y; 
	background-position: right; 
}
.bg-shaddow-right {
	background-image: url('graphics/shaddow-right.jpg');
	background-repeat: repeat-y; 
	background-position: left; 
}
.bg-shaddow-bottom {
	background-image: url('graphics/shaddow-bottom.jpg');
	background-repeat: repeat-x; 
	background-position: left; 
}

.bottom-text{
	font-family: Arial;
	font-size: 10px;
	color: black;
	text-align: center;
}
a.bottom-text:links{
	font-family: Arial;
	color: black;
	font-size: 10px;
	text-align: center;
	text-decoration: underline;
}
	a.bottom-text:visited{
	font-family: Arial;
	font-size: 10px;
	color: black;
	text-align: center;
	text-decoration: underline;
}
	a.bottom-text:hover{
	font-family: Arial;
	font-size: 10px;
	color: red;
	text-align: center;
	text-decoration: none;
}
