/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	color: #242424;
	
}


.contentbubble{
	width:200px; 
	text-align:justify;
	padding: 10px;
	float:left;
}

.pagetitle{
	font-weight: bold;
	font-size: 20pt;
	margin-bottom:20px;
	text-align: center;
	color: #242424;
}

.subpage{
	 width: 80%;
	 margin-right:auto;
	 margin-left: auto;
	 line-height: 2em;
	 padding-top: 40px;
	 padding-bottom: 40px;
	 clear:both;
}


.bottom{
	border-top: 1px solid #666666;
	text-align:center;
	font-size:9pt;
	width:250px;
	margin-top: 20px;
	margin-left: auto;
	margin-right:auto;
	clear:both;
	color: #666666;
}


.issuebubble{
	border: 1px solid gray;
	width:325px;
	height:470px;
	float: left;
	margin: 20px;
	border-radius: 25px;
	padding: 8px;
}

.issuebubblecenter{
	border: 1px solid gray;
	width:325px;
	height:470px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 25px;
	padding: 8px;
}

.issuebubblelarge{
	border: 1px solid gray;
	width:325px;
	height:480px;
	float: left;
	margin: 20px;
	border-radius: 25px;
	padding: 8px;
}

.issuetitle{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
	font-family: century gothic; sans-serif;
}

.totop{
	text-align: center;
}


#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
}

#clockdiv > div{
    border-radius: 3px;
    display: inline-block;
    color: black;
}

#clockdiv div > span{
    padding: 3px;
    border-radius: 3px;
    background: #EE7600;
    display: inline-block;
}

.qt{
	font-style: italic;
}


.qtbubble{
	border: 1px solid gray;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.qtsource{
	font-size: 10pt;
	text-align: right;
}

