BODY{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

TD,TH{
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: x-small;
}

A {
	color: #DC121A;
	text-decoration: none;
}

A:HOVER {
	color: #2F799C;
	text-decoration: underline;
}

.headerBlack {
	color: #000000;
	font-size: larger;
	font-weight: bold;
}

.headerBlue {
	color: #2F799C;
	font-size: larger;
	font-weight: bold;
}

.blueText {
	color: #2F799C;
}

.smallText {
	font-size: 9px;
}

.lineTopgrey {
	border-top: 1px solid #D7D7D7;
}

.lineBottomgrey {
	border-bottom: 1px solid #D7D7D7;
}

.lineBox {
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
}

.bulletBlue {
	list-style: disc;
	color: #2F799C;
}

.topLine {
	border-top: 1px solid Black;
}

.border {
	border : 1px dashed;
	border-color: #2F799C;
}

.redText {
	color: #FF0000;
	font-size: 9px;
	font-weight: bold;
}

.bggrey {
	background-color: #F4F4F4;
}

.borderltGrey {
	border : 1px solid #E6E5E5;
	background-color: #F4F4F4;
}