/* CSS Document */

th {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
	background-image:url(images/jobs-login.jpg)
}
 
td{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

pre{
	font-family: Arial;
	font-size: 12px;
	color:#000099;
}

.heading {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;	
}
.heading2 {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bolder;	
}

h1 {
	font-family: Arial;
	font-size: 16px;
	color:#000099;
	font-weight: bolder;	
}
.headingR {
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;	
}

.input{
color: #000000;
}
input{
color: #000000;
}
a {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color:#0000FF

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;

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

}
a:active {
	text-decoration: none;

}

body {
	background-color:#FFFFFF;
	color:#FFFFFF
}
.red{
color:#FF0000;
}





