/*     ELEMENTS     */
a:link {
	border : none;
	color : #1F4CCD;
	font-weight : bolder;
	text-decoration : none;
}

a:visited {
	border : none;
	color : #1F4CCD;
	font-weight : bolder;
	text-decoration : none;
}

a:hover {
	border-bottom : 1px groove #FF0080;
	color : #FF0080;
	text-decoration : none;
}

a:active {
	border : none;
	color : #FF0080;
	text-decoration : none;
}

body {
	background : #F0E6DC;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

h1 {
	background : #F0E6DC;
	color : #870069;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

h1.biblio {
	background : #F0E6DC;
	color : #870069;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-left : 30px;
}

h1.main {
	margin-top : 30px;
	margin-right : 30px;
	margin-left  : 30px;
	background : #F0E6DC;
	color : #870069;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-align : center;
}

h2.sub {
	background : #F0E6DC;
	color : #870069;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-left : 30px;
}

p.upper {
	background : #F0E6DC;
	color : #870069;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-left : 30px;
	margin-top : 30px;
	text-align : left;
	width : 500px;
}

p.default {
	background : #F0E6DC;
	color : #870069;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-left : 30px;
	margin-top : 1px;
	width : 500px;
	}

p.header {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 100%;
	margin-left : 0px;
	margin-top : 0px;
}

p.quote {
	color : #870069;
	font-family : "Times New Roman", Times, Serif;
	font-size : 17px;
	font-style : italic;
	font-weight : bolder;
	margin-bottom : 10px;
	margin-left : 60px;
	margin-right : 60px;
	margin-top : 5px;
	width : 500px;
}

p.quote2 {
	color : #870069;
	font-family : "Times New Roman", Times, Serif;
	font-size : 17px;
	font-style : italic;
	font-weight : normal;
	margin-bottom : 10px;
	margin-left : 60px;
	margin-right : 60px;
	margin-top : 5px;
}



td {
	background : #F0E6DC;
	color : #870069;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-left : 30px;
	margin-top : 1px;
	width : 700px;
}

/*     CLASSES     */


.img {
	border : none;
	color : #505050;
	font-family : "Times New Roman", Times, Serif;
	font-size : 14px;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	margin-left : 30px;
	text-align : left;
		width : 500px;
}

.imgtxt {
	color : #870069;
	font-family : "Times New Roman", Times, Serif;
	font-size : 9pt;
	font-style : italic;
	font-weight : normal;
	margin-bottom : 30px;
	margin-left : 80px;
	margin-right : 80px;
	margin-top : 0px;
	text-align : center;
}

/*    ID's    */
#bodytxt {
	background : #F0E6DC;
	margin-left : 30px;
	margin-top : 30px;
	width : 700px;
}

#main{
	background : #F0E6DC;
	left : 0px;
	position : absolute;
	top : 0px;
	width : 800px;
}




