/* Setting Font Size
----------------------------------------------------------- */

body, textarea, input, select {
	font-size: 1em;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

#container {
	font-size: 0.813em; /*12px*/
	line-height: 1.385em; /*18px*/
}


/* HTML Elements
----------------------------------------------------------- */
html {font-size:100%;}
abbr,acronym,blockquote,body,div,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,hr,img,input,label,legend,li,object,ol,p,select,textarea,ul {border:none;margin:0;padding:0;}

body {
	background: #231f20;
	color: #000;
	padding: 20px;
	text-align: center;
}

a{color:#039;text-decoration:none;}
a:hover {color:#b15539;text-decoration:underline;}


h1 {
    color: #666;
    font: bold 1.692em/1.273em 'Trebuchet MS',Times New Roman,serif; /*22px,28px*/
	margin: 0 0 1em 0;
}

h2 {
	color: #666;
    font: normal 1.385em/1.222em 'Trebuchet MS',Times New Roman,serif; /*18px,22px*/
	margin: 0 0 1em 0;
}
h3 {
	color: #666;
    font: bold 1.154em/1.2em 'Trebuchet MS',Times New Roman,serif; /*15px,18px*/
	margin: 0 0 1em 0;
}
h4 {
	color: #666;
    font: bold 1em/1.385em 'Trebuchet MS',Times New Roman,serif; /*13px,18px*/
	margin: 0 0 1em 0;
}

p {margin:0 0 2em 0;} /*24px*/

ol {margin: 2em 0 2em 24px} /*24px*/
ol li {margin: 0.615em 0;} /*8px*/

ul {
	margin: 2em 0 2em 24px; /*24px*/
} 

ul li {	
	margin: 0.615em 0; /*8px*/
}

ul ul {
	margin: 0.615em 0 0.615em 24px; /*8px*/
} 

input, select {
	border: 1px solid #666;
}


/* Tables
----------------------------------------------------------- */

table {
	border-collapse: collapse;
	margin: 2em 0;
} 

table caption {
	font-size: 1.154em; 
	line-height:  1.4em;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}

table caption span {
	display: block;
	font-size: 0.867em; 
	line-height:  1.385em;
}

table td, table th {
	border: 1px solid #c1dad7;
	padding: 6px 6px 6px 12px;
	text-align: left;
	vertical-align: top;
} 

table th {
	background: #cae8ea;
	font-weight: bold;
} 

table td.indent {
	padding-right: 40px;
	text-align: right;
}

table .center {
	text-align: center;
}
table .right {
	text-align: right;
}