body{
	margin: 0px;
	}
	
td.dark{
	background: #16315F;
	}
	
td.light{
	background: #4C6CA1;
	}
	
td.white{
	background: #FFFFFF;
	}

td.gray{
	background: #A0A0A0;
	}

td.dgray{
	background: #5A5A58;
	}
	
td.main{
	font-family: Verdana;
	font-size: 11px;
	color: #5A5A5C;
	}
	
td.menu{
	text-align: center;
	line-height: 20px;
	background: #5A5A58;
	}

td.menuOn{
	text-align: center;
	line-height: 20px;
	background: #C6C6C6;
	}

td.footer{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	padding: 8px;
	}

a.main{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: blue;
	}

a.main:hover{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: crimson;
	}
	
	
a.menu{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	}

a.menu:hover{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #C6C6C6;
	}
	
a.menuOn{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	}

a.menuOn:hover{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #5A5A58;
	}

a.logout{
	color: crimson;
	}
	
a.logout:hover{
	color: #16315F;
	text-decoration: underline;
	}
	
.headerWhite{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}

.headerDark{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #16315F;
	}

.headerLight{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #4C6CA1;
	}

.headerGray{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #A0A0A0;
	}

.input{
	font-family: Verdana;
	font-size: 11px;
	}
	
	
	
.feedback{
	border: solid 1px #000000;
	}
	
.success{
	background: #B7DF6F;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	}
	
.notice{
	background: #FFFF99;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	}

.error{
	background: #FFC8D3;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	}
