/*
Changes to base.css:
	- font tag removed so that size attribute works inline (<font size="4">)
	- table, tr, td, and th tags were pulled out and specifically referenced so that contibution mode forms display properly
*/

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,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ul,li,fieldset,form,label,legend,caption{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline;}
ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
img{border:0px;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;margin: 0;padding:0;}

/* Using UCMTemplate style instead of #body id so that other CSS isn't overwritten */
.UCMTemplate tr,.UCMTemplate td, .UCMTemplate th{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;}
.UCMTemplate table{border-collapse:collapse;border-spacing:0;background:transparent;border:0px;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline;}

