/* ===================================================== */
/* ALL ELEMENT SET */
/* ===================================================== */
*{
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

/* ===================================================== */
/* BODY ELEMENT SET */
/* ===================================================== */
body {
	font-family: sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
	text-align:center;
}

/* ===================================================== */
/* FLASH ELEMENT SET */
/* ===================================================== */
#flashcontent {
	width:100%;
	height:100%;
}

/* ===================================================== */
/* IMG ELEMENT SET */
/* ===================================================== */
img {
	border: 0px;
	vertical-align:bottom;
}

/* ===================================================== */
/* H ELEMENT SET */
/* ===================================================== */
H1 {
	margin:0px;
	padding:0px;
}

H2 {
	margin:0px;
	padding:0px 0px 20px 0px;
}

H3 {
	margin:0px;
	padding:0px;
}

H4 {
	margin:0px;
	padding:0px;
}

/* ===================================================== */
/* P ELEMENT SET */
/* ===================================================== */
P{
	margin:0px;
	padding:0px;
}

/* ===================================================== */
/* A ELEMENT SET */
/* ===================================================== */
/* LINK COLOR */
a:link{
	color:#FF9D34;
	text-decoration: underline;
}

a:visited{
	color:#FF9D34;
	text-decoration: underline;
}

a:hover{
	color:#FF9D34;
	text-decoration: none;
}

a:active{
	color:#FF9D34;
	text-decoration: none;
}

.error{
	border:1px solid #BABABA;
	padding:10px;
}
/* ===================================================== */
/* CLOSE ELEMENT SET */
/* ===================================================== */
#close{
	margin:10px 0px;
	background-repeat:no-repeat;
	text-align:left;
}
#close ul{
	width:60px;
	margin:10px 0px 0px auto;
	padding:0px;
}
#close ul li{
	margin:0px;
	padding:0px;
	float:right;
	list-style-type:none;
}
#jumpclose{
	font-size:8px;
	text-indent:-10000px;
	background-image:url(../img/close.gif);
	background-repeat:no-repeat;
}
#jumpclose a{
	display:block;
	width:60px;
	height:20px;
	overflow:hidden;
}
/*----------------------*/
#fclose:after{
/* for modern browser */ 
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
} 

* html #fclose{/* for IE */ 
/*\*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
}

body*#fclose:after{
	content: ".";
}


.style1 {
	color: #000000;
	font-size: 12px;
}
.style2 {color: #000000}
.style6 {font-size: 10}
.style7 {font-size: 10px}
.style10 {font-size: 21px}
.style12 {color: #000000; font-size: 18px; }
.style15 {font-size: 9px}
.style16 {font-size: 9}
.style17 {color: #000000; font-size: 9; }
-->
</style>



