// Rob note
//This define the anchor. Do not bother making a seperate class for now
//
a:link {text-decoration: none;
color: #5c749a; font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold;}
a:contact.link {text-decoration: none;
color: #5c749a; font-family: Verdana, sans-serif; font-size: 12px; font-weight: bold;}
a:contact.visited{text-decoration: none;
color: #5c749a; font-family: Verdana, sans-serif; font-size: 12px; font-weight: bold;}
a:contact.active{text-decoration: none;
color: #5c549a; font-family: Verdana, sans-serif; font-size: 12px; font-weight: bold;}
a:contact.hover  { color: #006699; text-decoration: underline;}

a:rmenu.link {
text-decoration: none; color: #000000; font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold;
}
a:rmenu.visited{text-decoration: none;color: #000000; font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold;
}

a:rmenu.active{text-decoration: none;color: #000000; font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold;
}

a:rmenu.hover  { color: #006699; text-decoration: none;}
.Headertext {
	font-family: "Verdana";
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #C2CDFF;
}
.InnerTable {
	background-color: #DADADA;
	background-image: none;
}
.Smallertext {
	font-family: "Verdana";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #DADADA;
	color: #DDE7DE;

}
.OuterTable {
	background-color: #27556F;
}
.menutable {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-position: center;

}
.evensmallertext {
	font-family: "Verdana";
	font-size: 9px;
	color: #000000;
}
.noCellPadding {
	padding: 0;
}
.moreCellPadding {

	padding: 35;
}
.bdrUpperLower {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #27556F;
	border-right-color: #27556F;
	border-bottom-color: #27556F;
	border-left-color: #27556F;
}
.bodyText {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #DADADA;
	color: #000000;
	text-align: justify;
}
.bdrUpper {

	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #27556F;
	border-right-color: #27556F;
	border-bottom-color: #27556F;
	border-left-color: #27556F;
}
.bdrLower {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #27556F;
	border-right-color: #27556F;
	border-bottom-color: #27556F;
	border-left-color: #27556F;
}

