@font-face {
sfont-family: "GOTHIC";
ssrc: url("/font/GOTHIC.ttf");
ffont-family: "Raleway";
ssrc: url("/font/raleway-regular.ttf");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana, Geneva, sans-serif;
	font-size: 14px;
	outline:none;
}

* {
	box-sizing: border-box;
}

#menubar *,
#sidemenu *,
#footer *,
.boxbasic,
.boxbasic *,
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
}


/* ************************************************ */
/* LINKS 						 													*/
/* ************************************************ */

a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	color:#0000EE;
	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:#551A8B;
	color:#991A8B;
	ccolor:#525354;
}


/* ************************************************ */
/* 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"],
select {
	margin: 0px;
	padding: 3px 5px 3px 5px;
	border:1px solid #a9a9a9;
	border-radius: 3px;
}

input[type="text"],
input[type="email"],
input[type="number"] {
	ppadding: 4px 5px 4px 5px;
}

/* valign radio-button and text everywhere */
input[type="radio"]{
	vvertical-align:sub;
}

textarea  {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #a9a9a9;
}

/* ************************************************ */
/* 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:6px;
	font-size:10px;
	color:#444;
	font-weight:normal;
	background-color: #e6e6e6;
	bborder-bottom: 1px solid #dddddd;
	border:0;
	bborder-right: 1px solid #dddddd;
	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;
	font-size:13px;
}


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 {
	ppadding-bottom:8px;
	margin-top:10px;
	mmargin-bottom:5px;
	llist-style-type:none;
	bborder:1px solid black;
}

li {
	padding-bottom:5px;
	margin-left:15px;
}

ol {
	margin-top:10px;
	margin-bottom:5px;
	list-style-type:decimal;
	margin-left:5px;

}

ol li {
	lline-height:20px;
	text-align:left;
}



/* ************************************************ */
/* IMAGES 						 													*/
/* ************************************************ */

img {
	border:0;
}

/* ************************************************ */
/* 						HEADER						 */
/* ************************************************ */

h1, h2, h3, h4, h5, h6 {
	ccolor:black;
	color:#333333;
	text-align:left;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom:28px;
	letter-spacing:2px;
	line-height:30px;
}

h2 {
	font-size: 26px;
	line-height:27px;
	font-weight: normal;
	padding-bottom:5px;
	bborder-bottom:1px dotted silver;
	letter-spacing:1px;
	margin-bottom:15px;
}

h3 {
	font-size: 22px;
	line-height:28px;
	font-weight: normal;
	margin-bottom:10px;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	ppadding-top:20px;
	padding-bottom:5px;
}

h5 {
	font-size: 17px;
	font-weight: normal;
}

h6 {
	font-size: 15px;
	font-weight: bold;
	ttext-align: justify;
}