* {
	font-family: Verdana;
}

html {
	height: 100%;
	overflow-y: scroll !important;
}

body {
	margin: 0px;	
	font-size: 10pt;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
}

img {
	border: 0px;
}

h1 {
	font-size: 14pt;
	color: #800000;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-size: 12pt;
	color: #400000;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	font-size: 12pt;
	color: #e39e50;
	font-weight: bold;
	margin-top: 0px;
}

p {
	
	margin-top: 0px;
}

form {
	margin: 0px;
}

input, textarea {
	font-size: 10pt;
}

#page_background {
	height: 100%;
	background: #59523e;
	background-image: url(/images/back.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#page_container {
	width: 950px;
	height: 100%;
	background: #361f1b;
	margin: 0px auto;
}

#page_header {
	width: 950px;
	height: 110px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

#page_header2 {
	width: 950px;
	height: 110px;
	background-image: url(/images/header2.jpg);
	background-repeat: no-repeat;
}

#page_menu {
	width: 950px;
	height: 32px;
	background-image: url(/images/menu_back.jpg);
	background-repeat: repeat-x;
	text-align: left;	
}

#page_content_container {
	width: 950px;
	min-height: 500px;
	background: #FFFFFF;
	background-image: url(/images/menu_shadow.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#page_content {
	padding: 10px;
}

#page_footer_container {
	width: 950px;	
	background: #361f1b;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 16px;
}

#page_footer {	
	padding: 10px;
	text-align: center;
	color: #733700;
}

#page_footer a {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

#page_footer a:hover {
	color: #e39e50;	
	/*text-decoration: underline;*/
}

#page_footer_copyright {
	font-size: 8pt;
	color: #a7611e;
	font-weight: bold;
}

.gallery_table_1 {
	border: 1px solid #808080;
}

.gallery_table_1 td {
	padding: 5px;
}

.gallery_table_1 .row td {
	border-bottom: 1px solid #808080;
}

.gallery_table_1 .row.highlight td {
	background: #FFFFC0;
}

.gallery_table_1 .caption {
	background: #808080;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #808080;
}

.gallery_table_1 .header {
	background: #C0C0C0;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #808080;
}

.link_1 {
	text-decoration: none;
}

.link_1:hover {
	text-decoration: underline;
}

.link_red {
	text-decoration: none;
	color: #800000;
}

.link_red:hover {
	color: #FF0000;
}

.color_1 {
	color: #000000;
}

.color_2 {
	color: #808080;
}

.color_3 {
	color: #C0C0C0;
}

.color_4 {
	color: #800000;
}

.text8 {
	font-size: 8pt;
}

.text10 {
	font-size: 10pt;
}

.text12 {
	font-size: 12pt;
}

.text14 {
	font-size: 14pt;
}

.bold {
	font-weight: bold;
}

.form_1 td {
	padding: 5px;
}

.form_1 .required {
	font-weight: bold;
}

.bullet_list_red {
	
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	list-style-type: none;
}

.bullet_list_red li {
	
	padding-left: 20px;
	margin-bottom: 0.5em;
	background: url(/images/bullet1.gif) left top no-repeat;
}

.bullet_list_red li a {
	text-decoration: none;
	color: #C00000;
}

.bullet_list_red li a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.todo {
	color: #000000;
	font-weight: bold;
	background: #FFFF00;
}