/**  basic reset/clearing of everything to maximize consistency between browsers   **/

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, 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, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video
{
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
text-align:left;
background:transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
display: block;
}

html, body
{
line-height: 1;
height: 100%;
width: 100%;
}

ol, ul
{
list-style: none outside none;
}

blockquote, q
{
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
content: '';
content: none;
}

table, thead, tbody, tfoot, tr, th, td
{
vertical-align: middle;	
border-collapse: collapse;
border-spacing: 0;
}

/**  force no dotted outlines around links, object and embeds  **/
a, object, embed, :focus, :active 
{
outline:0;
border:0;
}

a:link
{
text-decoration:none;
color:#0000ff;
}

a:visited
{
text-decoration:none;
color:#0000ff;
}

a:hover
{
text-decoration:underline;
color:#ab0000;
}

a:active
{
text-decoration:none;
color:#ab0000;
}

/**  rpb common stuff  **/
.clearingdiv,
.clearme
{
clear:both;
margin:0;
padding:0;
border:0;
background:transparent;
height:0;
}

.center,
.centered,
p.center
{
margin-left:auto;
margin-right:auto;
text-align:center;
background:transparent;
border:0;
}
