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

/***********************************************************************
*
* Reset
*
***********************************************************************/

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}
body {
	font: 10px/1.385 arial, helvetica, clean, sans-serif;
}
img {
	border:0;
}
em,strong{
	font-style:inherit;
	font-weight:inherit;
}
/* remember to highlight inserts somehow! */
del,ins {
	text-decoration:none;
}
li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


/***********************************************************************
*
* Base
*
***********************************************************************/
body {
	color: #000;
}
p, th, td {
	font-size: 1.3em;
}
ul, ol{
	font-size: 1.3em;
	line-height: 1.385em;
}
#thankYou p, #thankYou th, #thankYou td {
	font-size: 1.6em;
	line-height: 1.3em;
}
#thankYou ul, #thankYou ol{
	font-size: 1.6em;
	line-height: 1.3em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
ul,ol,dl {
	margin: 1em;
}
ol,ul,dl {
	margin-left: 2em;
}
ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}
ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}
dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}
p {
	margin-bottom: 1.385em;
}
