a:link,a:visited {
	color: #ff7310;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a.bottom:link,a.bottom:visited,a.bottom:hover {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a.nav:link, a.nav:visited {
	color: #FFFFFF;
	font-size: 11px;
	width: 100%;
	display: block;

}

a.nav:hover {
	color: #CCCCCC;
}

a.nav2,a.nav2:link,a.nav2:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-face: arial, verdana;
	width: 99%;
	display: block;
}

a.nav2:hover {
	color: #FFFFFF;
}


body{
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

h1 {
	color: #FFFFFF;
	font-family: arial, 'MS Sans Serif';
	font-size: 15px;
	font-weight: bold;

	margin-bottom: 0px;
}

h2 {
	color: #737373;
	font-family: arial, 'MS Sans Serif';
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}


input {
	color: #000000;
	font-family: arial, 'MS Sans Serif';
	font-size: 11px;
}

select {
	color: #000000;
	font-family: arial, 'MS Sans Serif';
	font-size: 11px;
}

td, p {
	color: #666666;
	font-family: arial, 'MS Sans Serif';
	font-size: 13px;
}

td.jobsearch{
	height: 213px;
	width: 248px;
}

td.masthead{
	padding-right: 20px;
	background-image: url(../graphics/bgr_h1.jpg);
	background-repeat: no-repeat;
}

td.sidetext{
	color: #BABABA;
	font-size: 10px;
}

textarea {
	color: #000000;
	font-family: arial, 'MS Sans Serif';
	font-size: 11px;
}

.button_general {
	background-color: #662D91;
	border-bottom: 1px solid;
	border-color: e0e0e0;
	border-left: 1px solid;
	border-right: 1px solid;
	border-style: solid;
	border-top: 1px solid;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-style: bold;
}

div.menu (position:absolute;top:0; left:0;) /*fixes IE slowness? */ 
div.menu a:link, div.menu a:visited {
	background: #000000 no-repeat;
		color: #D40057;
	background-image: url(../graphics/nav-on.gif);
}

div.menu a:hover {
	background: #D77127 no-repeat;
	border: 0px solid #FFFFFF;
	background-image: url(../graphics/nav-off.gif);
}

div.menu a:active {
	background-image: url(../graphics/nav-on.gif);
	background: #D77127 no-repeat;
	border: 0px solid #FFFFFF;
}
.menu a {
	background-image: url(../graphics/nav-on.gif);
	background: #000000; 
	border: 0px solid #D6845C;
	display: block;
	font-size: 11px;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	width: auto;
}
