/*

# Property of Spera Computer Consultancy
# (c) 2006. All rights reserved.

# $Log: styles.css $
# Revision 1.2  2006/11/28 01:49:33  Business
# Changes following committee meeting on 24/11/6
# Revision 1.1  2006/10/14 01:00:29  Spera
# Initial revision

*/

body {
   background-color: white;
   font-family: "Times Roman", Verdana, Tahoma, Helvetica;
   margin-left: auto;
   margin-right: auto;
   width: 700px;
}

table {
   width: 100%;
}

.pink {
   background-color: inherit;
   color: #E10474;
}

h1 {
   clear: both;
   font-size: large;
   padding-top: 10px;
   text-transform: uppercase;
}

h2 {
   font-size: medium;
}

p {
   font-size: medium;
}

a {
   background-color: inherit;
   color: #E10474;
   text-decoration: none;
}

img {
   border: 0;
   padding-left: 10px;
   padding-right: 10px;
}

address {
   font-size: small;
   font-style: normal;
}

.button {
   background-color: #E10474;
   border: solid 1px #E10474;
   color: white;
   font-weight: bold;
   padding-top: 2px;
}

.highlight {
   background-color: white;
   color: #E10474;
}

.narrowcolumn {
   width: 15%;
}

.producthead {
   font-weight: bold;
}

.product {
   background-color: inherit;
   color: #E10474;
   vertical-align: top;
}

.left {
   text-align: left;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

.justify {
   text-align: justify;
}

.floatleft {
   float: left;
}

.floatright {
   float: right;
}

.clear {
   clear: both;
}

.small {
   font-size: small;
}

.header {
   font-size: x-large;
}

#header {
   background-color: white;
   color: #E10474;
   font-size: large;
   letter-spacing:0.2em;
   margin-bottom: 2em;
}

#footer {
   background-color: white;
   color: black;
   font-size: x-small;
   margin-top: 2em;
   text-align: center;
}
