body{
	font-family: arial;
	font-size: 11px;
	color: #000;
	}

td{
	font-family: arial;
	font-size: 11px;
	color: #000;
	}
	
input, select{
	border: 1px SOLID #cccccc;
	font-size: 10px;
	}
	
a:link{
	color: #0b5fc6;
	}
	
a:visited{
	color: #0b5fc6;
	}
	
a:hover{
	color: #0b5fc6;
	text-decoration: none;
	}

.border{
	border: 1px SOLID #cccccc;
	}

.header{
	background: url(../images/header_bg.png);
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	}
	
td.menuBox{
	background: #efefef;
	border-right: 1px SOLID #cccccc;
	border-bottom: 1px SOLID #cccccc;
	width: 100px;
	text-align: center;
	font-weight: bold;
	}
	
td.menuBox:hover{
	background: #DEDEDE;
	border-right: 1px SOLID #cccccc;
	border-bottom: 1px SOLID #cccccc;
	width: 100px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	}
	
.menuBox a:link{
	color: #000;
	text-decoration: none;
	}
	
.menuBox a:visited{
	color: #000;
	text-decoration: none;
	}
	
td.listBox{
	font-weight: bold;
	text-align: center;
	background: #efefef;
	}
	
.darkRow{
	background: #fcfcfc;
	}
	
.lightRow{
	background: #ffffff;
	}
	
.highRow{
	background: #FFF0A7;
	}
	
.pageTitle{
	font-size: 12px;
	font-weight: bold;
	}
