/* CSS Document */
body
{ background-image: url(../images/page_background.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #cccccc;
margin: 0px;
text-align: left;
}

/* links */
a:link {
	text-decoration: underline;
	color: #cccccc;
}
a:visited {
	text-decoration: underline;
	color: #cccccc;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}
a:active {
	text-decoration: underline;
	color: #cccccc;
}

a.product:link {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a.product:visited {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a.product:active {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: red;
	font-size: 12px;
	font-weight: bold;
}

a.product:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* tables */
.main
{width: 900px; }

.bottom
{width: 900px;

}

.buttons 
{width: 114px;
}

.content
{width: 786px;
}

.text
{ width: 560px;
padding: 20px;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCCCCC;
}

.right_image
{width: 200px;
}


.footer
{width: 560px;
padding: 20px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
}

h1 {
	font-size: 12px;
    color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

h2 {
	font-size: 12px;
    color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}

h3 {
	font-size: 12px;
    color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

.bold
{font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}