/* Common Elements - no IDs or Classes */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1; 
	background: #58585a; 
	color: #414141;
}

a, a:visited, a:hover 	{ text-decoration: none; color: #468bbd; font-weight: bold; }
a:hover 				{ color: #f47321; }
a:focus 				{ outline: 1px dotted invert; }

hr {
	border: 0 #dcdcdc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #000; line-height: 1.3; }

h1 { font-size: 2.7em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1em; }
h6 { font-size: .9em; }


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol 	{ list-style: decimal; }
ul 	{ list-style: disc; }
li 	{ margin-left: 30px; line-height: 1.2; }
p	{ line-height: 1.4; font-size: 1.1em; }

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}



form 		{  }
form table 	{ width: 100%; display: table; margin-bottom: 0; }
form table th, form table td { 
	width: 30%; 
	padding: 8px 10px; 
	vertical-align: top; 
	text-align: right;
	/* border-bottom: 1px solid #c6c3af; */
}

form input, form textarea { 
	padding: 2px 5px; 
	color: #666b5c; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px; 
}

form #submit 			{ color: #414141; }
form table td 			{ width: 70%; text-align: left; }
form table tr.last th, 
form table tr.last td 	{ border: none; padding-bottom: 0; }
form table label 		{ line-height: 1.2; }

form table small { 
	font-weight: normal; 
	font-size: 11px; 
	display: block; 
	font-style: italic; 
}

blockquote {
	margin: 0;
	font-family: georgia, serif;
	font-style: italic;
	color: #666b5c;
	line-height: 1.4;
}

button { 
	background: none; 
	border: none; 
	margin: 0; 
	padding: 0; 
	display: inline; 
}

form fieldset { 
	border: 1px solid #d9dce1; 
	padding: 20px 10px; 
	display: block; 
	height: 1%; 
}

form fieldset legend { font-size: 1.6em; color: #f6861f; padding: 0 15px; }

small {
font-size:80%;
}
