body {background-color: black;
    	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}


.topbar {height:40px;
	    background-color: #c00000;
	    }

.whitebar {height: 3px;
	   background-color: white;
	   line-height: 0;
	   font-size: 0;
	   }

.maintable {background-color: #f0e8d0}

.white {background-color: white}
.black {background-color: black}


h1 {font-size: 36pt;
    font-family: Arial;
    color: #c00000;
    font-weight: bold;
    margin-bottom: 0px;
    }
.smallheading {font-size: 18pt;
	       font-style: italic;
	    	}

h2 {font-size: 24pt;
    color: black;
    font-family: Times New Roman;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
    }

h3 {font-size: 18pt;
    color: black;
    font-family: Times New Roman;
    margin-top: 10px;
    margin-bottom: 0px;
    }

p {font-size: 12pt;
   font-family: Arial;
   color: black;
   text-align: justify;
   }

.larger {font-size: 14pt}

.hpcontact {font-size: 20pt;
	    font-family: Times New Roman;
	    color: black;
	    font-weight: bold;
	    font-style: italic;
	    text-align: center;
	    }

a:link {color: blue;
	font-family: Arial;
	font-size: 12pt;
	}
a:active {color: blue;
	font-family: Arial;
	font-size: 12pt;
	}
a:visited {color: blue;
	font-family: Arial;
	font-size: 12pt;
	}

a:link.productlink {font-size: 12pt;
		    color: #c00000;
		    font-weight: bold;
		    }
a:active.productlink {font-size: 12pt;
		    color: #c00000;
		    font-weight: bold;
		    }
a:visited.productlink {font-size: 12pt;
		    color: #c00000;
		    font-weight: bold;
		    }

a:link.largerlink {font-size: 14pt}
a:active.largerlink {font-size: 14pt}
a:visited.largerlink {font-size: 14pt}

a:link.contactlink {font-size: 20pt;
	    font-family: Times New Roman;
	    color: black;
	    font-weight: bold;
	    font-style: italic;
	    text-align: center;
	    }
a:active.contactlink {font-size: 20pt;
	    font-family: Times New Roman;
	    color: black;
	    font-weight: bold;
	    font-style: italic;
	    text-align: center;
	    }
a:visited.contactlink {font-size: 20pt;
	    font-family: Times New Roman;
	    color: black;
	    font-weight: bold;
	    font-style: italic;
	    text-align: center;
	    }


.right {float: right}
.left {float: left}