/* 
    Document   : reset.css
    Created on : 17-May-2010, 21:04:30
    Author     : sam
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.bicepsWrapper, .bicepsWrapper div, .bicepsWrapper span, .bicepsWrapper applet, .bicepsWrapper object, .bicepsWrapper iframe,
.bicepsWrapper h1, .bicepsWrapper h2, .bicepsWrapper h3, .bicepsWrapper h4, .bicepsWrapper h5, .bicepsWrapper h6, .bicepsWrapper p, .bicepsWrapper blockquote, .bicepsWrapper pre,
.bicepsWrapper a, .bicepsWrapper abbr, .bicepsWrapper acronym, .bicepsWrapper address, .bicepsWrapper big, .bicepsWrapper cite, .bicepsWrapper code,
.bicepsWrapper del, .bicepsWrapper dfn, .bicepsWrapper em, .bicepsWrapper font, .bicepsWrapper img, .bicepsWrapper ins, .bicepsWrapper kbd, .bicepsWrapper q, .bicepsWrapper s, .bicepsWrapper samp,
.bicepsWrapper small, .bicepsWrapper strike, .bicepsWrapper strong, .bicepsWrapper sub, .bicepsWrapper sup, .bicepsWrapper tt, .bicepsWrapper var,
.bicepsWrapper b, .bicepsWrapper u, .bicepsWrapper i, .bicepsWrapper center,
.bicepsWrapper dl, .bicepsWrapper dt, .bicepsWrapper dd, .bicepsWrapper ol, .bicepsWrapper ul, .bicepsWrapper li,
.bicepsWrapper fieldset, .bicepsWrapper form, .bicepsWrapper label, .bicepsWrapper legend,
.bicepsWrapper table, .bicepsWrapper caption, .bicepsWrapper tbody, .bicepsWrapper tfoot, .bicepsWrapper thead, .bicepsWrapper tr, .bicepsWrapper th, .bicepsWrapper td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.bicepsWrapper  {
	line-height: 1;
}
.bicepsWrapper ol, .bicepsWrapper ul {
	list-style: none;
}
.bicepsWrapper blockquote, .bicepsWrapper q {
	quotes: none;
}
.bicepsWrapper blockquote:before, .bicepsWrapper blockquote:after,
.bicepsWrapper q:before, .bicepsWrapper q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
.bicepsWrapper:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
.bicepsWrapper ins {
	text-decoration: none;
}
.bicepsWrapper del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
.bicepsWrapper table {
	border-collapse: collapse;
	border-spacing: 0;
}

