/*
	--------
	globals
	--------
*/

body {
	background-image: url(images/pixel.gif);
}

td {
	color:#5170A9;
	font-weight: bold;
	font-size:11.5px;
	FONT-FAMILY: tahoma;	
	padding-top: 10px;
	border-bottom: 1px solid  #4169E1;
}


td.td2 {
	width:180px;
}
span.BlueBold {
	
	color:#14336B;
}

a {
	color: #769DE5;
	text-decoration: none;
}

a:visited {
	color:#769DE5;
	text-decoration: none;
}	

img {
	border: 0;
}

.link{
	cursor:hand;
}

table.mainTbl {
	width:740px;
	height:360px;
	background-color:#eef2f9;
}

table.subTbl {
	margin-left:20px;
}

div.divtop {
	margin-left:30px;
	margin-top:10px;
	padding-top: 10px;
	height:40px;
}

div.divtop2 {
	margin-left:30px;
	margin-right:5px;
	height:35px;
}

div.divbottom {
	margin-left:30px;
	margin-right:5px;
	margin-top:20px;
	text-align: justify;
}

a.selected, a.selected:link, a.selected:active, a.selected:visited, a.selected:hover
{
    font-weight: bold;
    font-size: 11px;
    color:  #14336B;
    text-decoration: none;
}
a.notSelected, a.notSelected:link, a.notSelected:active, a.notSelected:visited
{
    font-weight: bold;
    font-size: 11px;
    color: #87CEEB;
    text-decoration: none;
}
a.notSelected:hover 
{
    color:  #14336B;
}