/* PRINT & SCREEN */
#header, #menu, #menu_frontpage, #footer, .hide, .screen {display: none;}

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
}

/* Global */

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #444444;
	line-height: 1.2em;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
}

h3 {
	font-size: 100%;
	line-height: 1.2em;
}

.note {
	color: #000000;
	font-size: 60%;
}

#content a {
	color: #000088;
	font-weight: bold;
	text-decoration: underline;
}

#content img {
	padding: 0px;
	overflow: hidden;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

/* contact form style*/

#form {
	width: 450px;
}

#form div.syd {
	clear: both;
	padding-top: 10px;
}

#form label {
	float: left;
	width: 160px;
	text-align: right;
	color: #4d1979;
	font-weight: bold;
}

#form em {
	color:#ff0000;
}

#form span.ent {
	float: right;
	text-align: left;
}

#form label span.ent {
	float: right;
	text-align: left;
}


#form input, #form textarea {
	border: 1px solid #4d1979;
	padding: 4px;
}

#form input:focus, #form textarea:focus {
	border: 1px solid #4d1979;
	background: #e3f1ba;
}


/* global */

h1 {
	font-size: 110%;
	font-weight: bold;
	padding: 4px;
	color: #000000;
	background-color: #e9e2ee;
	line-height: 1.2em;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
}

h3 {
	font-size: 100%;
	line-height: 1.2em;
}

.note {
	color: #000000;
	font-size: 60%;

}

/* global format */

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.middle {
	margin: auto auto;
}

.top {
	vertical-align: top; 
}

.centre {
	text-align: center;
}

.hide {
	display: none;
}


.nobox {
	border: 0px solid #000000;
}

.box {
	border: 1px solid #4d1979;
}

.crit {
	color:#ff0000;
}

.uppercase {
	text-transform: uppercase
}

.lowercase {
	text-transform: lowercase
}

.sentence {
	text-transform: capitalize
}

.ext:hover {
	background-color:#f1baba;
	padding-top: 2px;
	padding-bottom: 2px;
}

abbr {
	cursor: help;
}

.crit {
	color:#FF0000;
}

/* search form */

.search {
	width: 400px;
	margin: auto auto;
	padding: 20px 10px 20px 10px;	
}

.search input {
	border: 1px solid #4d1979;
	padding: 4px;
}

/* table formats */

.table_faint {
	border-bottom: dashed;
	border-bottom-width:thin;
}

.table_strong {
	border-bottom: solid;
	border-bottom-width:thin;
}

#tab {
	border:1px solid #000000;
	margin:auto auto;
}

#tab em {
	color:#ff0000;
}

#tab th {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#tab input, textarea, select {
	border: thin dotted;
	padding: 4px;
}

#tab input:focus, textarea:focus, select:focus {
	border: thin solid;
	background: #e9e2ee;
}

.tab_head {
	padding: 10px;
	font-weight: bold;
	text-align: left;
	background:#e9e2ee;
	border-bottom: dashed 1px;	
}

.tab_centre {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background:#e9e2ee;
}