/* ------------------------------------- Global ------------------------------------- */
td {
	color: #000000;
	font: normal 12px Verdana, Helvetica, sans-serif;
}
a:link, a:visited		{
	color: #3366FF;
	text-decoration: none;
}
a:hover, a:active		{
	color: #CC0000;
	text-decoration: none;
}

/* ------------------------------------- Header ------------------------------------- */
.header		{
	color: #999999;
	font: normal 12px/15px Verdana, Helvetica, sans-serif;
}
.headBG1 {
	border-bottom: 1px solid #BBD2FF;
}

/* ------------------------------------- Body Container ------------------------------------- */

/* ------------------------------------- Login Row ------------------------------------- */
.loginRow		{
	color: #FFFFFF;
	background: #E0EBFF;
	padding: 2 5;
	border-bottom: 1px solid #BBD2FF;
}
/* ------------------------------------- Left Nav ------------------------------------- */
#leftNav		{
	padding-top: 5px;
	width: 150px;
}
#leftNav a		{
	display: block;
	background: #BBD2FF;
	border-bottom: 1px solid #FFFFFF;
	padding: 2 0px 2 5;
}
#leftNav .subNav		{
	padding-left: 15px;
}
#leftNav .highlight		{
	background: #E0EBFF;
}
/* ------------------------------------- Content Area ------------------------------------- */
.body		{topmargin:0; leftmargin:0; marginwidth:0; marginheight:0;  
	padding: 7px 15px;
}
#tabula {
}
#tabula td {
	padding: 3 0 3 5;
}
#tabula .headRow {
	background: #BBD2FF;
}
#tabula .blueRow {
	background: #E0EBFF;
}
.picArea		{
	width: 150px;
	padding-top: 7px;
}
.picArea img		{
	margin-bottom: 7px;
}
/* ------------------------------------- Footer ------------------------------------- */
.footer		{
	color: #FFFFFF;
	background: #6699CC;
	font-size: 9px;
	text-align: center;
	padding: 5px;
}
.footer a:link, .footer a:visited		{
	color: #000000;
	text-decoration: underline;
}
.footer a:hover, .footer a:active		{
	color: #FFFFFF;
	text-decoration: underline;
}
