* {
	font-family: Tahoma, Verdana, sans-serif; 
	zoom:1;
	color:#333; 
	line-height:1.2em;
	margin:0;
	padding:0;
}

html{
  _background:url(about:blank)
}

ul {
	text-indent:0;
}

li {
	list-style-type:none;
	/* font-size: 80%; */
}

a {
	outline:none;
	cursor:pointer;
}

/* links */
a,
a strong{
	color:#336699;
}

a:hover,
a:hover strong{
	/* color:#333 !important; */
	color:#F02D00  !important;
}

a img{
	border: none;
	display:block;
}
/* links */
li, p, td, th{
	font-size:85%;
}

p {
	/* font-size: 85%; */
	margin-bottom: 0.9em;
}

.pContent ul li,
p{
	line-height:1.6em;
}

a p {
	text-decoration: underline;
}

ul p, ul a, ul dl,
dl p, dl a, 
a p, 
span p, span li, span ul,
.pContent table dl, .pContent table p, .pContent table a{
	font-size: 1em;
}

.pOut {
	margin-bottom: 1.5em;
	clear: both;
	overflow: hidden;
}

.pContent ul li{
	text-indent:-1.1em;
	margin: 0.3em 0 0.3em 2em;
	_padding-left: 1em;
	_margin-left: 1em;
}

.pOut.min h3,
.pOut.min h3.active:hover {
	cursor: pointer;
	float: left;
	border-bottom: 1px dashed #336699;
	color: #336699 !important;
}
.pOut.min h3:hover,
.pOut.min h3.active {
	border-bottom: 1px dashed #333;
	color: #333 !important;
}

.pOut.min .pContent {clear: both;}

.pOut h3 {
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 0.7em;
}

.pOut table {
	margin-bottom: 1em;
}

.pOut table td,
.pOut table th {
	/* font-size: 80%; */
	
}

table{
	border-collapse: collapse;
}

table td {
	vertical-align: top;
}

.pContent ul {margin-bottom: 1em;}

.imgRight{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

i{
	display:block;
}

/* ie6 png fix */
* html img.png{
	behavior: expres\sion( 
		(this.runtimeStyle.behavior="none") && (this.src.toLowerCase().indexOf('.png')>-1) && (
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='scale')",
		this.runtimeStyle.paddingTop = this.height,
		this.runtimeStyle.height = 0
		)
	);
	overflow:hidden;
}

* html .png{
	behavior: expres\sion(
		(this.runtimeStyle.behavior = "none") && (this.currentStyle.backgroundImage.toString().toLowerCase().indexOf('.png')>-1) && (
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','') + "', sizingMethod='crop')",
		this.runtimeStyle.zoom = 1,
		this.runtimeStyle.backgroundImage = "none"
		)
	);
}
/* ie6 png fix */



/* rounded corners */
.rc5{
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.rc10{
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.rc15{
	border-radius: 15px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

.rc20{
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}
/* rounded corners */



/* shadows */
.shd{
	box-shadow: 4px 4px 2px #a8a8a8;
	-moz-box-shadow: 4px 4px 2px #a8a8a8;
	-webkit-box-shadow: 4px 4px 2px #a8a8a8;
}
/* shadows */












