/* stylesheet for Jeanine de Waele's website */

body
{
	//background: url(../img_other/bondpaper.gif) repeat;
	//font-family: "Gill sans", "Times Roman";
	font-size: normal;
	color: black;	
}

body.navigation
{
	background: url(../img_other/bondpaper_dark.gif) repeat;
	//font-family: "Gill sans", "Times Roman";
	font-size: normal;
	color: black;	
}

body.orderform
{
	background: white;
}

h1.jeaninedewaele
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
	color: darkblue;
}

h2.jeaninedewaele
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}

h3.jeaninedewaele
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-weight: bold;
	font-size: large;
	text-align: left;
}

p
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
}

p.orderinfocaption
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-size: x-large;
	font-weight: normal;
}

p.orderinfo
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}

p.caption
{
	font-size: medium;
}

table
{
	align: left;
}

table.link
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.customerinfo
{
	border: 1px solid black;
	padding: 5px;
}

table.orderform
{
	border: 1px solid black;
	font-size: small;
}

td.jeaninedewaele
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-weight: bold;
	font-size: x-large;
	text-align: left;
}

td.heading
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-weight: bold;
	font-size: medium;
}

td.text
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-weight: normal;
	font-size: small;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

td.contactdetails
{
	text-align: left;
	font-size: small;
}

td.orderformcaption
{
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-weight: bold;
	font-size: large;
	text-align: left;
}


td.orderform
{
	vertical-align: top;
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-weight: bold;
	font-size: medium;
	text-align: left;	
}


td.orderformtext
{
	border: 1px solid black;
	font-size: medium;
	cell-spacing: 0px;
}

td.link
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12pt;
	line-height: 13pt;
}

td.image
{
	padding: 5px;
	vertical-align: bottom;
	text-align: center;
}

img
{
	border: 0px;
	font-family: "Perpetua", "Gill Sans", "Times Roman", "Times";
	font-weight: normal;
	font-size: large;
}

a:link{color: blue; font-family: "Perpetua", "Arial"; font-size: 16px;}
a:visited{color: blue; font-family: "Perpetua", "Arial";}
a:focus{color: magenta; font-family: "Perpetua", "Arial";}
a:hover{color: magenta; font-family: "Perpetua", "Arial";}

input
{
	color: black;
	background: white;
	padding: 1px;
	border: 1px solid black;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
}

input:focus
{
	border: 1px solid red;
}
input[type="submit"]:focus{color: yellow; background: gray;}
input[type="reset"]:focus{color: yellow; background: gray;}

textarea
{
	color: black;
	background: white;
}

textarea:focus
{
	border: 1px solid red;
}

input.formbutton
{
	color: white;
	background: gray;
	font-weight: bold;
	font-size: normal;	
}


