@charset "utf-8";
/* -------------------------------------------------- */
/* Taken from http://960.gs/demo.html                 */
/* Further modified by Sherrie                        */
/* email sherrie@websparks.sg if you have any queries */
/* -------------------------------------------------- */

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, legend /*, table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
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;
}

/** Define some defaults of my own **/
strong, b {
font-weight: bold;
}

em, i {
font-style: italic;
}

/** PNG Fix **/

/* ---------------------------------------- */
/* URL to be assigned to wwwroot folder     */
/* (Does not work with repeated background) */
/* ---------------------------------------- */

img, div {	
behavior: url(/BudgetDebate2010/scripts/iepngfix.htc); 
}
/** end PNG Fix **/

/*------------------------------------------------------------------------------------------------------------*/
/*----- Do Not Remove this comment tag                                                                   -----*/
/*----- CSS below taken from                                                                             -----*/
/*----- http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=5341 -----*/
/*-----                                                                                                  -----*/
/*----- Note that before version 7, IE treated vertical-align uniquely among other browsers. Using this  -----*/
/*----- approach, I need the underscore hack for IE 6 and below.                                         -----*/
/*------------------------------------------------------------------------------------------------------------*/

sup, sub {
height: 0;
line-height: 1;
vertical-align: baseline;
position: relative;	
}

sup {
bottom: 1ex;
}

sub {
top: .5ex;
}

/** end **/
