/******************************************************
* FixedStyles.css                                     *
*-----------------------------------------------------*
* Copyright (C) 2006-2010 Prosirius Technologies, LLC *
* Abstract: CSS Reset, default styles used for        *
*           web editor and patches for CSS            *
* Last Update: 01-27-10                               *
******************************************************/

/* ===== CSS 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, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
/* table, caption, tbody, tfoot, thead, tr, th, td */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
p {
	margin: 10px 0px 10px 0px;
}
ol, ul {
	margin: 10px 0px 10px 25px;
}
li {
	margin-bottom: 3px;
}
hr {
	border: 1px;
	height: 1px;
	background-color: #000000;
}
blockquote {
	margin: 10px 20px;
}

/* ===== PATCH FOR IE =================================================== */

div.centered {
	text-align: center;
}
div.centered table {
	margin: 0 auto; 
	text-align: left;
}

/* ===== GENERIC STYLING ================================================= */

.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tcws {
	text-align: center;
	white-space: nowrap;
}
.trt {
	text-align: right;
}
.trtws {
	text-align: right;
	white-space: nowrap;
}
.wsno {
	white-space: nowrap;
}
.lh1 {
	line-height: 1em;
}

