/* General link behaviour */
a {
	text-decoration: none;
	color: #5A95E4;
}
a:hover {
	text-decoration: underline;
	color: #cc6600;
}
/* Horizontal nav menu links */
a.menu {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.menu:hover {
	color: #000000;
	text-decoration: none;
}
/* Small non-bold links */
a.small {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.small:hover {
	color: #000000;
	text-decoration: none;
}

body {
	font-size: 10px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

p,td {
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 21px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

h1.paperTrail {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	display:inline;
}

h2 {
	font-size: 17px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.lines {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	padding: 5px 0px;
}

/* Standard Borders */
.bL {
	border-left: 1px solid #d7d7d7;
}
.bR {
	border-right: 1px solid #d7d7d7;
}
.bB {
	border-bottom: 1px solid #d7d7d7;
}
.bT {
	border-top: 1px solid #d7d7d7;
}
/* Left menu cell */
.leftMenuCellAppearance {
	font-size: 10px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Generic classes */
.smallText {
	font-size: 10px;
	color: #666666;
}

.mediumText {
	font-size: 11px;
	color: #666666;
}

/* Classes for specific elements */
.promoImageBorder {
	border: 5px solid #FFFFFF;
}
.mainBodyPadding {
	padding: 0px 20px 20px 20px;
	text-align: justify;
}
.errorCell {
	font-weight: bold;
	color: #FF0000;
}
.shade1 {
	color: #A40018;
}
.shadeGrey {
	color: #666666;
}
.contactElementText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
/* Top Horizontal Menu appearance */
.topMenuOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/menuoverbackground.gif);
}
.topMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Bottom Horizontal Menu appearance */
.bottomMenuOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/menuoverbackground.gif);
}
.bottomMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mb0 {
	margin-bottom: 0px;
}
.mt10 {
	margin-top: 10px;
}

