/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: transparent;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table th {
	text-align: left;
}

table td {
	vertical-align: top;
}

table.data_table {
	margin-bottom: 10px;
}

table.data_table th, table.data_table td {
	padding: 0px 20px 5px 0px;
}

table.data_table tr.total td {
	border-top: 1px solid #000000;
	font-weight: bold;
	padding-top: 5px;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

img { 
	border: none;
}

a {
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	color: #000000;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #6F3726 !important;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 12px;
	width: auto !important;
	cursor: pointer;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 100%;
	max-width: 750px;	
	margin: 0px auto;
}

#content {
}

