﻿body
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
}

a:link { 
	color: blue;
	text-decoration: none;
	}
a:visited { 
	color: blue;
	text-decoration: none;
	}
a:hover { 
	color: red;
	text-decoration: none;
	}
a:active { 
	color: blue;
	text-decoration: none;
	}

.rightTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Verdana;
	text-transform: uppercase;
}

.rightSubTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: #dc143c;
	font-family: Verdana;
}

.leftTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana;
}

.mainMenuStyle
{
	font-weight: bold;
	font-family: Verdana;
	background: url(../Images/barBG.jpg) !important;
	height: 30px;
}

.mainMenuItemStyle
{
	color: white !important;
}

.mainMenuItemHoverStyle
{
	text-decoration: underline !important;
}

.siteStyle
{
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-x;
}

.tableStyle
{
	background-color: white;
}

.listingCategory
{
	font-weight: bold;
	text-align: left;
}

.listingValue
{
	text-align: left;
}

.listingHeading
{
	font-family: Verdana;
	font-size: 20pt;
	color: white;
	background-color: red;
	font-weight: bold;
}

.quoteSmall
{
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}

.quoteVerySmall
{
	text-align: left;
	font-weight: normal;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
}

.quoteVerySmallRed
{
	text-align: left;
	font-weight: normal;
	font-size: 7pt;
	color: #dc143c !important;
	font-family: Verdana;
}

.thankyouHeading
{
	font-family: Verdana;
	font-weight: bold;
	font-size: large;
	color: red;
}

.quoteSmallBold
{
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}

