/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * Styles used in the samples pages.
 */

/* body, td, input, select, textarea
{
  font-size: 12px;
  font-family: Arial, Verdana, Sans-Serif;
}
h1
{
  font-weight: bold;
  font-size: 180%;
  margin-bottom: 10px;
}
form
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
*/
pre
{
  margin:0px;
  padding:0px;
  white-space: pre-wrap;
  /* css-3 */
	white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
	word-wrap: break-word;
/* Internet Explorer 5.5+ */
}
/* a:link {
  color: blue;
}
*/
/* a:active {
  color: deeppink;
  text-decoration:none;
}
*/
A:VISITED {
  color : #999999;
  /*6633ff*/ text-decoration:none;
}
A:hover {
  color: #990000;
  text-decoration:underline;
}
A{
  color : #999999;
  text-decoration : none;
}
.textlink2 { 
    font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align:center
}
.textlink2 a:link { 
    font-size: 10px;
	line-height: 12px;
	color: #CCCCCC;
	text-decoration: none
}
.textlink2 a:visited { 
    font-size: 10px;
	line-height: 12px;
	color: #CCCCCC;
	text-decoration: none
}
.textlink2 a:hover {
    font-size: 10px;
	line-height: 12px;
	color: #990000;
	text-decoration: underline
}
.textlink2 a:active {
    font-size: 10px;
	line-height: 12px;
	color: #CCCCCC;
	text-decoration: none
}

