/* jenarts_em.css */

/* Text Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 1.3;
	text-align: left;
	background-color: #FFF;
	margin-left: 40px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 1.3;
	}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 1.3;
	}
	
/* Heading Styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	font-style: normal;
	color:#F300AA;
	margin-top:30px;
	margin-bottom:0px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	font-style: normal;
	color:#990000;
	margin-top:30px;
	margin-bottom:0px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight:bold;
	color:#990000;
	margin-top:0px;
	margin-bottom:10px;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color:#990000;
	margin-top:0px;
	margin-bottom:20px;
	}
	
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:bold;
	font-style: normal;
	color:#990000;
	margin-top:0px;
	margin-bottom:0px;
	}	

/* Class selectors for text styles */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1;
	}

.namebold {
	font-size: 1.1em;
	font-weight: bold;
	}
	
.p_indent {
	font-size: 1em;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	line-height: 1.3;
	}

.pmargin {
	margin-top: 0;
	margin-bottom: 10px;
	}
	

.moreinfo {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	}

.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

.totop {font-size: 0.8em}

.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #F300AA;
	font-style: italic;
	font-weight: bold;
	}

.italic2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #F300AA;
	font-style: italic;
	font-weight: bold;
	}

/* Table Styles */

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.3;
	}

/* Class selectors for table cell lines */

.box1 { 
	border-color: #FFCC99;
	border-style: solid;
	border-width: 1px;
	}

.linesbottom {
	border-color: #FFCC99;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
	}


/* Misc */

.bkgnd1 {
	background-color: #FADADA;
	}

.bkgnd2 {
	background-color: #FADADA;
	padding-left: 15px;
	}
	
.bkgnd3 {
	background-color: #FADADA;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.bkgnd4 {
	background-color: #FADADA;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.hr20 {
	margin: 20px 0 30px 0;
	}

.image {
	float: left;
	margin: 0px 20px 10px 0;
	}
	
.image2 {
	float: left;
	margin: 0px 20px 30px 0;
	}
	
.floatleft {
	width: 320px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.clearboth {
	clear: both;
	}

/* Link Styles */

/* Standard links*/

a:link {
	color: #0000FF;
	text-decoration: underline;
	}

a:visited {
	color: #800080;
	text-decoration: underline;
	}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
a:active {
	color: #FF0000;
	text-decoration: underline;
	}	


/* Links on headings */

h1 a:link {
	color: #990000;
	text-decoration: none;
	}

h1 a:visited {
	color: #990000;
	text-decoration: none;
	}
	
h1 a:hover {
	color: #F300AA;
	background-color: #FADADA;
	text-decoration: none;
	}

h2 a:link {
	color: #990000;
	text-decoration: none;
	}

h2 a:visited {
	color: #990000;
	text-decoration: none;
	}

h2 a:hover {
	color: #F300AA;
	background-color: #FADADA;
	text-decoration: none;
	}
	
h4 a:link {
	color: #990000;
	text-decoration: underline;
	}

h4 a:visited {
	color: #990000;
	text-decoration: underline;
	}

h4 a:hover {
	color: #F300AA;
	background-color: #FADADA;
	text-decoration: underline;
	}
