<!--
/* all color information set below in seperate section */
/* top section sets all font, text, and layout properties */

/* set basic defaults */
	body {font-family: arial, sans-serif; font-size: x-small;}
	td,p,li,span {font-family: arial, sans-serif; font-size: x-small;}
	a {text-decoration: none; cursor: pointer;}
	a:hover {text-decoration: underline; cursor: pointer;}
	a:hover.menulink {text-decoration: none; cursor: pointer;}
/* set table layout padding properties: include padding dimensions width in table total cell width */
	td.header {padding: 0 0 0 10}
	td.menu {padding: 0 5 0 10}
	td.content {padding: 0 0 0 10}
	td.footer {padding: 0 0 0 10}
	td.banner {}

/* set all horizontal rule height and width */
	hr {border: inset; height: 5px; width: 70%; text-align: center;}
 
/* set all default header font properties */
	h1, h2, h3, h4, h5, h6 {font-weight: bold; font-family: arial, sans-serif; text-align: left;}
 	h1 {font-size: 1.8em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.2em;}
	h4 {font-size: 1em;}

/* set all table and cell border properties */
	table {border-top: none; border-right: none; border-bottom: none; border-left: none;}
	td {border-top: none; border-right: none; border-bottom: none; border-left: none;}

/* set menu display properties, fonts, font size, text alignment */
	.menulink {text-align: right; font-size: .8em;}
	.menuheader1 {text-align: center; text-indent: 0; font-size: 1.2em; font-weight: bold;}
	.menuheader2 {text-align: left; text-indent: .1em; font-size: 1em; font-weight: bold;}
	.menutitle {text-align: left; text-indent: 1.2em; font-size: .8em; font-weight: bold;}


/* set division blocks fonts, text, display properties */
	div.block02 {border-top: none; border-right: 3px solid; border-bottom: 3px solid; border-left: none; padding: 0 5 0 0;}
	div.block01 {border-top: none; border-right: 3px solid; border-bottom: none; border-left: none; padding: 0 5 5 0;}
	div.newsblock {border-top: none; border-right: 3px solid; border-bottom: 3px solid; border-left: none; padding: 0 5 0 0;}

/* set news headline properties text: to be used with h1 through h4 (h5 and h6 not used) */
	.header01  {display: block; font-style: italic; text-align: right; text-indent: 1em;}
	.header02 {display: block; font-style: italic; text-align: left; text-indent: 1em;}
	.header03 {display: block; font-style: italic; text-align: left; text-indent: 1em;}
	.newsheadline {display: block; font-style: italic; text-align: left; text-indent: 1em;}

/* special text properties */
	.note {display: block; font-size: .8em; text-align: left;}
  	.script1 {font-family: chancery, cursive;font-style: normal;font-weight: normal;font-size: 1.2em;padding: 0 5em; text-indent: 2em;}
	.script2 {font-family: surreal, cursive;font-style: normal;font-weight: normal;font-size: 1.2em;padding: 0 5em; text-indent: 2em;}
	.dimma1 {font-family: verdana, sans-serif; font-style: normal; font-weight: normal; font-size: 1.2em;}
	.dimma2 {font-family: verdana, sans-serif; font-style: normal; font-weight: bold; font-size: 2.0em;}
	.speech {display: block; font-size: 1em; padding: .2em 2em; font-weight: bold; font-style: italic;}

/* ALL COLOR INFORMATION GOES BELOW THIS POINT */
/* ALL COLOR INFORMATION GOES BELOW THIS POINT */
/* ALL COLOR INFORMATION GOES BELOW THIS POINT */
/* establish basic color information */
	body {background-color: #000000; background-image: url("http://www.eradain.com/eradain/graphics/background.jpg"); background-repeat: repeat-y; background-attachment: fixed; color: #E7E7E7;}
	a {background-color: transparent; color: #33CC00;}	
	a:hover {background-color: transparent; color: #33FF00;}
	a:hover.menulink {background-color: #337700; color: #FFFFFF;}

/* set table layout color properties - colors and transparencies are the "defaults" */
	td.menu {background-color: transparent; background-repeat: repeat-y; background-attachment: fixed;}
    td.header {}
	td.content {}
    td.footer {}
	td.banner {}

/* set all horizontal rule colors */
	hr {background-color: #000000; color: #008400; border-color: #008400;}

/* set menu link: color, size, alignment */
	.menulink {display: block; background-color: transparent; color: #DDDDDD;}
	.menuheader1 {display: block; background-color: #333300; color: #33CC00;}
	.menuheader2 {display: block; background-color: transparent; color: #33CC00;}
	.menutitle {display: block; background-color: transparent; color: #339900;}


/* set division blocks border colors */
	div.block02 {border-top-color: none; border-right-color: #333300; border-bottom-color: #333300; border-left-color: none;}
	div.block01 {border-top-color: none; border-right-color: #FFFFFF; border-bottom-color: none; border-left-color: none;}
	div.newsblock {border-top-color: none; border-right-color: #336633; border-bottom-color: #336633; border-left-color: none;}

/* set header class properties color: to be used with h1 through h4 (h5 and h6 not used) */
	.header01  {background-color: transparent ;color: #EEEEEE;}
	.header02 {background-color: #333300 ;color: #33CC00;}
	.header03 {background-color: transparent ;color: #33CC00;}
	.newsheadline {background-color: #339900 ;color: #000000;}

/* special text properties */
	.note {}
	.script1 {background-color: transparent; color: #E7E7E7;}
	.script2 {background-color: transparent; color: #E7E7E7;}
	.dimma1 {background-color: transparent; color: #000000;}
	.dimma2 {background-color: transparent; color: #000000;}
	.speech {}
-->