*{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	text-decoration:none;
	font-weight:normal;
	outline:none;
}

.clear-fix:after{ clear:both; content:"."; display:block; height:0; line-height:0; visibility:hidden; }
.clear-fix{ display:inline-block; }
html[xmlns] .clear-fix{ display:block; }
* html .clear-fix{ height:1%; }

body{
	background-color:#fff;
	font-size:100%;
}

p, li, td, th ,h5, h6, label, select, input, textarea, dd, dt, blockquote, div.p{
	color:#313131;
	font-size:75%;
}

blockquote{
	margin:7px 12px 8px 12px;
	border:1px solid #CCCCCC;
	background-color:#e9e9e9;
}
blockquote blockquote,
blockquote p{
	font-size:100%;
}

div.p blockquote{ font-size:100%; padding:5px 12px 8px 12px; }
	div.p blockquote blockquote{ margin:5px 0 0 0; }

p, li, td, th ,h5, h6, label, select, input, span, textarea, dd, dt, blockquote, div.p{
	font-family:Arial, Helvetica, sans-serif;
}

p, div.p{
	margin:7px 12px 8px 12px;
	line-height:1.7em;
}

dl{
	margin:7px 12px 8px 12px;
}

dl dt{
	float:left;
	font-weight:bold;
	clear:left;
	padding:6px 0 6px 0;
	width:140px;
}

dl dd{
	float:left;
	padding:6px 0 6px 0;
	width:360px;
}

strong,
strong a{ font-weight:bold; }

h6, h6 a{
	font-weight:bold;
}

h6{
	margin:7px 12px 8px 12px;
}

h5{
	font-weight:bold;
	font-size:110%;
}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#121212;
	font-size:100%;
	margin:18px 12px 0 12px;
}
	h4 a{ color:#121212; text-decoration:none; }
		h4 a:hover{ text-decoration:underline; }
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#121212;
	font-size:120%;
	text-transform:uppercase;
	margin:10px 12px 0 12px;
}

h3 a{ color:#000000; text-decoration:none; }
	h3 a:hover{ text-decoration:underline; }


h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#353535;
	font-size:100%;
	text-transform:uppercase;
	margin:10px 12px 0 12px;
}

table .rich{
	font-size:100%;
}

	table tr th{
		text-transform:uppercase;
		font-weight:bold;
	}

	table p{
		margin:0;
		padding:5px 0 0 0;
	}

	table h2{
		margin:0;
		text-align:left;
		padding:0 0 0 0;
	}

	table h3,
	table h4{
		margin:0;
		padding:5px 0 0 0;
	}

	table h6{
		margin:0;
		padding:0;
	}

ol, ul{
	margin:10px 12px 10px 12px;
}

	ol li, ul li{
		list-style-type:disc;
		margin:1px 0 1px 25px;
		line-height:1.7em;
	}
	ol li li, ul li li{ font-size:100%; }
	ol li ol, ul li ul{ margin:4px 0 4px 10px; }
big{
	font-size:110%;
}

small{
	font-size:90%;
	color:#848484;
}

a{
	text-decoration:underline;
	color:#0092b2;
}
	a:hover{ text-decoration:none; }
