/*-- DEFAULT STYLESHEET SEF - STUDIOEMMA 2006 */
/*--------------------------------------------*/
/*-- Last modification : 20-04-2006

/* BEGIN default layout tags */

body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:0px;
	padding:0px;
}

ul {
	margin:0px;
}

a {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* END default layout tags */

/* CUSTOM layout tags */

/* Global container for site */
#container{
	width:770px ;
	margin:0px auto 0px auto;
}
/* Header, inside container*/
#header{
	width:100% ;
}
/* Menu, navigation, inside header*/
#menu{
	width:100% ;
}
/* Content box, inside container, below header*/
#content{
	width:100% ;
}
/* Footer, inside container, below content box*/
#footer{
	width:100% ;
	font-size: 8pt;
}

/* END custom layout tags */

/* BEGIN title tags */
h1 {
	font-size:14pt;
}
h2 {
	font-size:12pt;
}
h3 {
	font-size:11pt;
}
h4 {
	font-size:10pt;
}
h5 {
	font-size:10pt;
}
h6 {
	font-size:10pt;
}
/* END title tags */

/* BEGIN table tags */


table {
	page-break-before: always;
}

thead {
	display: table-header-group;
}

tfoot td {
	font-size:7pt;
	font-style:italic;
}

th {
	background-color: gray;
	font-weight: bold;
}


td {

}
/* END table tags */


/* START input field and form classes */
form {
	margin: 0px 0px 0px 0px;
}

form p {
	font-size:10pt;
}

form > p strong {
	
}

label {
	font-size:8pt;
	font-weight:bold;
	display: block;
}

/* Error markup for forms */
.error{
	color: red;
	font-size: 8pt;
}
/* Required field for forms */
.required{
	font-size:7pt;
	color:#333333;
}

input {
	font-size: 9pt;
}
select {
	font-size: 8pt;
}
textarea {
	font-size: 8pt;
}
/* Custom classes for form inputs */
input.inputButton {
	background-color:#000066;
	color:white;
}
input.inputRadio {
	border: 0px;
}
input.inputCheckbox {
	border: 0px;
}

/* END input field and form classes */


