﻿/* ----------------------------------------------------------------------------
version:	1.0
author: 	LRS Web Solutions
date:		Feb 12, 2010
title:		Universal Reset Stylesheet
---------------------------------------------------------------------------- */

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var{
	background:transparent;
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
a:focus{
	outline:1px dotted;
	text-decoration:underline;
}
body{
	line-height:1;
}
ol, ul, li{	
	list-style:none !important;
}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;border-spacing:0;
}
a img{
	border:0;
}
a, a:hover, a:active, a:visited{
	text-decoration:none;
	outline:none;
}
h2 {
    font-weight: bold;
}
.Normal, .NormalDisabled {
    font-size: 100%;
}
