/* Styling in the XHTML 1.1 Document Type  - http://www.w3.org/TR/xhtml11/doctype.html#s_doctype*/
/* structure (body, head, html, title) */
html {}
body {
	font-family : Verdana, Arial, Sans-Serif;
	font-size : 75%;
	color : #000000;
	background-color : #FFFFFF;
	margin : 0em 0em 0em 0em;
	padding : 2em 2em 2em 2em;
	line-height : 1.3em;
	/*
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-face-color : #3399FF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-base-color : #99CCFF;
	scrollbar-highlight-color : #3399FF;
	scrollbar-shadow-color : #3399FF;
	scrollbar-darkshadow-color : #99CCFF;
	*/
}
	/* text (abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var) */
	h1 {
		font-size :	166%;
		color : #ff9e06;
		margin : 0em 0em 1em 0em;
		padding : 0em 0em 0.6em 0em;
		border-bottom : solid 1px #80807b;
	}
	h2 {
		font-size :	117%;
		color : #ba4207;
		margin : 0em 0em 0.6em 0em;
	}
	h3 {
		font-size :	100%;
		margin : 0em 0em 0em 0em;
	}
	p {
		margin : 0em 0em 0em 0em;
		padding : 0em 0em 1em 0em;
		clear : both;
	}
	strong {}
	em {
		color : #ff9e06;
		font-style : normal;
	}
	pre, code {}
	/* hypertext (a) */
	a {}
		a:link, 
		a:visited {
			text-decoration : underline;
			color : #ff9e06;
		}
		a:hover, 
		a:active {
			text-decoration : underline;
			color : #ba4207;
		}
	/* list (dl, dt, dd, ol, ul, li) */
	ul, ol {
		margin : 0em 0em 1em 2em;
		padding : 0em 0em 0em 0em;
	}
		ul li {}
		ol li {}
	dl
		dt {
			font-weight : bold;
		}
		dd {}
	/* object (object, param) */
	object {}
	/* presentation (b, big, hr, i, small, sub, sup, tt) */
	hr {
		margin : 0px 0px 1em 0px;
		border : none;
		width : 100%;
		height : 1px;
		color : #d0d7cf;
		background-color : #d0d7cf;
		clear : both;	
	}
	/* forms (button, fieldset, form, input, label, legend, select, optgroup, option, textarea) */
	form {
		margin : 0em;
	}
		fieldset {
			border : solid 0.1em #000000;
			padding : 0.4em 0.4em 0.4em 0.4em;
		}
			legend {
				font-size : 100%;
				font-weight : bold;
			}
			input, textarea, select {
				width : 12em;
				border : solid 0.1em #000000;
				font-family : Verdana, Arial, Sans-Serif;
				font-size : 100%;
				vertical-align : middle;
			}
				input.radio, .radio input {
					width : auto;
					border : none;
				}
				input.image {
					width : auto;
					border : none;
				}
				input.button,
				input.submit {
					width : auto;
					background-color : #CCCCCC;
					border : solid 0.1em #000000;
				}
			label {
				vertical-align : middle;
				font-size : 100%;
				font-weight : bold;
			}
	/* table (caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr) */
	table {
		font-size : 100%;
		border-collapse : collapse;
		margin : 0em 0em 1em 0em;
	}
		caption {
			padding : 0.2em 0.2em 0.2em 0.2em;
			font-size :	110%;
			font-weight : bold;
			text-align : left;	
		}
		thead {}
			thead th {
				border-top : solid 0.1em #000000;
				border-bottom : solid 0.1em #000000;
				background-color : #CCCCCC;
			}
		tfoot {}
			tfoot th {
				border-top : solid 0.1em #000000;
			}
			tfoot td {
				border-top : solid 0.1em #000000;
			}
		tbody {}
			tr {
				vertical-align : top;
			}
				th {
					padding : 0.2em 0.2em 0.2em 0.2em;
					text-align : left;
					font-weight : bold;
				}
				td {
					padding : 0.2em 0.2em 0.2em 0.2em;	
				}
	/* img */
	img {
		border : none;
	}
/* Generic */
	.smaller {
		font-size : smaller;
	}
	.hidden {
		display : none;
	}
	.left {
		float : left;
		margin : 0px 0.5em 0.5em 0px;
	}
	.right {
		float : right;
		margin : 0px 0px 0.5em 0.5em;
	}
	.lastupdate {
		font-size : smaller;
	}
	.clear {
		clear : both;
	}
