/* general ****************************************************************************************/

* {
	font-family: 'trebuchet ms',arial,sans-serif;
	color: #57554d;
}

html {
	font-size: 100.01%;
   overflow: -moz-scrollbars-vertical;

}

body {
	font-size: 0.67em;
	margin: 0px;
}

img {
	border: 0px;
}

hr {
	border: 0px;
	border-top: 1px dotted #cccccc;
	background-color: transparent;
	color: #cccccc;
	height: 1px;
	margin-top: 20px;
}

/* text elements **********************************************************************************/

h1 { font-size: 1.9em; margin-top: 20px; font-weight: normal; }
h2 { font-size: 1.6em; font-weight: normal; }
h3 { font-size: 1.3em; font-weight: normal; }

p  {
	width: 550px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

small {
	color: #cc0000;
	padding-left: 10px;
}

cite {
	font-style: normal;
	font-size: 0.96em;
}

span {
	margin-left: 6px;
}

/* table elements *********************************************************************************/

table {

}

caption {
	display: none;
}

th {
	padding: 5px 0px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
}

th:first-child {
	padding-left: 20px;
	font-weight: bold;
}

th img {
	margin: 0px 4px;
}

td {
	padding: 5px 0px;
}

tr td:first-child a {
	color: #bb0000;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 4px;
}

/* form elements **********************************************************************************/

input {
	font-size: 1em;
}

textarea {
	font-size: 1em;
	width: 234px;
	height: 136px;
}

select {
	font-size: 1em;
}

input[type=checkbox] {
	padding: 0px;
	height: auto;
}

input[type=button],
input[type=submit],
input[type=reset] {
	background: url(button-bg.png) 0px -1px repeat-x;
	color: #ffffff;
	border: 1px solid #99b30b;
	outline: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 3px;
	margin-bottom: 5px;
	height: auto;
	margin-right: 5px;
	margin-bottom: 0px;
}

/* lists ******************************************************************************************/

ul {
	padding-left: 20px;
	margin: 0px;
}

li {
	background: url(../images/arrow-red.gif) 0px 5px no-repeat;
	padding-left: 12px;
	list-style: none;
}

dl {
	width: 685px;
	margin: 0px;
	margin-top: -7px;
}

dt, dd {
	float: left;
	display: block;
	width: 80px;
	height: 56px;
	border-bottom: 1px dotted #cccccc;
	padding: 15px 20px;
	margin: 0px;
}

dd {
	width: 400px;
	padding: 18px 30px 12px 0px;
}

dd a {
	font-weight: bold;
}

dd img {
	margin-bottom: -3px;
}
