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

/*
=====================
BASE
=====================
*/
body {
	background:#eee;
	text-align:center;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

p, table  { margin:1em 0; }
img { border:0 ; margin:0; padding:0;}
.access { display:none; }
.clearer { clear:both; height:1%; line-height:1%; font-size:1%; }

a:link, a:visited { color:#333; text-decoration:none; }
a:hover, a:active { text-decoration:underline; outline:none; }

textarea, input { font-family:Arial, Helvetica, sans-serif; }

strong, dfn { font-weight:bold; }
em { font-style:italic; }

/* 
=====================
HEADINGS
=====================
*/
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h1 { font-size:25px; line-height:28px; }
h2 { font-size:22px; line-height:25px; }
h3 { font-size:18px; line-height:21px; }
h4 { font-size:16px; line-height:19px; }
h5 { font-size:14px; line-height:17px; }
h6 { font-size:13px; line-height:16px; }


/* 
=====================
LISTS
=====================
*/
ul li { list-style-type:disc; }
ol li { list-style-type:decimal; }
ul, ol { list-style-position:outside; margin:1em 0; padding:0 0 0 2em; }

/***************************/
/**** PLACEHOLDER
/***************************/

div#main { padding:20px 0; }




