body {
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : x-small;
	font-style : normal;
	font-weight : normal;
	color : Black;
}
hr {
	color: #f04c44; /* red */
	height: 2px;
}
A {
	color : navy;
	text-decoration: none
}
A:VISITED {
	color : navy;
	text-decoration: none
}
A:ACTIVE {
	color : navy;
	text-decoration: none
}

A:HOVER {
	color : green;
	text-decoration: none
}
.submenu {
	font: bold 14px;
	color : white;
	background-color: #0b68b1;
	padding: 3 3 3;
	text-decoration: none;
	width: 100%;
}
.submenu:link {
	font: bold 12px;
	color : white;
	background-color: #00a8e6;
	padding: 3 3 3;
	text-decoration: none;
	width: 100%;
}
.submenu:VISITED {
	font: bold 12px;
	color : white;
	background-color: #00a8e6;
	padding: 3 3 3;
}
.submenu:ACTIVE {
	font: bold 12px;
	color : white;
	background-color: #00a8e6;
}
.submenu:HOVER {
	font: bold 12px;
	color : white;
	background-color: #0b68b1;
}
.msg {
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : xx-small;
	font-weight : normal;
	color : red;
}
.applybutton {
	background-color: #bbb2a6;
	border-style: solid;
	border-width: 3;
	border-color: #f04c44;
	padding : 2 2 2 2;
	cursor: pointer; 
	cursor:hand;
	
	color: black;
	font-size: small;
	font-family: arial;
	font-weight : bold;
	
	width:50;
	text-decoration: none;
}
.header {
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : 25;
	font-weight : normal;
	color : white;
	padding:5 5 5;
}

.txt {
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : x-small;
	font-style : normal;
	font-weight : normal;
	color : Black;
}

.footer {
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : black;
}

.footer A {
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : black;
	text-decoration: none;
}
.footer A:VISITED {
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : black;
	text-decoration: none
}
.footer A:ACTIVE {
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : black;
	text-decoration: none
}

.footer A:HOVER {
	font-family : Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size : xx-small;
	font-style : normal;
	font-weight : normal;
	color : green;
	text-decoration: none
}
