 /* This is the header */

.mastertable {
	width: 780px;
	height: 100%;
	font-size: 14px;
	background-color : #ffffff;
	border: 2px;
	border-color: #000000;
}

.mastertable td {
	border : 0px;
	font-size: 14px;
/*	background-color : #FAF3EA;*/
}

.maintbl {
	border: 2px;
	border-color: #000000;
	width: 780px;
	height: 100%;
	font-size: 14px;
	background-color : #FAFAFA; /* light grey background */
}

.maintbl td {
	border : 0px ;
	font-size: 14px;
	background-color : #FAFAFA; /* light grey background */
}

.menubar {
	background-image: url('../images/backgrounds/topbar.gif');
	text-align : left;
	font-size: 12px;
	width: 30%;
	background-color: #cc0000;
}

 .menubar td {
	background-image: url('../images/backgrounds/top_menu_nav.gif');
	text-align : left;
	font-size: 12px;
	background-color: #cc0000;
}

/* New menu related */
.top-link{font-family:arial,arial,verdana,ms sans serif,arial;font-size:12px; vertical-align: middle;color:#ffffff;font-weight:bold;}
.top-link a{color:#ffffff; text-decoration:none;font-size:12px;}
.top-link a:hover{color:orange; text-decoration:none;font-size:12px;}

hr { 
	margin: 0; 
	padding: 0; 
	border: 0px solid #0000;
	color: #0000;
	background-color: #0000; 
	margin-right: 0;
	width: 100%;
	height: 1px; 
	margin-bottom: 5px;
}

body , td {

	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px ;

}

.small {
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px ;
}

h1 {
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px ;
	font-weight : bold ;
	color : #660000;
 	padding: 0;
	margin: 0;
	padding-bottom: 2px;
	vertical-align:top;
}

h2 {

	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px ;
	font-weight : normal ;
	margin-bottom: 2px;
	color : #000000 ;

}

h3 {

	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px ;
	font-weight : normal ;
	color : #000000 ;
	margin-top: 1px;
	margin-bottom: 1px;
}

h4 {
	font-family : verdana ;
	font-size : 11px ;
	color : #000000 ;
 	padding: 0;
	margin: 0;
	vertical-align:top;
}

/* Used for job sub headings */
.subheading {
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px ;
	font-weight : bold ;
	color : #ffffff;
	background-color: #aaaaaa;
 	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}

h5 {
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px ;
	font-weight : bold ;
	color : #666666;
 	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}

/* Used for job text */
h6 {
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px ;
	font-weight : normal ;
	color : #000000;
 	padding: 0;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 2px;
}

a {
	color : #cc0000 ;
	text-decoration : none ;
}

a:hover {
	color : #cc0000 ;
	text-decoration : underline ;
}


a:focus {
	background-color: #fffff;
	color: black;
}

a:select {
	background-color: #fffff;
	color: black;
}


.nostyle a {
    font-size : 14px ;
	color: #ffffff;
    text-decoration : none ;
	font-weight : bold ;
}

.nostyle a:hover {
    font-size : 14px ;
	color: #ffffff;
	font-weight : bold ;
}

.CellHeading {
	font-size: 14px;
	font-weight : bold ;
	color : #5959AB ;
/*	background-color : #D9D9F3 ; */
	background-color:  #F0F0F0;
}


.CellContent2 {
	font-size: 14px;
	/*background-color : #FFECAA ;*/
	background-color: #5959AB;
	color: #ffffff;
}


.CellContent1 {
	font-size: 14px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold ;
	color : #999999 ;
	background-color : #ffffff ;
	vertical-align: middle;
}

.CellRemark {
	font-size: 14px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color : #999999 ;
	background-color : #ffffff ;
	vertical-align: middle;
}


.ContentTable {
	border : 1px solid ;
	/*border-color : #ff9933 ;*/
	border-color: #5959AB;
	font-size: 14px;
	color: #000000;
}