/* Main Elements */

body {
	color: black;
	background: url(../images/soft_mint.jpg);
	}

table {

}

#top {
	background: url(../images/wrinkled_gold.jpg);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #660000;
}

#title {
	background: url(../images/arctile.jpg);
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	border-color: #660000;
}


#main {
	background: url(../images/arctile.jpg);
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	border-color: #660000;
}

#bottom {
	background: url(../images/wrinkled_gold.jpg);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #660000;
}

/* main text */

p {
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal; 
	font-family: Georgia;
}

.text {
	font-size: .8em;
	text-align:justify;
	margin: 3 50 5 50; 
}

.text1 {
	font-size: .7em;
	text-align: left;
	line-height: 1em;
	margin: 0 50 5 100; 
}

.text2 {
	font-size: .7em;
	text-align: left;
	line-height: 1em;
	margin: 0 50 5 240; 
}


.text3 {
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold; 
	font-family: Verdana;
	font-size: .7em;
	text-align: center;
	margin: 3 50 5 50; 
}

.header1 {
	font-style: italic;
	font-weight: bold; 
	font-size: 1.2em;
	text-align: center;
	margin: 2 25 2 25; 
}
.header2 {
	font-style: italic;
	font-weight: bold; 
	font-size: 1em;
	text-align:center;
	margin: 0 0 0 0; 
}
.header3 {
	font-style: italic;
	font-weight: bold; 
	font-size: .8em;
	text-align: center;
	margin: 2 0 2 0;  
}
.header4 {
	font-style: italic;
	font-weight: bold; 
	font-size: .8em;
	text-align: left;
	text-decoration: underline;
	margin: 0 0 0 10;  
}



/* footer */

.footer {
	font-style: italic;
	font-weight: normal; 
	font-size: .9em;
	text-align:center;
	margin: 0 5 0 5; 
}

/* Hyperlinks */

a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal; 
	font: normal 1em ;
	}

a:link { 
	color: blue;
	}
a:visited { 
	color: blue;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: red;
	}

/* images */

img {
	border-style: dashed;
	border-width: 2px;
	border-color: #ccc;
}

/* special */

strong {
	font-style: italic;
	text-transform: uppercase;
}

/* lists */

li {
	color: #900;
	font-style: normal;
}

