@charset "iso-8859-2";
/* CSS Document */

a { color:#333301; text-decoration:none; font:inherit; font-size:11px } 
a:hover { color:#333301; text-decoration:underline; }

h1{ font-family:inherit; font-size:13px; color:#313301; font-weight:bold; margin:0px 0px 11px 0px; }
h2{ font-family:inherit; font-size:12px; color:#313301; font-weight:bold; margin:0px 0px 11px 0px; }
h3{ font-family:inherit; font-size:11px; color:#313301; font-weight:bold; margin:0px 0px 11px 0px; }

.bold1a { font-weight:bold; font-size:13px; font-family:inherit; color:#333301; }
.bold2a { font-weight:bold; font-size:12px; font-family:inherit; color:#333301; }
.bold3a { font-weight:bold; font-size:11px; font-family:inherit; color:#333301; }

.bold1b { font-weight:bold; font-size:13px; font-family:inherit; color:#FF0000; }
.bold2b { font-weight:bold; font-size:12px; font-family:inherit; color:#FF0000; }
.bold3b { font-weight:bold; font-size:11px; font-family:inherit; color:#FF0000; }

.bold1c { font-weight:bold; font-size:13px; font-family:inherit; color:#009900; }
.bold2c { font-weight:bold; font-size:12px; font-family:inherit; color:#009900; }
.bold3c { font-weight:bold; font-size:11px; font-family:inherit; color:#009900; }

p{margin:0px;}

/* General styles */
body { font-size:11px; font-family:Verdana, Helvetica, sans-serif; }
p { margin:0px; padding:0px; }
td { font-size:11px; color:#000000;  }

form{ margin:0px; padding:0px; }
div { font-family:inherit; }
span { font-family:inherit; }
caption { font-family:inherit; }
img { border:0px; margin:0px; padding:0px; }
blockquote{ margin:0px 0px 11px 20px; }
ul{ margin:2px 0px 2px 20px; padding:0px; }
ol{ margin:2px 0px 2px 30px; padding:0px; }
li{ margin:0px; padding:3px 0px 3px 0px; }
li.blank{ margin:0px; padding:2px 0px 2px 0px; list-style:url(../images/spacer.gif); }


/* SET STYLES =============== */

.set-left { 
	float: left; overflow: hidden; 
	}
.set-right { 
	float: right; overflow: hidden; 
	}
.set-abs { 
	position: absolute; 
	}
.set-rel { 
	position: relative; 
	}
.set-top { 
	vertical-align: top 
	}
.set-middle { 
	vertical-align: middle 
	}
.set-bottom { 
	vertical-align: bottom 
	}
.set-clear { 
	clear: both; height: 1px; font-size: 1px; line-height:1px;
	}
.set-debug { 
	border: 1px solid #00FF00; 
	}
