﻿body {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color: #000000;
	border-top-style: solid;
	border-top-color: Black;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: Black;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: Black;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	font-family: "Corbel";
	font-size: 12px;
}

h1 {
	font-size: 16px; 
	font-weight: bold; 
	color: #003366; 
	text-align: center; 
	text-decoration: none
	
}

h2 {
	font-size: 14px; 
	font-weight: bold; 
	color: #003366; 
	text-align: left; 
	text-decoration: none
}

#title {
	background: #850119 url('images/stripe.png') repeat;
}

#menu {
    background-color: #CCCC99;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    border-top-style: solid;
    border-top-color: Black;
    border-top-width: 1px;
}

#menu a {
	display: block;
	text-decoration: none;
	color:#000000;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #850119;
}

#subnavigation {
    background-color: #850119;
    font-size: 14px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: Black;
    border-bottom-width: 1px;
}

#subnavigation a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
}

#subnavigation a:hover {
	color: #FFFFFF;
}

#main {
	font-size: 14px;
    color: #000000;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: Black;
    border-bottom-width: 1px;
}

#information {
	padding: 14px;
	color: black;
	text-align: left;
}

#cart {
	font-size: 14px;
	text-align: center;
}

#lastupdate {
	padding: 10px;
	font-size: 12px;
	color: black;
	text-align: right;
}

#footer {
	background-color: #850119;
    text-decoration: none;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}

#footer a {
	color:#FFFFFF;
}

table.cwsgrid {
	border-collapse: collapse;
}

table.cwsgrid td {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 5px;
} 

table.cwsclear {
	border-collapse: collapse;
}

table.cwsclear td {
	border-style: none;
	border-color: #000000;
	border-width: 1px;
	padding: 0px;
} 
