/** BASIC */

body { margin: 0px; padding: 0px;}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 { margin: 0px; }

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

.text1 { font-size: 1em; font-weight: bold; color: #525252;}
.text2 { font-size: 0.9em; font-style: normal; padding: 2px;
	 background: url(images/all/gray.gif) repeat left top;}
.text3 { font-size: 1em; font-weight: bold; padding: 2px;
	background: url(images/all/gray.gif) repeat left top;
	margin-bottom: .5em;
	border-bottom:1px solid #bababa;}

/** LINKS */

a       { color: #39ABC3; }
a:hover { text-decoration: none; }
a.link1 { text-decoration: none; font-size: 0.8em; color: #999999;}
a.link1:hover { text-decoration: underline; }

a.logo { color: #39ABC3; }

/** STYLES */

.style1 { font-size: 0.8em; color: #999999; }

/** FORMS */

form { margin: 0px; padding: 0px; font-size: 100%; }

form input, select, textarea{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #525252;
}

/** PRE */

pre {
  font-family: Courier;
  font-size: 0.95em;
  padding: 0px 5px 5px 5px;  
  overflow: auto;
  width: 100%;
  line-height: 100%;
}

pre a{ color: #0000FF; }

/** MISC */

img { border: none; }
