
A:link          {text-decoration: none;color: #ffffff;}
A:visited       {text-decoration: none;color: #ffffff}
A:active        {text-decoration: underline;color: #ffffff}
A:hover         {text-decoration: underline;color: #ffffff}


A.dark:link          {text-decoration: none;color: #00517d;}
A.dark:visited       {text-decoration: none;color: #00517d}
A.dark:active        {text-decoration: underline;color: #00517d}
A.dark:hover         {text-decoration: underline;color: #00517d}

body {
background-color: #eef7fc;
background-image: url('bg_grad.jpg');
background-repeat: repeat-x;
background-position: bottom;
}

.top-table {
height: 100%;
}

.main-table {
background-color: #51a5c9;
height: 100%;
background-image: url('logo_bg.gif');
background-repeat: no-repeat;
background-position: bottom right;
}

.header {
background-color: #ffffff;
height: 100px;
}

.header-table {
background-color: #15708f;
height: 30px;
font-size: 16px;
font-weight: bold;
color: #ffffff;
}

.top-blue-strip {
background-color: #1885ac;
height: 30px;
}

.body-table {
font-size: 10px;
font-family: verdana;
color: #ffffff;
height: 100%;
}

.body-table-nh {
font-size: 10px;
font-family: verdana;
color: #ffffff;
}

.body-table-dark-nh {
font-size: 10px;
font-family: verdana;
color: #00517d;
}

.sub-heading {
font-size: 13px;
font-weight: bold;
color: #ffffff;
}

ul ul {
list-style-type: disc;
}

.image-box {
font-size: 10px;
font-weight: bold;
color: #ffffff;
}

.bottom-blue-strip {
background-color: #1885ac;
height: 5px;
}

.footer {
background-color: #ffffff;
height: 80px;
}

.footer-table {
height: 100%;
}

.home_page_menu {
	font-size: 10px;
	font-family: verdana;
	color: #ffffff;
	background-color: #15708f;
	text-align: center;
}

.left-shadow {
width: 15px;
background-image: url('left_shadow.png');
background-repeat: repeat-y;
background-position:right;
}

.right-shadow {
width: 15px;
background-image: url('right_shadow.png');
background-repeat: repeat-y;
background-position:left;
}