/*
----------------------------------------------------
St Germain
www.unit9.com
----------------------------------------------------
*/

html {
overflow: auto;
}

* {margin:0; padding:0; background-color:transparent; color:#000;}
html { height: 100%;}
body{ 
background-color:#fff;
color:#000; font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 10pt; line-height:0; height: 100%;}

#content{ height: 100%; }
#content *{line-height:1.3;}

/* noflashlanding */
.noflashlanding{
	width:100%;
	height:100%;
	background: #fff url(../img/no_flash_background.jpg) no-repeat top center;
}

/* frame */
.frame{
	width:484px; height:291px;
	padding-top:280px;
	text-align:center;
	margin:0 auto;
}

.frame p{	margin:50px auto 0 auto; font-size: 9pt;color:#fff;}
.frame p a{	color:#fff;}
.frame p a img{border:none;}	


/* index */
.index { width:484px; margin:0 auto;  border-top: thin solid #999999;}	
.index h1{ font-size: 12pt; border-bottom: thin solid #999999; text-align:center}	
.index ul { list-style-type:none;}	
.index ul li { list-style-type:none; list-style-position:inside;}	
.index ul li li { list-style-type:circle;  margin-left:10px;}	

/* textcontents */
.textcontents { width:484px; margin:30px auto 0 auto; border-top: thin solid #999999;}	
.textcontents h1{ font-size: 12pt; margin-bottom:5px; border-bottom: thin solid #999999; text-align:center}	
.textcontents p { font-weight:bold;}	


