/*-----------------------------------------------------------------------------

   Elements CSS
	Typography
	Links
	Images
	Tables
	Forms

-----------------------------------------------------------------------------*/


/* Typography
-----------------------------------------------------------------------------*/

body {
	color: #333;
	font-size: 70%;
	font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 0.4em 0;
	padding: 0;
}

h1 {
	color: #333;
	font-size: 1.8em;
	letter-spacing: -0.03em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.01em;
	margin: 0;
}

h3 {
	color: #b47f16;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.005em;
}

h4 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.4em 0;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0 0 1.7em 0;
}

hr {
	background-color: #eee;
	border: none;
	color: #eee;
	height: 1px;
	margin: 0 0 0.8em 0;
}

.content blockquote {
	line-height: 1.7em;
	margin: 0 1.7em 1.7em 1.7em;
}

/* Links
-----------------------------------------------------------------------------*/

a:hover {
	text-decoration: none;
	outline: none;
	outline-style: none;
}

a:link {
	text-decoration: none;
	outline: none;
	outline-style: none;
}

a:active {
	text-decoration: none;
	outline: none;
	outline-style: none;
}

a:focus {
	text-decoration: none;
	outline: none;
	outline-style: none;
}

/* Images
-----------------------------------------------------------------------------*/

img.imgLeft {
	/* margin: 0 15px 15px 0; */
}

img.imgRight {
	/* margin: 0 0 15px 15px; */
}

.content .imgBorder {
	/* padding: 1px;
	border: 2px solid #ddd; */
}

/* Tables
-----------------------------------------------------------------------------*/

table, th, td {
	margin: 0;
	padding: 0;
}

table td {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0 0 1.7em 0;
}

.lists {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0 0 1.7em 0;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px dotted #cccccc;
}

.headerLists {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0 0 1.7em 0;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px dotted #cccccc;
}

.events {
	border-top: 1px solid #F7F7F7;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.7em;
	font-size: 1em;
	margin: 0 0 1.7em 0;
}

.eventsBottom {
	border-top: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.7em;
	font-size: 1em;
	margin: 0 0 1.7em 0;
}

.eventsTH {
	border-top: none;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.7em;
	font-size: 1.2em;
	margin: 0 0 1.7em 0;
}

/* Forms
-----------------------------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

label {
	cursor: pointer;
}

/*---------------------------------------------------------------------------*/