img.padding10 {
	padding: 10px;
}
body {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 0px; 
	background-color: #cccccc;
	margin-top: 2px;
}

.bold600 {
	font-weight: 600;
}

/* Alignment */

.centre {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

/* Spacing */

.martop5 {
	margin-top: 5px;
}

.martop10 {
	margin-top: 10px;
}

.martop15 {
	margin-top: 15px;
}

.martop20 {
	margin-top: 20px;
}

.martop25 {
	margin-top: 25px;
}

.martop30 {
	margin-top: 30px;
}


/* Links */

a {
	color: #990000;
}

a:hover {
	color: Red;
}

a.footer {
	color: White; text-decoration: none; white-space: nowrap; padding-right: 10px; border-right-color: White; border-right-style: solid; border-right-width: 1px;
}

a.footer:hover {
	color: Orange; text-decoration: none; white-space: nowrap; padding-right: 10px;
}

a.menubarleft {
	color: White; text-decoration: none; font-size: 11px; font-weight: 300; white-space: nowrap;  
}

a.menubarleft:hover {
	color: #FFCC00; text-decoration: none; background-color: #333333; font-size: 11px; font-weight: 300; white-space: nowrap;
}

a.more:link {
	color: teal; text-decoration: none; font-size: 11px; font-weight: 300; white-space: nowrap;  
}

a.more:visited {
	color: teal; text-decoration: none; font-size: 11px; font-weight: 300; white-space: nowrap;  
}

a.more:hover {
	color: #FFCC00; text-decoration: none; background-color: #333333; font-size: 11px; font-weight: 300; white-space: nowrap;
}

/* Tables */

table {
	margin-left: auto; margin-right: auto;
}


table.footer {
	width: 955px;
}

table.main955 {
	width: 955px; height: 450px; background-color: White;
}

table.masthead {
	width: 955px; vertical-align: top; height: 75px; background-color: White; color: #999999;
}

table.menubar {
	width: 955px; text-align: left; margin-top: 10px;
}

table.midmast {
	width: 955px; background-color: #aaaaaa; font-size: 11px; font-weight: 300; text-align: center; padding: 3px; color: white;  
}

table.quoteform {
	background-color: #F4F4F4; border-color: Silver; border-style: solid; border-width: 1px;
}

table.sidebar {
	width: 95%; margin-bottom: 10px;
}

/* Cells */

td.footer {
	text-align: left; color: Silver;
}

td.gutter1 {
	width: 20px; background-color: Silver;
}

td.gutter2 {
	width: 20px; background-color: Silver;
}

td.mainpanel {
	width: 615px; padding: 5px; text-align: left;
}

td.mastheadleft {
	width: 600px; text-align: left; padding-left: 10px;
}

td.mastheadright {
	background-color: White; text-align: right;
}

td.quotelines {
	border-bottom-color: Silver; border-bottom-style: solid; border-bottom-width: 1px; padding: 2px; text-align: left;
}

td.sidebarheader {
	background-color: Gray; font-weight: 600; text-align: center; width: 100%; padding: 3px;
}

td.sidebarleft {
	width: 150px; background-color: #999999; color: White; text-align: left;
}

td.sidebarlines {
	background-color: Gray; font-weight: 300; text-align: left; width: 100%; padding: 3px; border-bottom-color: Silver; border-bottom-style: solid; border-bottom-width: 1px;
}

td.sidebarright {
	width: 150px; background-color: #999999; color: white; text-align: left;
}

/* Lists */

ul.tealdots {
	list-style-image: url(images/library/TealDots.gif);
}

li {
	margin-bottom: 10px;
}

li.ten {
	margin-bottom: 10px;
}
