
/* Layout Stylesheet */ 

body {
font-family: Arial, Palatino, "Times New Roman", times, serif, Comic Sans MS;
*background-color:#a9eccb;
background-color:orange;
	}


table {
 align:center;
 width:750px;
 *background-color:#569c79;
background-color:#0033FF;
 border-color:red;
 border-width:0px;
 	}

h3 {
 text-align:left;
	}

h4 {
 text-align:center;
	}

#hdr {
 text-align:center;
 verticle-align:bottom;
 font-family: Arial, Palatino, "Times New Roman", times, serif; 
 color:#333333;
 padding:0;
 border: solid #333333;
 border-width: 0px 0px 0 0px;
 }
 
#linkbar  {
 border: 2px solid #ffffff;
 text-align:center;
 width:147px;
 font-size:16px;
 color: red;
 padding: 0px;
 z-index: 6;
 }


#main  {
 border: 0px solid #996633;
 *background-color:#529E78;
background-color:#0033FF;
 color:white;
 text-align:center;
 font-size:16px;
 padding: 0px;
 z-index: 6;
 }

#maintext  {
 border: 0px solid #996633;
 *background-color:#529E78;
background-color:#0033FF;
 *color:#FFFFF;
color:white;
 width:500px;
 text-align:left;
 font-size:16px;
 padding: 0px;
 z-index: 6;
 }

img {
border:0px;
	}

hr { 
width:100%; 
color:#0c4729;
size:1px;
}

td.small
	{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-align:left
	}



a:link {
*color: #ffffff;
color: yellow;
text-decoration: none;
}

a:visited {
color:white;
text-decoration: none;
}

a.link.small
	{
	font-family:Arial;
	font-size:11px;
	color:yellow;
	text-decoration:none
	}

em  {
color: #bd2803;
font-family: Arial, Palatino, "Times New Roman", times, serif;
font-style:normal;
text-align: right;
font-size: 1.6em;
font-weight: bold;
}

blockquote {
color: orange;

text-align: left;
margin:3px;
font-size: 1.3em;
font-weight: bold;
}

td {
border:none;
verticle-align:top;
}

h2  {
font-size: 1.4em;
color: white;
text-align: center;
}

h3 {
font-size: 1.5em;
font-family:Comic Sans MS;
color:white;
}

h4 {
font-size: 1.5em;
font-family:Comic Sans MS;
color:white;
}

     
