body
{
	color:#000000;
	background:#FFFFFF;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	letter-spacing:normal;
	font-family: sans-serif;
	margin:1px;
	padding:1px 1px 4px;
	border-width:0;
}

/*block*/

p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,blockquote,address,center,table,th,tr,td,tbody,thead,tfoot,div{
    background-color:transparent; 
	background-image:none; 
	font-family:sans-serif; 
	font-style:normal;
	font-size:1em;
	line-height:180%; 
	letter-spacing:normal; 
	text-decoration:none; 
	cursor:auto; 
}

p {
	font-size: 1em;
	font-style: normal;
	line-height: 180%;
	font-weight: normal;
	margin-left: 3em;
	margin-bottom: 1em;
	margin-right: 2em;
	margin-top: 1em;

}

h1 {
	font-size: 1.6em;
	color: #CC3333;
	text-align: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	padding: 0px;
	letter-spacing: 0.5em;
	width: 100%;

}

h2 {
	font-size: 1.3em;
	color: #FF6633;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.2em;
	margin-left: 2em;
	margin-right: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h2:first-letter {
}

h3 {
	font-size: 1em;
	color: #FF6633;
	letter-spacing: 0.3em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 2.5em;
	margin-right: 2em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	color: #FF6633;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 3em;
	margin-right: 2em;
	padding: 0px;
	font-weight: normal;
}

h5 {
	font-size: 1em;
	color: #FF6633;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 4em;
	margin-right: 2em;
	padding: 0px;
	font-weight: normal;
}
h6 {
	font-size: 1em;
	color: #FF6633;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 4em;
	margin-right: 2em;
	padding: 0px;
	font-weight: normal;
	font-style: italic;
}




ul, ol, dl {
	margin-left: 3em;
	font-family: sans-serif;
}



blockquote {
	margin-left: 3em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF926C;
}

table {
	margin-left: 3em;
}

hr {
/*	margin-right: 4em;
	margin-left: 3em;*/
	border-style: dotted;
	border-color: #FF6633;
}

address {
	display: none;
}

blockquote p{
	margin-left: 0em;
}

img {
	border: 0;
}



/*inline*/

a,cite,q,em,strong,dfn,acronym,abbr,del,ins,code,var,bdo,kbd,pre,samp,small,big,i,b,span,s,strike,font{
	background-color:transparent ;
	font-size:1em ;
	font-family:sans-serif ;
	font-style:normal ;
	font-weight:normal ;
	line-height:180% ;
	letter-spacing:normal ;
	margin:0 ;
	padding:0 ;
	border-width:0 ;
}

a:link {
	color: #3333FF;
	text-decoration: underline;
}
a:visited {
	color: #CC0099;
	text-decoration: underline;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
	background-color: #FFFFCC;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

em {
	font-weight: bold;
	font-style: normal;
}

q {
	font-weight:bold;
}

.navigation {
	width: 150px;
	position: absolute;
	left: 20px;
	top: 50px;
	z-index: 1;
	background-image: url(../images/menu01.png);
	text-align: left;
	font-family: sans-serif;
	line-height: 150%;
	padding-left:0;
}


.contentarea {
	position: absolute;
	left: 200px;
	top: 50px;

}
.menu {
	font-size: 100%;
	line-height: 150%;
	background-repeat: no-repeat;
	text-align: right;
	list-style-type: none;
	background-position: left top;
	margin-left: 0em;

}
.breadcrumb {
	font-size: 100%;
	line-height: 150%;
	background-repeat: no-repeat;
	text-align: right;
	list-style-type: none;
	background-position: left top;
	margin-left: 0em;

}

.Greeting {
	font-family: sans-serif;
	font-size: 1em;
}
.NavigationArea {
	font-family: sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: #FFCC33;
}
.Article {
	background-color: #F3F3F3;
	border-top: none;
	border-right: none;
	border-bottom: thin inset #FF6633;
	border-left: none;
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 1em;



}
form {
	margin-left: 3em;
	}

