/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

body
{
    font: 10px arial;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 11px arial; color: #822727; text-decoration: none;} 
a:active {font: bold 11px arial; color: #822727; text-decoration: none;}
a:visited {font: bold 11px arial; color: #822727; text-decoration: none;}
a:hover {font: bold 11px arial; color: #AF0020; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #5675A5;
}



.title
{
    		/* this is the styling for the title.  Semantically, this should be an h1 */
		/* padding all four sides of the div in order top, right, bottom, left */
    	background-color: #5675A5;
    	color: #D9E1ED;
	border: solid 1px #5675A5;
	font-face: Arial;
    	font-weight: bold;
    	font-size: 36px;
	padding: 5px 2px 5px 5px;
}

.title2 
{
    	color: #5675A5;
	font-face: Arial;
    	font-weight: bold;
    	font-size: 18px;

}

.maintext 
{
	color: #000;
	font-face: Arial;
    	font-size: 12px;
}


.footer
{
	background-color:#D9E1ED;
	font-size: 10px;
	font-face: arial;
	text-align: right;
}

.stextcenter
{
	
	color: #5675A5;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}

.stextleft
{
	
	color: #000;
	font-size: 10px;
	font-face: arial;
	text-align: left;
}

.stextright
{
	
	color: #000;
	font-size: 10px;
	font-face: arial;
	text-align: right;
}

.sblacktextleft
{
	
	color: #000;
	font-size: 10px;
	font-face: arial;
	text-align: left;
}

.graytext
{
	color: gray;
	font-size: 10px;
}

#pprice
{
	color: red;
	font-weight: bold;
}

tr.d1 td {
	background-color: #CC9999; 
	color: black;
	font-size: 12px;
	text-align: center;
}

tr.d2 td {
	background-color: #9999CC; 
	color: black;
	font-size: 12px;
	text-align: center;
}

tr.d3 td {
	background-color: #000; 
	color: black;
	font-size: 12px;
	text-align: center;
}

td {
	font-size: 12px;
	text-align: left;
}