/*
-----------------------------------------------
Fresh Graphics.net Style Sheet
author:   Marty Romero
version:  2007.01
----------------------------------------------- */

@import url("layout.css");
html { background-color: #FFFFEB;}
body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000; 
	line-height: 18px;
	margin: 0 auto;
	background-color: #FFFFEB;
}


/* Generic Rules
----------------------------------------------- */
h1{font: bold 11px "Trebuchet MS", Verdana, Helvetica, sans-serif; color: #00803F; line-height: 30px; _margin: 0 0 -10px 0;}

.green a:link,
.green a:active,
.green a:visited,
.green a {
	color: #00803F !important;
	border-bottom: none !important;
}


h2{font: bold 16px "Trebuchet MS", Verdana, Helvetica, sans-serif; color: #00803F; line-height: 30px; _margin: 0 0 -10px 0;}

.green a:hover {
	color: orange !important;
	text-decoration: none;
	border-bottom: thin dotted #ff7f00 !important;
}

a:link,a:active {color: #FF7F00; text-decoration: none; border-bottom: thin dotted #ff7f00; }
a:visited {color: #FF7F00; text-decoration: none; border-bottom: thin dotted #ff7f00;}	
a:hover {color: #00803F; border-bottom: thin dotted #ff7f00;}

#footer a:link,a:active {color: #00803F; border-bottom: none;}
#footer a:visited {color: #FF7F00; border-bottom: none;}
#footer a:hover {color: #FF7F00; border-bottom: none;}

#container table tr td a:link {
	border-bottom: none;
}

