@charset "utf-8";
/* CSS Document */

.navigation
{
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
	}
	
.listtitle
{
	font-weight: bold;
	font-size: 13;
	}

.listheader
{
	font-weight: bold;
	font-size: 20px;
	text-align: center;	
	}
	
.datatable
{
	background-color:#C4D3E9;
	}

.mainarea
{
	background-color:#C4D3E9;
	}

	.noborder
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}

