/*InReFinancial CSS Settings.
www.inrefin.com*/




/*Standard HTML Tags*/

body,td,th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F255D;
}


body {
	background-color: #A7ACB8;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #A7ACB8;
	scrollbar-highlight-color: #A7ACB8;
	scrollbar-3dlight-color: #A7ACB8;
	scrollbar-darkshadow-color: #A7ACB8;
	scrollbar-shadow-color: #A7ACB8;
	scrollbar-arrow-color: #4F5C7A;
	scrollbar-track-color: #A7ACB8;
}

ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}


/*Links*/


A:link {color: #A7ACB8; text-decoration: none;}
A:visted {color: #A7ACB8; text-decoration: none;}
A:hover {color: #A7ACB8; text-decoration: none;}


A.Nav:link {color: #A7ACB8; text-decoration: none;}
A.Nav:visited {color: #A7ACB8; text-decoration: none;}
A.Nav:hover {color: #EEEEEE; text-decoration: none;}


/*Text*/

.Nav {
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #A7ACB8;
}


.redFont {
	color: #990000;
	font-weight: bold;
}

.textBlock {
	letter-spacing: 1px;
}


.box {
	border: 1px solid #4F5C7A;
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.box2 {
	text-align: justify;
}


.gensmall {
	font-size: 9px;
	color: #7A8499;
}



/*Tables*/



.outerborder {
	border-right: 2px solid #4F5C7A;
	border-bottom: 2px solid #4F5C7A;
	border-left: 2px solid #4F5C7A;
}

.contentTable {
	background-color: #eeeeee;
	border: 1px solid #80809E;
}


.sideNave {
	background-color: #7A8499;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333366;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7A8499;
	border-bottom-color: #7A8499;
	border-left-color: #7A8499;
}

.foot {
	background-image: url(../images/foot.gif);
	background-repeat: repeat;

