@charset "UTF-8";
/* Global CSS Browser reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
* html ul li a {
	height:1em;
}
body {
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
}
legend {
	display:none;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
.rte{
	float:right;
}

/*---------------------------------------Network Global elements---------------------------------*/
a{
text-decoration:none;
color:#858780;
font-size:13px;
font-weight:100;
}
h1{
	color:#f1e661;
	font-weight:100;
	text-align:left;
}
h2{
	color:#858780;
	font-size:14px;
	font-weight:100;
	text-align:left;
}
h3{
	color:#858780;
	font-size:13px;
	font-weight:100;
	text-align:left;
}
#edits .rte{
	width:500px;
	height:150px
}
#edits .rte div{
	width:500px;
	height:150px
}