/** M. Sotherden Art Glass */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FCFCFA;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
}

H1 {
	font-family: Garamond, Times, serif;
	font-size: 28pt;
	font-variant: small-caps;
	color: #203637;
}

H2 {
	font-family: Garamond, Times, serif;
	font-size: 18pt;
	font-variant: small-caps;
	color: #442200;
}

H3 {
	font-family: Garamond, Times, serif;
	font-size: 14pt;
	font-variant: small-caps;
	color: #203637;
}

H4 {
	font-family: Garamond, Times, serif;
	font-size: 14pt;
	color: #203637;
}

H5 {
	font-family: Garamond, Times, serif;
	font-size: 14pt;
	color: #442200;
}

H6 {
	font-family: Times, serif;
	font-size: 12pt;
	color: #203637;
}

/** TEXT */

body, th, td, input, textarea, select {
	font-family: Times, serif;
	font-size: 11pt;
	color: #614A37;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	line-height: 125%;
}

.text1 {
	font-size: 10pt;
	color: #D9E1E2;
	text-align: center;
}

.text2 {
	font-size: 12pt;
	color: #304647;
	text-align: justify;
}

.text3 {
	font-size: 11pt;
	color: #304647;
	text-align: center;
}

.text4 {
	font-size: 11pt;
	font-weight: bold;
	color: #D9E1E2;
}

.text5 {
	font-size: 11pt;
	color: #304647;
	font-style: italic;
	text-align: center;
}

.textleft {
	font-family: Times;
	font-size: 11pt;
	color: #304647;
	text-align: left;
}

.textright {
	font-family: Times;
	font-size: 11pt;
	color: #304647;
	text-align: right;
}

.textcenter {
	font-family: Times;
	font-size: 11pt;
	color: #304647;
	text-align: center;
}

.textfooter {
	font-size: 10pt;
	color: #D9E1E2;
	text-align: center;
}


/** LINKS */

a {
	color: #AA2211;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.text1 {
	font-family: Garamond, Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #203637;
}	

a.text1:hover {
	text-decoration: none;
}


/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.BG01 { background: url(./Images/Background_01.jpg) repeat left top; }
.BG02 { background: url(./Images/Background_02.jpg) repeat-x left top; }
.BG11 { background: url(./Images/Frontpage_01.jpg) no-repeat left top; }
.BG12 { background: url(./Images/Frontpage_02.jpg) no-repeat left top; }
.BG13 { background: url(./Images/Frontpage_03.jpg) no-repeat left top; }
.BG21 { background: url(./Images/PageBG_01.jpg) repeat-y left top; }
.BG22 { background: url(./Images/PageBG_02.jpg) repeat-y left top; }
.BG23 { background: url(./Images/PageBG_03.jpg) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.wrapleft {
	float: left;
	margin: 6px 18px 5px 0px;
}

.wrapright {
	float: right;
	margin: 6px 0px 5px 18px;
}
	
.header {
	text-align:center;
	}

