body, td, p, select, input, submit, checkbox, textarea{
	font-family: arial;
	font-size: 11px;
}
th{
	font-family: arial;
	background-color: #DBEAF5;
	font-size: 11px;
	color: 10659E;
}
th.selected{
	font-family: arial;
	background-color: #B6DCF8;
	font-size: 11px;
	color: 10659E;
}
a{
	color: #000099;
	text-decoration: none;
}
a:hover{
	color: #000099;
}
a.selected{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.selected:hover{
	color: #000000;
	font-weight: bold;
}
/* page header */
h1{
	font-family: arial;
	font-size: 20px;
	color: #102C50;
}
.thLink{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: 10659E;	
}
.thLink:hover{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: 10659E;
}

.altHighLight{
	background-color: #FFECE5;
	background-image: url('/images/icon-pixelline.gif');
	background-repeat: repeat-x;
	background-position-y:bottom;
}
.highLight{
	background-color: #FFF7E5;
	background-image: url('/images/icon-pixelline.gif');
	background-repeat: repeat-x;
	background-position-y:bottom;
}
.sessMsg{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: ff0000;
}

.disableText{
	background-color: cccccc;
}



/* nav */

.navOver{
	background-color: #C9E7F8;
	font-size: 11px;
	cursor: hand;
	border-top:	1px #0368A4 solid;
	border-bottom: 1px #0368A4 solid;
	border-left: 1px #0368A4 solid;
	border-right: 1px #0368A4 solid;
	color: #000000;
}
.nav{
	background-color: #4791C5;
	font-size: 11px;
	border-top:	1px #4791C5 solid;
	border-bottom: 1px #4791C5 solid;
	border-left: 1px #4791C5 solid;
	border-right: 1px #4791C5 solid;
	color: #000000;
} 
.nav:hover{
	background-color: #4791C5;
	font-size: 11px;
	border-top:	1px #4791C5 solid;
	border-bottom: 1px #4791C5 solid;
	border-left: 1px #4791C5 solid;
	border-right: 1px #4791C5 solid;
	color: #0B517B;
	decoration: none;
} 
.subnav{
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
} 
.subnav:hover{
	background-color: #FFFFFF;
	font-size: 11px;
	color: #0B517B;
	decoration: none;
} 