body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
a {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.main-table {
	border: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 0px auto;
}
.file-table {
	border: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 0px auto;
	width: 550px;
}
.title {
	background: #062D7A; 
	text-align: center;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}
.heading {
	color: #FFFFFF;
	font-weight: bold;
	background: #3671B3;
	height: 20px;
	text-align: center;
}
.row-active {
	background: #CCCCCC;
	text-align: center;
	font-weight: bold;
}
.row-inactive {
	background: #D92638;
	text-align: center;
	font-weight: bold;
}
.row-expired {
	background: #f2dc44;
	text-align: center;
	font-weight: bold;
}
.row-notstarted {
	background: #BBE27A;
	text-align: center;
	font-weight: bold;
}
.row-new {
	background: #738FBF;
	text-align: center;
	font-weight: bold;
}
.inst {
	width: 900px;
	text-align: justify;
	margin: 0px auto;
	padding: 10px;
}
form {
	margin: 0px;
}
a.button {
	border-color: #738FBF;
	border-style: outset;
	border-width: 3px;
	padding: 2px 10px 2px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #3671B3;
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
} 
a.button:hover {
	border-style: inset;
	text-decoration: none;
	background: #738FBF;
	color: #000000;
}
.links {
	text-align: center;
	padding: 8px;	
}
.sep {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	background: #7CA0D3;
	line-height: 30px;
	border: 1px #000000 solid;
}
.alert {
	color: #FFFFFF;
	font-weight: bold;
	background: #FF0000;
	padding: 2px;
}