body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bold
{
	font-weight: bold;
}

.tiny
{
	font-size: 9px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.blockTxt
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;	
	font-size: 12px;

}

.title
{
	font-size: 17px;
	color: #ffffff;
}

.txtTitle
{
	font-size: 16px;
	color: #000000;
	font-weight: bold;	
}

.blueTitle
{
	font-size: 14px;
	color: #2A73BE;
	font-weight: bold;
}

.org
{
	color: #FF6401;
	font-weight: bold;
}

.orgTitle
{
	font-size: 14px;
	color: #FF8202;
	font-weight: bold;
}

.whitePad
{
	background-color: #ffffff;
	padding: 10px;
}
/*
.blueBox
{
	background-color: #F2FAFF;
	padding: 20px;
	border-top-color: #2A73BE;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #2A73BE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
*/

.blueBox
{
	background-color: #F2FAFF;
	padding: 20px;
	border-color: #0057A9;
	border-width: 1px;
	border-style: solid;
}

.tblBorder
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}


.orgTblBorder
{
	border-style: solid;
	border-color: #FF8202;
	border-width: 1px;
}

.blueTblBorder
{
	border-color: #2A73BE;
	border-style: solid;
	border-width: 1px;
}

.white{
	color : #ffffff;
	background-color : transparent;
	text-decoration : none;
}
.white:hover{
	color : #ffffff;
	background-color : transparent;
	text-decoration : underline;
}

a{
	color : #FF6401;
	background-color : transparent;
	text-decoration : underline;
}
a:hover{
	color : #FF6401;
	background-color : transparent;
	text-decoration : none;
}

