//stylesheet


var browser = new Object();


var win=false;
if (navigator.userAgent.indexOf("Win")!=-1) 

{
	win=true;

}else

browser.version = parseInt(navigator.appVersion);

browser.isNavigator = false;
browser.isIE = false;

if (navigator.appName.indexOf("Netscape") != -1) 

{
	browser.isNavigator = true;
}

if (navigator.appName.indexOf("Microsoft") != -1)
{
	browser.isIE = true;
}

if ( (browser.isNavigator==true) && win && parseInt(navigator.appVersion) < 5 ) 
{
  //////////////////
  // WINDOWS NETSCAPE < 5
  //////////////////
    document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('body { background : #669966}');
	document.writeln('A:link { color:#6699cc; font-size:12px; text-decoration:none; font-weight:normal }');
	document.writeln('A:visited { color:#6699cc; font-size:12px;  text-decoration:none; font-weight:normal }');
	document.writeln('A:hover { color:#ff9966; font-size:12px;  text-decoration:underline; font-weight:normal }');
	document.writeln('A:active { color:#ff9966; font-size:12px;  text-decoration:none; font-weight:normal }');
	
	document.writeln('A.clientlist:link { color:#6699cc; font-size:11px; text-decoration:none; font-weight:bold }');
	document.writeln('A.clientlist:visited { color:#6699cc; font-size:11px;  text-decoration:none; font-weight:bold }');
	document.writeln('A.clientlist:hover { color:#ff9966; font-size:11px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A.clientlist:active { color:#ff9966; font-size:11px;  text-decoration:none; font-weight:bold }');
	
	document.writeln('A.formText:link { color:#6699cc; font-size:11px; text-decoration:none; font-weight:bold }');
	document.writeln('A.formText:visited { color:#6699cc; font-size:11px;  text-decoration:none; font-weight:bold }');
	document.writeln('A.formText:hover { color:#ff9966; font-size:11px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A.formText:active { color:#ff9966; font-size:11px;  text-decoration:none; font-weight:bold }');	
	
	document.writeln('A.ondarkgreen:link { color:#ffffff; font-size:11px; text-decoration:none; font-weight:bold }');
	document.writeln('A.ondarkgreen:visited { color:#ffffff; font-size:11px;  text-decoration:none; font-weight:bold }');
	document.writeln('A.ondarkgreen:hover { color:#ccff99; font-size:11px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A.ondarkgreen:active { color:#ccff99; font-size:11px;  text-decoration:none; font-weight:bold }');
	document.writeln('.bodyText { font-family: georgia,times,serif; color:#000000; line-height: 20px; font-size:12px }');
	document.writeln('.formText { font-family: verdana,arial,helvetica,sans-serif; color:#000000; line-height: 20px; font-size:11px; font-weight:bold }');
	document.writeln('.clientlist { font-family: verdana,arial,helvetica,sans-serif; color:#000000; line-height: 14px; font-size:11px; font-weight:normal }');
	document.writeln('.formText2 { font-family: verdana,arial,helvetica,sans-serif; color:#000000; font-size:11px; font-weight:normal }');
	document.writeln('.footer { font-family: verdana,arial,helvetica,sans-serif; color:#ccff99; line-height: 15px; font-size:11px }');
	document.writeln('.heading { font-family: verdana,arial,helvetica,sans-serif; color:#336633; line-height: 17px; font-size:18px; font-weight:bold }');
	document.writeln('.date	{ font-family: verdana,arial,helvetica,sans-serif; color:#336633; line-height: 15px; font-size:11px }');
	document.writeln('.formButton { font-family: verdana,arial,helvetica,sans-serif; color:#336633; line-height: 16px; font-size:11px; font-weight:bold }');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
} 
else if ( (browser.isNavigator == true) && win && parseInt(navigator.appVersion) >= 5 ) 
{
  //////////////////
  // WINDOWS NETSCAPE >= 5 

  //////////////////
    document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('body { background : #669966 }');
	document.writeln('img { border-style: none; }');
	document.writeln('a {text-decoration: none; letter-spacing: 0; outline: none; focus: 0 }');
	document.writeln('A:link { color:#6699cc; font-size:10.5px; text-decoration:none; font-weight:bold }');
	document.writeln('A:visited { color:#6699cc; font-size:10.5px;  text-decoration:none; font-weight:bold }');
	document.writeln('A:hover { color:#ff9966; font-size:10.5px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A:active { color:#ff9966; font-size:10.5px;  text-decoration:none; font-weight:bold }');
	
	document.writeln('A.clientlist:link { color:#6699cc; font-size:9px; text-decoration:none; font-weight:bold }');
	document.writeln('A.clientlist:visited { color:#6699cc; font-size:9px;  text-decoration:none; font-weight:bold }');
	document.writeln('A.clientlist:hover { color:#ff9966; font-size:9px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A.clientlist:active { color:#ff9966; font-size:9px;  text-decoration:none; font-weight:bold }');
	
	document.writeln('A.formText:link { color:#6699cc; font-size:9px; text-decoration:none; font-weight:bold }');
	document.writeln('A.formText:visited { color:#6699cc; font-size:9px;  text-decoration:none; font-weight:bold }');
	document.writeln('A.formText:hover { color:#ff9966; font-size:9px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A.formText:active { color:#ff9966; font-size:9px;  text-decoration:none; font-weight:bold }');
	
	document.writeln('A.ondarkgreen:link { color:#ffffff; font-size:9px; text-decoration:none; font-weight:bold }');
	document.writeln('A.ondarkgreen:visited { color:#ffffff; font-size:9px;  text-decoration:none; font-weight:bold }');
	document.writeln('A.ondarkgreen:hover { color:#ccff99; font-size:9px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A.ondarkgreen:active { color:#ccff99; font-size:9px;  text-decoration:none; font-weight:bold }');
	
	//text-align: right;font: bold 1em Arial, Helvetica, sans-serif;text-transform: uppercase;word-spacing: 2px;letter-spacing: 2px;color: #990033;margin-bottom: 5px;

	
	//  font-size: 1.3em; line-height: 130%; margin: 0; padding: 5px 5px; letter-spacing: .05em; word-spacing: .1em; }
	// font: 1.2em Georgia, Times, serif; color: #666; line-height: 1.75;
	document.writeln('.bodyText { font-family: verdana, Arial, Helvetica, sans-serif; color: #000; font-size:10.5px; line-height: 2.0; letter-spacing: .01em; margin: 0; word-spacing: .1em; }');
	document.writeln('.definition { font-family: Georgia, Times, serif; color: #000; font-size:13.5px; line-height: 2.0; letter-spacing: .15em; margin: 0; word-spacing: .1em; }');
	document.writeln('.formText { font-family: verdana,arial,helvetica,sans-serif; color:#000000; line-height: 16px; font-size:9px; font-weight:bold }');
	document.writeln('.formText2 { font-family: verdana,arial,helvetica,sans-serif; color:#000000; line-height: 10px;font-size:9px; font-weight:normal }');
	document.writeln('.clientlist { font-family: verdana,arial,helvetica,sans-serif; color:#000000; line-height: 18px; font-size:9px; font-weight:normal }');
	document.writeln('.projectText { font-family: verdana,arial,helvetica,sans-serif; color:#000000; line-height: 16px; font-size:10px; font-weight:normal }');
	document.writeln('.footer { font-family: verdana,arial,helvetica,sans-serif; color:#ccff99; line-height: 15px; font-size:9px }');
	document.writeln('.heading { font-family: verdana,arial,helvetica,sans-serif; color:#336633; line-height: 17px; font-size:17px; font-weight:bold }');
	document.writeln('.date	{ font-family: verdana,arial,helvetica,sans-serif; color:#336633; line-height: 15px; font-size:9px }');
	document.writeln('.formButton { font-family: verdana,arial,helvetica,sans-serif; color:#336633; line-height: 16px; font-size:9px; font-weight:bold }');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
} 
else 
{
  /////////////////////////////////////////////////
  // ANYTHING ELSE
  /////////////////////////////////////////////////
    document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('body { background : #669966 }');
	document.writeln('img { border-style: none; }');
	document.writeln('a {text-decoration: none; letter-spacing: 0; outline: none; focus: 0; }');
	
	document.writeln('A:link { color:#6699cc; font-size:11px; text-decoration:none; font-weight:bold }');
	document.writeln('A:visited { color:#6699cc; font-size:11px;  text-decoration:none; font-weight:bold }');
	document.writeln('A:hover { color:#ff9966; font-size:11px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A:active { color:#ff9966; font-size:11px;  text-decoration:none; font-weight:bold }');
	
	document.writeln('A.clientlist:link { color:#6699cc; font-size:10px; text-decoration:none; font-weight:bold }');
	document.writeln('A.clientlist:visited { color:#6699cc; font-size:10px;  text-decoration:none; font-weight:bold }');
	document.writeln('A.clientlist:hover { color:#ff9966; font-size:10px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A.clientlist:active { color:#ff9966; font-size:10px;  text-decoration:none; font-weight:bold }');
	
	document.writeln('A.formText:link { color:#6699cc; font-size:10px; text-decoration:none; font-weight:bold }');
	document.writeln('A.formText:visited { color:#6699cc; font-size:10px;  text-decoration:none; font-weight:bold }');
	document.writeln('A.formText:hover { color:#ff9966; font-size:10px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A.formText:active { color:#ff9966; font-size:10px;  text-decoration:none; font-weight:bold }');
	
	document.writeln('A.ondarkgreen:link { color:#ffffff; font-size:10px; text-decoration:none; font-weight:bold }');
	document.writeln('A.ondarkgreen:visited { color:#ffffff; font-size:10px;  text-decoration:none; font-weight:bold }');
	document.writeln('A.ondarkgreen:hover { color:#ccff99; font-size:10px;  text-decoration:underline; font-weight:bold }');
	document.writeln('A.ondarkgreen:active { color:#ccff99; font-size:10px;  text-decoration:none; font-weight:bold }');
	
	document.writeln('.bodyText { font-family: verdana, Arial, Helvetica, sans-serif; color: #000; font-size:11px; line-height: 2.0; margin: 0; word-spacing: .1em; }');
	document.writeln('.definition { font-family: Georgia, Times, serif; color: #000; font-size:13.5px; line-height: 2.0; letter-spacing: .15em; margin: 0; word-spacing: .1em; }');
	document.writeln('.formText { font-family: verdana,arial,helvetica,sans-serif; color:#000000; line-height: 16px; font-size:10px; font-weight:bold }');
	document.writeln('.formText2 { font-family: verdana,arial,helvetica,sans-serif; color:#000000; font-size:10px; font-weight:normal }');
	document.writeln('.clientlist { font-family: verdana,arial,helvetica,sans-serif; color:#000000; line-height: 20px; font-size:10px; font-weight:normal }');
	document.writeln('.footer { font-family: verdana,arial,helvetica,sans-serif; color:#ccff99; line-height: 15px; font-size:10px }');
	document.writeln('.heading { font-family: verdana,arial,helvetica,sans-serif; color:#336633; line-height: 17px; font-size:17px; font-weight:bold }');
	document.writeln('.date	{ font-family: verdana,arial,helvetica,sans-serif; color:#336633; line-height: 15px; font-size:10px }');
	document.writeln('.formButton { font-family: verdana,arial,helvetica,sans-serif; color:#336633; line-height: 16px; font-size:10px; font-weight:bold }');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
}

