@charset "UTF-8";body  {	font: normal 10px/18px "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	color: #666633;	text-align: justify;	background-image: url(images/background.png);	background-repeat: repeat-x;	background-color: #F0ECDC;}P {	font: normal 10px/18px "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;	margin: 0px 0px  0px 0px;	padding: 4px;	color: #666633;	list-style-position: inside;	list-style-type: disc;	}a:link		{	text-decoration:underline;	color:#b7c82f;}a:visited	{	text-decoration:underline;	color:#ffaf00;}a:hover 	{	color:#ffaf00;	text-decoration:underline;}a:active	{	text-decoration:none;	color:#b7c82f;}/* ---------- arrow green ---------- */.arrowgreen {	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;;	font-size: 10px;	color:#b7c82f;}/* ---------- global styles ---------- */.textblack {	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;;	font-size: 11px;	color: #333333;}.textblackbold {	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;	font-size: 14px;	color: #666666;	font-weight: bold;}.textredbold {	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;	font-size: 11px;	color: #CC0000;	font-weight: bold;}/* ---------- H3 / H1 ---------- */h3 {	font:  160%/20px "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;	margin: 0 0 0px 0;	padding: 0;	color: #b7c82f;	text-transform: uppercase;}h1 {	font: 110% "Lucida Grande", Arial, Helvetica, Sans-Serif;	margin: 0 0 5px 5px;	padding: 0;	color: #333333;	font-weight: bold;}h1 a { color: #3366CC; text-decoration: underline; }h1 a:hover {color: #5A3D1B; text-decoration: underline; }/* ---------- Blue links ---------- */.blue a:link		{	text-decoration:none;	color:#333333;		}.blue a:visited	{	text-decoration:none;	color:#666666;		}.blue a:hover 	{	text-decoration:underline;	color:#a6ce39;		}.blue a:active	{	text-decoration:none;	color:#CC0000;}/* ---------- Welcome Text ---------- */.welcometext {	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;	font-size: 11px;	color: #FFFFFF;	padding-right: 0px;	padding-left: 0px;	word-spacing: 0em;	letter-spacing: 0em;}/* ---------- copyright ---------- */.copyright {	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;	font-size: 9px;	color: #b2b2b2;}.copyright a:link		{	text-decoration:none;	color:#b2b2b2;}.copyright a:visited	{	text-decoration:none;	color:#b2b2b2;}.copyright a:hover 	{	color:#a6ce39;	text-decoration:underline;}.copyright a:active	{	text-decoration:none;	color:#b2b2b2;}/* ---------- borders ---------- */.borderbottom {	border-bottom: 1px solid #CCCCCC;}.bordertextfield {	border: 1px solid #cccccc;	padding: 4px;	}.bordermenu {	border: 1px solid #cccccc;	padding: 4px;	margin-top: 3px;}
