/*** stylesheet from the new grad rec website  ***/
/*** copied on 12/Oct/2009 to get same look and feel ***/
/*** then modified to get it working with existing app form css ***/

html, body,  applet, object, iframe,
pre, abbr, acronym, address, big, cite, code,
del, dfn,  ins, kbd, q, samp,
small, strike,  sub, sup, tt, var,
 center

{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

div#head-wrapper a,ul, li, dl, dt, dd, ol, 
fieldset, form, label, legend,img,caption,
div, em, font,s, strong
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

div#head-wrapper table, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/* leave these alone */
/*
p,span,h1, h2, h3, h4, h5, h6,  blockquote,  b, u, i,a,ul, li,
*/

body {
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
