@charset "UTF-8";

/*///////////////////////////////////////////////////////////////////////////*/
/** Basic HTML Elements **/

*
{
	margin: 0em;
	padding: 0em;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
}

/*////////////////////////////////////*/
/** Body **/

body
{
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.6em;
	color: #000;
	background-color: #aaa;
}

/*///////////////////////////////////*/
/** Anchor **/

a:link, a:visited
{
	color:#FFF;
	text-decoration:none;
}
a:active, a:hover
{
	text-decoration:underline;
}
a[name]:link, a[name]:visited, a[name]:active, a[name]:hover
{
	color: inherit;
	text-decoration: inherit;
}

/*///////////////////////////////////*/
/** image **/

img
{
	vertical-align: middle;
	border-style: none;
}

/*///////////////////////////////////*/
/** Headings **/

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 8px 0px;
	/* color: #036; */
	font-weight:bold;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6
{
	margin-top: 30px;
}
h1
{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
}
h2
{
	margin-top: 30px;
	font-size: 18px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 13px;
}
h5
{
	font-size: 13px;
}
h6
{
	font-size: 13px;
}

/*///////////////////////////////////*/
/** Block Elements **/

p, dl, ol, ul, pre, blockquote, address, table
{
	margin: 0em 0em 1em 0em;
}

ol, ul
{
	padding-left: 1.5em;
}
li
{
}

li ul, li ol
{
	margin-bottom: 0em;
}

dd
{
	margin: 0em 0em 1em 1em;
}

dd > ul, dd > ol
{
	margin:0em;
}

pre, .simple-block
{
	padding: 1em;
	border: 1px solid #ccc;
}

pre
{
	overflow: auto;
}

blockquote
{
	padding: 1em;
	border: 1px dashed #ccc;
}

address
{
	font-style: normal;
}

/*///////////////////////////////////*/
/** Table **/

table
{
	padding:0em;
	border:1px solid #999;
	border-collapse: collapse;
}

thead
{
}
th
{
}

tbody
{
}
tr
{
}
td
{
	padding:0.5em;
	border:1px solid #999;
}

tfoot
{
}

/*///////////////////////////////////*/
/** Horizontal rule **/

hr
{
	border: 1px dashed #ccc;
	margin: 0em 0em 1em 0em;
}

/*///////////////////////////////////*/
/** Delete **/

del
{
	text-decoration: line-through;
}

/*///////////////////////////////////*/
/** Inline Elements **/

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

strike
{
	text-decoration: line-through;
}

dfn
{
}

code
{
}

samp
{
}

kbd
{
}

var
{
}

cite
{
}

abbr, acronym
{
	border:1px dashed;
}

/*///////////////////////////////////////////////////////////////////////////*/
/** Header **/

#header
{
	margin: 80px 80px 0;
	border-bottom: 1px solid #ccc;
}

/*///////////////////////////////////////////////////////////////////////////*/
/** Contents **/

#contents
{
	margin: 20px 80px 0px ;
}


/*//////////////////////////////////////////////////////*/
/** Footer **/

#footer
{
	clear: both;
	margin: 20px 80px;
	padding: 10px 5px 0px 5px;
	border-top: 1px solid #ccc;
}
