body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 150%;
	background-color: White;
}

p.archbuildCentered {
	text-indent : 40px;
	margin-left : 30px;
	margin-right : 30px;
}

form {
	padding: 0;
	border: 0;
	margin: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* background-color : #FFE7B5;
	*/
	/* background-color : #F8F8F8;
	*/
	background-color : #E8E9EB;
}
input.checkbox{
	background-color : transparent;
}

input.button {
	background-color : #FF9900;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color : #F8F8F8;
	/* background-color : #E7CEBC;
	*/
	/* background-color : #E3C6B1;
	*/
	/* background-color : #F2D6B3;
	*/
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* background-color : #ECE7E4; */
	background-color : #F8F8F8;
}

A:link {
	/* color: rgb(51,51,0);
	*/
	color : #000099;
}

A:hover {
	/* color: rgb(102,153,204);
	*/
	color : #FF9900;
}

A:active {
	/* color: rgb(0,0,0);
	*/
	color : #FFCC33;
}

A:visited {
	/* color: rgb(102,153,204); */
	color : #333366;
}

table.bevel {
	border-style : inset;
	border-width : 2;
	border-color : #ECE7E4;
}

table.article {
	border-style : solid solid solid solid;
	border-width : 1;
	border-color : #ECE7E4;
}
table.archBuild {
	border-style : solid solid solid solid;
	border-width : 1;
	border-color : #FF9900;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 150%;
}

td.article {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 150%;
	padding : 3;
}

td.articleHeader {
	/* like .header3 with background shading */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color : #ECE7E4;
	color: #555555;
	padding : 2;
}
td.archBuildHeader {
	/* like .header3 with background shading */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color : #FF9900;
	color: #555555;
	padding : 5px;
}

th {
	/* background-color : #E4CEBA;
	*/
	/* background-color : #E3C6B1;
	*/
	background-color : #BF9977;
	font-family : Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : left;
	text-indent : 4px;
	color : #F7EDE9;
}

.navgallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #333333;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}
.header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}
.header4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

img.archBuildBordered {
	border : 2px solid #E7E2DE;
}
