
/* everything between the slash & asterick are comments and will not be read - 
to engage the styles simply remove this comment - and the opening slash & asterick.
body
{
	background-color:#ffffff;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#cccccc;
	scrollbar-face-color:#000000;
}
*//*
a:link
{
	color:#000000;
	text-decoration: none;
}

a:hover
{
	color:#AABBDD;
	text-decoration:underline;
}

a:visited
{
	text-decoration:none;
}

a:active
{
	color:#cccccc;
	text-decoration:none;
}
*/
.link {
    color:#D5DCE3;
	text-decoration: none;
}

a.link:Hover {
    color:#ffffff;
	text-decoration: none;
}
.link1 {
    color:#2B445A;
	text-decoration: none;
}

a.link1:Hover {
    color:#000000;
	text-decoration: none;
}

.link2 {
    color:#2B445A;
	text-decoration: none;
	font-family:Tahoma, Arial;
	font-size:16px;

}

a.link2:Hover {
    color:#000000;
	text-decoration: none;
}
.tblbdr {
	border: 1px solid #12425b;
}
.box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #023955; /*color: #000080;*/
	background-color: #F4FAFB;
	font-weight:bold;


}

.boxTxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	 /*color: #12425B;color: #000080;*/
	color:#023955;
	font-weight:bold;

}
.navbar:link
{
	color:#D5DCE3;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.navbar:visited
{
	color:#D5DCE3;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.navbar:hover
{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
}
.navbar:active
{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
}


