body
{
    color: black;
    font-family: sans-serif;
    font-size: 12px;
}
td
{
    color: black;
    font-family: sans-serif;
    font-size: 12px;
}
a
{
	color: #1B2239;	
}

.main {
    color: black;
    font-family: sans-serif;
    font-size: 10px;
}

.centered 
{
	text-align: center;
}

.green11 {
    color: #71B83E;
    font-family: sans-serif;
    font-size: 11px;
}

.blue11 {
    color: #7CBEFF;
    font-family: sans-serif;
    font-size: 11px;
}

.yellow11 {
    color: #FFB84D;
    font-family: sans-serif;
    font-size: 11px;
}

.red10 {
    color: red;
    font-family: sans-serif;
    font-size: 10px;
}

.red12 {
    color: red;
    font-family: sans-serif;
    font-size: 12px;
}

.red14 {
    color: red;
    font-family: sans-serif;
    font-size: 14px;
}

.black10 {
    color: black;
    font-family: sans-serif;
    font-size: 10px;
}

.black11 {
    color: black;
    font-family: sans-serif;
    font-size: 11px;
}

.black12 {
    color: black;
    font-family: sans-serif;
    font-size: 12px;
}

.black14 {
    color: black;
    font-family: sans-serif;
    font-size: 14px;
}

.navy14 {
    color: navy;
    font-family: sans-serif;
    font-size: 14px;
}

.black14gadget {
    color: black;
    font-family: sans-serif;
    font-size: 14px;
}

.white10 {
    color: white;
    font-family: sans-serif;
    font-size: 10px;
}

.white12 {
    color: white;
    font-family: sans-serif;
    font-size: 12px;
}

.maroon10 {
    color: #1B2239;
    font-family: sans-serif;
    font-size: 10px;
}


.maroon12 {
    color: #1B2239;
    font-family: sans-serif;
    font-size: 12px;
}

.maroon14 {
    color: #1B2239;
    font-family: sans-serif;
    font-size: 14px;
}

.maroon14gadget {
    color: #1B2239;
    font-family: Gadget, sans-serif;
    font-size: 14px;
}

.maroon14header {
    color: #1B2239;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.form-button {
    background-color: #1B2239;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.form-field {
    background-color: #eee;
}

input.gray {
    background-color: #ccc;
}

table {
    font-family: sans-serif;
    font-size: 12px;
}

th {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}

.section-title {
    font-family: serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}

.asterisk {
    color: red;
    font-family: monospace;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 10px;
}

.notice {
    font-family: serif;
    font-size: 13px;
    font-style: italic;
}

.column-header {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.pad {
    padding: 10px;
}

.pad-lr {
    padding: 0px 10px;
}

.pad-ud {
    padding: 10px 0px;
}

/* specific divs */
#productCategory 
{    
    margin: 6px 10px 0px 6px;
    float: left;   
}

#border 
{
	border-right: #1B2239 1px solid; 
	border-top: #1B2239 1px solid; 
    border-left: #1B2239 1px solid; 
    border-bottom: #1B2239 1px solid;    

    
}

#productCategoryHeader
{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
	color: #1B2239;
	width: 300px;
    float: left;
    text-align: center;
    margin-top: 10px;
    /*border: #1B2239 1px solid;*/
}

#product
{
	width: 210px;
	height: 150px; 
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	/*
	
	border-right: #1B2239 1px solid; 
	border-top: #1B2239 1px solid; 
    border-left: #1B2239 1px solid; 
    border-bottom: #1B2239 1px solid;
*/
	
}
#productImage
{
	text-align: center;
	width: 190px;
	height: 50px;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border-right: #1B2239 1px solid; 
	border-top: #1B2239 1px solid; 
    border-left: #1B2239 1px solid; 
    border-bottom: #1B2239 1px solid;
	
}

#login
{
	text-align: center;
	width: 300px;
	height: 50px;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border-right: #1B2239 1px solid; 
	border-top: #1B2239 1px solid; 
    border-left: #1B2239 1px solid; 
    border-bottom: #1B2239 1px solid;
	
}

#productDesc
{
	font-weight: bold;
	text-align: center;
    min-height: 100px;

    
    
}
	