﻿/* CSS Document */

body {
margin-top:0;
margin-bottom:0;
margin-left:0;
}

/* link styles */

a {
color:#0066FF;
text-decoration:none;
}

a:hover {
color:#0066FF;
text-decoration:underline;
}

a.white {
color:#FFFFFF;
text-decoration:none;
}

a.white:hover {
color:#CCCCCC;
text-decoration:none;
}

a.mainmenu {
color:#990000;
font-size:13px;
text-decoration:none;
font-weight:bolder;
}


/* tag styles */

td {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.white {
color:#FFFFFF;
}

span.menu {
line-height:18px;
}

span.details {
line-height:20px;
}

.contactheader {
color:#990000;
font-size:16px;
font-weight:bold;
}
.italics-red {
	color:#990000;
	font-style: italic;

}

.heading-title-bg {
	color: #FFFFFF;
	background-color: #990000;
	width: 480px;
	font-size: 18px;
	font-weight: bolder;
	height: auto;
	padding-top: 9px;
	text-align: center;
	padding-bottom: 9px;
	margin-right: auto;
	margin-left: 5px;
	background-image: url(images/icons/heading-blue-bg.png);
	background-repeat: repeat-y;
	background-position: top;
	text-transform: uppercase;
}

