﻿/* -- undo browser HTML defaults -- */
table,tr,td,th,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select,address,img,hr,a,optgroup,option {
	font: normal 13px "Trebuchet MS", Arial, sans-serif;
	padding:0px;
	margin:0px;
	cursor:default;
	color: #333333;
	text-decoration:none;
	vertical-align:top;
}
optgroup {
	color: #487286;
	font-weight:bold;
	padding:0px 0px 5px 5px;
}
option {
	padding:2px 0px 2px 10px;
}
img,acronym,hr {border: none;}
body a, a img, option {cursor:pointer;}
a:hover {text-decoration:underline;}
acronym {cursor:help;}
hr {
	border-top:solid 1px #ADA8BF;
	padding:10px 0px 0px 0px;
	background:#FFFFFF;
	color:#FFFFFF;
}
select {height:18px;}
input, textarea {
	padding:1px 2px 2px 2px;
	cursor: text;
}
input.submit {
	cursor:pointer;
	margin-top:-1px;
	
}
/* -- */
h1,h2,h3 {
	font-weight:bold;
}
h1,h2,h3,p {
	padding:0px 0px 10px 0px;
}
h1, h1 a {
	font-size:18px;
}
h2, h2 a {
	font-size:16px;
}
h3, h3 a {
	font-size:14px;
}
ul,ol {
	padding:0px 0px 10px 16px;
}
.nav,#applybox {
	display:none;
}

