/*//////////////////////////////////////////////////*/
/* FORMAT                                           */
/*//////////////////////////////////////////////////*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.semiboldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A74078;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A4E21;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

form,input {
	margin: 0px;
	padding: 0px;
}

img.leftimage {
	float: left;
	padding: 0px 22px 11px 0px;
}

img.rightimage {
	float: right;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #96A14E;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #96A14E;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #6A4E21;
}

a:active {
	text-decoration: none;
}

ol.list_ol {
	margin: 0px;
	padding: 0px 0px 0px 22px;
}

ol.list_ol li {
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

ul.list {
	list-style-type: none;
	margin: 0px 0px 11px 5px;
	padding: 0px;
}

ul.list li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 10px 0px;
	padding: 0px 0px 0px 12px;
	line-height: 15px;
}

ul.arrow {
	list-style-type: none;
	line-height: 15px;
	margin: 11px 0px 11px 20px;
	padding: 0px;
}

ul.arrow li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

ul.arrow_back {
	list-style-type: none;
	line-height: 15px;
	margin: 11px 0px;
	padding: 0px;
}

ul.arrow_back li {
	background-image: url(../images/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
ul.dates{
	list-style-type: disc;
}

#sidebox {
	width:400px;
	height:297px;
	margin: 1px;
	overflow: auto;
}

#sidetext {
	margin: 20px;
	padding-bottom: 7px;
}

table.form {
	border-top: 1px solid #C8BEAD;
	border-left: 1px solid #C8BEAD;
	border-right: none;
	border-bottom: none;
	width: 342px;
	padding: 0px;
	margin: 0px;
}

table.form td {
	border-right: 1px solid #C8BEAD;
	border-bottom: 1px solid #C8BEAD;
	padding: 8px;
	margin: 0px;
}

table.form td td {
	border: none;
	padding: 4px;
	text-align: left;
}

table.form td.submit {
	background-color: #C8BEAD;
}

table.bulleted {
	border: 1px solid #CEC6B7;
	background-color: #E2DED5;
	width: 342px;
	padding: 3px 5px 0px 10px;
	margin: 0px;
	font-size: 10px;
	color: #493515;
}