/* Basic styles */
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

table {

	border-collapse: collapse;
	border-color: #000000;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: #000000;
}

body {
	margin-top: 5;
	margin-left: 5;
}

ul {
	margin: 1.5em;
}


/* Hyperlink states */
A {
	text-decoration : none
}

A:Hover {
	text-decoration : underline
}

A:Active {
	text-decoration : underline
}

A.leftNavLink {
	font-weight: normal; 
	font-size: 10px; 
	color: #000000; 
	line-height: normal; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
	
}

A.leftNavLink:Hover {
	font-weight: normal; 
	font-size: 10px; 
	color: #FF0000; 
	line-height: normal; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline
}

A.leftNavLink:Active {
	font-weight: normal; 
	font-size: 10px; 
	color: #FF0000; 
	line-height: normal; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline
}

.actionLinkMedium {
	font-weight: bold; 
	font-size: 12px; 
	color: #07587D; 
	line-height: 18px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.actionLinkLarge {
	font-weight: bold; 
	font-size: 13px; 
	color: #07587D; 
	line-height: 18px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}


/* Image styles */
.imageBorder {
	 border-width: 1pt;
	 border-color: #000000;
}


/* Body styles */
.smallBodyBlack {
	font-weight: normal; 
	font-size: 10px; 
	color: #000000; 
	line-height: normal; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.smallNavBlack {
	font-weight: normal; 
	font-size: 10px; 
	color: #000000; 
	line-height: 11px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.mediumHeadBlack {
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
	line-height: 18px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.largeBodyBlack {
	font-weight: normal; 
	font-size: 13px; 
	color: #000000; 
	line-height: normal; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.largeBodyBlackItalic {
	font-weight: normal; 
	font-size: 13px; 
	color: #000000; 
	line-height: normal; 
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.largeHeadBlack {
	font-weight: bold; 
	font-size: 13px; 
	color: #000000; 
	line-height: 18px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.subscribeHeadBlack {
	font-weight: bold; 
	font-size: 14px; 
	color: #000000; 
	line-height: 18px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.extraLargeHeadBlack {
	font-weight: bold; 
	font-size: 18px; 
	color: #000000; 
	line-height: 24px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.topHeadBlack {
	font-weight: bold; 
	font-size: 18pt; 
	color: #000000; 
	line-height: 18px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.mediumHeadWhite {
	font-weight: bold; 
	font-size: 12px; 
	color: #FFFFFF; 
	line-height: 18px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.largeHeadWhite {
	font-weight: bold; 
	font-size: 13px; 
	color: #FFFFFF; 
	line-height: 18px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.extraLargeHeadRed {
	font-weight: bold; 
	font-size: 18px; 
	color: #FF0000; 
	line-height: 24px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.mediumLargeHeadDarkBlue {
	font-weight: 700; 
	font-size: 16px; 
	color: #07587D; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

.errorMessage {
	font-weight: 700; 
	font-size: 12px; 
	color: #FF0000; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}


/* Background styles */
.lightBlueBackground {
  background-color: #CCDBE2; 
  width: 100%
}

.darkBlueBackground {
  background-color: #07587D; 
  width: 100%
}

.greyBackground {
  background-color: #CCCCCC; 
}

.whiteBackground {
  background-color: #FFFFFF; 
}


/* Form styles */
input.text {
	color: #000000; 
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: none; 
	border: solid 1 #000000;
}

input.button {
	color: #FFFFFF; 
	background-color: #07587D; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 700; 
	border: solid 1 #000000;
}