/* genero love */
* {
 font-family:        arial, sans-serif;
}

/* body attributes 
body { 
 background-color:   #fff;
 background-image:   url(images/bkgrnd.jpg);
 color:              #330;
 margin-top:         8px;
 padding:            0;
}*/

/* link attributes 
a { background-color: transparent; color: #000000; }
a:visited { background-color: transparent; color: #FFFFFF; }
a:active { background-color: transparent; color: #FFFFFF; }
*/

/* hover boxes */
a.button {
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif;
}
a.button:visited, a.button:link {
		background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif;
}
a:hover  { background-color: transparent; color: #cccccc; }
td.button { background-color: #006633; color: #006633; }

/* table border */
.borderblack {
 border: 2px solid #000000;
 border-top: 0px none #000000;
}

/* copyright statement */
td.copyright { color: #000000; }

/* paragraphs */
br,p {
 color:              #330;
 font-size:          12px
}

/* headers turn to green, green! */
h1,h2,h3,h4,h5,h6 {
	color: #006633;
}

/* various repetitives */
table,tr,td {
 color:              #330;
 font-size:          12px;
}

/* repetitives for netscape */
small { font-size: 10px; }
form { margin: 0px ; }

.bodybold {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
}
.body {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}


A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	color : Blue;
}
