/* CSS Document */

body {
font-family: verdana, sans-serif;
color: black;
background: black;
font-size: 10pt;
}

p {
font-size: 10pt;
margin-left: 4px;
mergin-top: 3px;
margin-right: 4px;
}

p.footer {
font-size: 8pt;
color: #666666;
}

h1 {
font-size: 18pt;
}

.small {
font-size: 7pt;
}

a:link {
color: #FF3300;
}

a:visited {
color: #FF3300;
}

a:active {
color: #FF9900;
}

a:hover {
color: #FF9900;
}

table.orange {
	background-color:#FF9900;
	background-image: url(images/jokeback.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

img {
border: 0px;
}

input {
font-family: Verdana, Arial, Helvetica, sans-serif;
size: 10pt; 
}

input.contact {
border: black 1px solid;
}

input.cart {
border: black 1px solid;
text-align: right;
}

select.contact {
border: black 1px solid;
}

textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

textarea.contact {
border: black 1px solid;
}

span.error {
font-weight: bold;
color: #FF0000;
}

tr.highlight {
background: yellow;
}

span.size10 {
font-size: 10px;
}

p.intro {
color:#666666;
font-weight: bold;
}

hr {
	border-color: #999999; 
	border-width: 1px; 
	border-style: solid;
	width: 80%;
}
