@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border:none;
}
h1	{
	font-size:32px;
	line-height:1em;
	text-shadow: 1px 1px 1px #17324b;
	font-family: 'Ultra', sans-serif; 
	padding:10px 0 20px 0;
}
h2	{
	font-size:28px;
	line-height:1em;
	text-shadow: 1px 1px 1px #17324b;
	font-family: 'Ultra', sans-serif; 
}



td	{
	margin: 3px;
	padding: 3px;
	border:none;
	}

dl, dt, dd, ol, ul {
	list-style: none;
}

img[width="0"] {
	display:none;
	}

article, aside, figure, figure img, figcaption, hgroup,
footer, header, nav, section, video, object {
	display: block;
}

a img {border:none;}

img {border:none !important;}

figure {position: relative;}
figure img {width: 100%;}

th, td {vertical-align: top;} 
/* RESET */