﻿a {
	color: #0068AB;
	text-decoration: underline;
}

a:visited {
	color: #0068AB;
	text-decoration: underline;
}

a:active {
	color: #0068AB;
	text-decoration: underline;
}

a:hover {
	color: #D58000;
	text-decoration: underline;
}

p {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
}

.BlankCell {
	background-color: #FFFFFF;
}

.cellBlue {
	background-color: #81A3D1;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;

}

.cellBorderBlue {
	border: 1px solid #81A3D1;
}


.RightAlign {
	text-align: right;
	background-color: #FFFFFF;
}


.CenterAlign {
	background-color: #FFFFFF;
	text-align: center;
}

.btnGeneral {
	border-width: 0px;
}
.YellowBorder {
	background-image: url('/images/bg2.gif');
}

.txtHeader {
	color: #425f87;
	font-family: Tahoma;
	font-size: 8pt;
}

.txtSmallText {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
}

.txtArticleText {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	line-height: 150%;
}

.txtMajorHeader {
	color: #425f87;
	font-family: Tahoma;
	font-size: medium;
}

.txtWhiteInset {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
}

.txtUnderlined {
	text-decoration: underline;
}

.txtBookTitle {
	font-family: Verdana;
	font-size: 8pt;
	color: #425F87;
}

.txtAlert{
	font-family: Verdana;
	font-size: 8pt;
	color: #FF0000;
}


.parIndented {
	margin-left: 40px;
}
