@font-face {
	font-family: "Montserrat";
	src: url("/font/montserrat-regular.ttf");
}


html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input[type], select,
textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 1rem;
	outline:none;
}


* {
	box-sizing: border-box;
}

#menubar *,
#sidemenu *,
#footer *,
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat",sans-serif;
}



/* ************************************************ */
/* LINKS 						 													*/
/* ************************************************ */

a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	color:#e55e00;
}

a.ext {
	background:url("/images/external-grey.png") no-repeat scroll right center transparent;
	padding-right: 13px;
}

a:hover.ext {
	background:url("/images/external-black.png") no-repeat scroll right center transparent;
}

a:hover {
	text-decoration: none;
	color:#e55e00;
}

a:visited {
	color:#991A8B;
}


/* ************************************************ */
/* TEXT BOXES, SELECT BOXES, RADIO BUTTON, TEXTAREA	*/
/* ************************************************ */

/* new style for all text boxes and select boxes */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
button {
	margin: 0px;
	padding: 4px 6px 4px 6px;
	border:1px solid #a9a9a9;
	border-radius: 3px;
}



select {
	margin: 0px;
	padding: 4px 6px 4px 6px;
	border:1px solid #a9a9a9;
	border-radius: 3px;
	background-color:white;
}

textarea  {
  border-radius: 3px;
  outline: none;
  border: 1px solid #a9a9a9;
	padding:6px 8px 6px 8px;
}








/* ************************************************ */
/* TABLE 						 													*/
/* ************************************************ */

table {
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 5px 5px 0px 0px;
	border-spacing:0px;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table th {
	padding:3px 6px 1px 6px;
	font-size:0.688rem;
	color:#333;
	font-weight:normal;
	background-color: #d6d6d6;
	border:0;
	text-align:left;
	text-transform:uppercase;
	letter-spacing: 1px;
}

table td {
	padding: 6px 6px 6px 7px;
	background-color: #fffefe;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	vertical-align:top;
}


table > tbody > tr:last-child > td {
	border-bottom:0px;
}

table tbody tr td:last-child ,
table thead tr th:last-child {
	border-right:0px;
}

th {
	text-align:center;
	word-wrap: break-word;
}

td {
	text-align:left;
	word-wrap: break-word;
}



/* ************************************************ */
/* LIST 						 													*/
/* ************************************************ */

ul {
	padding-bottom:5px;
	margin-top:10px;
}

ul li {
	padding-bottom:5px;
	margin-left:17px;
}

ol {
	margin-top:10px;
	margin-bottom:5px;
	list-style-type:decimal;
	margin-left:5px;
}

ol li {
	padding-bottom:5px;
	text-align:left;
	margin-left:15px;
}



/* ************************************************ */
/* IMAGES 						 													*/
/* ************************************************ */

img {
	border:0;
}

/* ************************************************ */
/* 						HEADER						 */
/* ************************************************ */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	outline:none;
	color:black;
	text-align:left;
}

h1 {
	font-size: 2.125rem;
	line-height:2.125rem;
	letter-spacing:0.125rem;
	font-weight: normal;
	margin-bottom:28px;
}

h2 {
	font-size: 1.5rem;
	line-height:1.75rem;
	letter-spacing:0.125rem;
	font-weight: normal;
	padding-bottom:5px;
	margin-bottom:15px;
	padding-left:0px;
	margin-left:0px;
}

h3 {
	font-size: 1.188rem;
	line-height:1.5rem;
	font-weight: normal;
	margin-bottom:10px;
}

h4 {
	font-size: 1rem;
	line-height:1.375rem;
	font-weight: normal;
	padding-bottom:5px;
}

h5 {
	font-size: 0.875rem;
	font-weight: normal;
	margin-bottom:3px;
}

h6 {
	font-size: 0.75rem;
	font-weight: normal;
}