/* Main Setup */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color:#000;
}

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

div {
	margin: 0;
	padding: 0;
}

img {
	border:0;
	border-style: none;
	margin:0;
	padding:0;
}

/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	margin:0;
	padding:1px;
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	font:99% arial,helvetica,clean,sans-serif;
	*font-size:100%;
}

select, option{
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	font:99% arial,helvetica,clean,sans-serif;
	*font-size:100%;
}





/* font */

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

h1 {
	display: none;
	margin:0;
	padding:0;
}

h2 {
	font-size: 27px;
	margin:0;
	padding:0;
}

h3 {
	font-size: 20px;
	margin:0;
	padding:0;
}

h4 {
	font-size: 13px;
	margin:0;
	padding:0;
}

h5, h6 {
	margin:0;
	padding:0;
}

p {
	font-size: 13px;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	font-weight: bold;
}

optgroup {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:normal;
}

abbr,acronym {
	border:0;
	font-variant:normal;
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration:none;
}


/* <q>	Defines quotation. */
q:before,q:after{
	content:'';
}


/* <pre> tag defines preformatted text. */
/* preserves both spaces and line breaks. */
/* Use the pre element to display computer code! */

pre {
	margin:0;
	padding:0;
}


/* <em>		Renders as emphasized text */
/* <strong>	Renders as strong emphasized text */
/* <dfn>		Defines a definition term */
/* <code>		Defines computer code text */
/* <samp>		Defines sample computer code */
/* <kbd>		Defines keyboard text */
/* <var>		Defines a variable part of a text */
/* <cite>		Defines a citation */

em,strong,dfn,code,samp,kbd,var,cite {
	margin:0;
	padding:0;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/* list */

dl,dt,dd,ul,ol,li {
	margin:0;
	padding:0;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
	padding:0;
}

li {
	list-style:none;
}

ul, ol, dl {
	margin: 0 0 0 15px;
}

ul li,
ol li {
	list-style: none;
}

dl dd {

}




/* tables */

table{
	border-collapse:collapse;
	border-spacing:0;
	margin: 0;
	font-size:inherit;
	font:100%;
}

th {
	font-style:inherit;
	font-weight: bold;
	text-align: center;
}

th, td {
	border: 1px solid #000;
	margin:0;
	padding: .5em;
}

caption {
	font-style:inherit;
	font-weight:inherit;
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

/* forms */

form {
	margin:0;
	padding:0;
}

fieldset {
	border: none;
	border:0;
	margin: 0 auto;
	padding:0;
}

/*because legend doesn't inherit in IE */
legend {
	color:#000;
	margin:0;
	padding:0;
}

textarea {
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	font:99% arial,helvetica,clean,sans-serif;
	*font-size:100%;
	overflow:auto;
}





