BODY 
{
	background-color:#000000;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}

*
{
	font-style:normal;
	font-family:Verdana,Arial,sans-serif;
	color:#CCCCEE;
	font-size:100%;
}

.button
{
	margin-bottom:0px;
	width:auto;
	height:auto;
}

.textparagraph
{
	font-weight:normal;
	font-size:80%;
	margin-bottom:12px;
	margin-top:0px;
    height:auto;
}

.textparagraphindented
{
	font-weight:normal;
	font-size:80%;
	margin-bottom:12px;
	margin-top:0px;
    height:auto;
    margin-left:1.5em;
}


.textparagraphitalic
{
	font-weight:normal;
	font-size:80%;
	margin-bottom:6px;
	margin-top:0px;
    height:auto;
    font-style:italic;
}

.mytable
{
	font-weight:normal;
	font-size:80%;
	padding:2px;
    margin-left:auto;
    margin-right:auto;
    width:550px;
}

.textparagraphemphasis
{
	font-weight:normal;
	font-style:italic;
	font-size:80%;
	margin-bottom:12px;
	margin-top:0px;
}

.contentbox
{
    background-color:#222222;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:30px;
    width:682px;
    height:100%;
    padding:10px;
}

.headline
{
	color:#EEEEEE;
	margin-bottom:20px;
	font-size:140%;
	font-weight:bold;
	text-align:center;
}

.subheadline
{
	color:#EEEEEE;
	margin-bottom:20px;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

.subheadlineleft
{
	color:#EEEEEE;
	margin-bottom:20px;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}

.headercomment
{
	margin-bottom:30px;
	font-size:50%;
	font-weight:normal;
	text-align:center;
}

.piccaption
{   
	text-align:center;
	color:#DDDDDD;
	font-style:italic;
	font-weight:normal;
	font-size:70%;
	margin-bottom:0px;
	margin-top:0px;
}

.containerbox
{
	position:relative;
	background-color:#000000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-image:url(TaipeiBG.jpg);	
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.centerimage
{
    text-align:center;
}

.linkleft
{
    text-align:center;
    float:left;
}

.linkcenter
{
    font-weight:bold;
    font-size:80%;
    text-align:center;
    
    float:none;
}

.linkright
{
    text-align:center;
    float:left;
}