body, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mathsymbol{
   	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
}
.highlighted{
    BACKGROUND-COLOR: #ffff00;
}
.ovline{
   text-decoration: overline;
   	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
textarea {
	font-size: 16px;
	overflow-y: auto;
}
.title {
	font-size: 20px;
	color: white;
	padding-left: 5px;
}
.flag {
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding-right: 2px;
}
.time {
	font-size: 16px;
	color: white;
}
.main {
	font-size: 16px;
	line-height: 20px;
        white-space: pre;
	/* auto break lines */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
p {
	line-height: 1.5;
}
td, th {
	font-size: 12px;
}
img {
	cursor: default;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.link {
	cursor: pointer;
}
.yellow {
	color: #FFFF00;
}
.input {
	width: 150px;
	height: 20px;
}
.whitebold {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.skyblue {
	color: #80AEE1;
	font-weight: bold;
	font-size: 16px;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
a:link {
	color: white;
	text-decoration: none;
}
a .disable {
        color: #999999;
}
.subject {
	color: white;
	font-size: 40px;
	font-weight: bold;
}
.subhead {
	color: #CCE2EE;
	font-size: 24px;
	font-weight: bold;
}
.dialog {
	color: #FFFFFF;
	font-size: 14px;
}
.option {
	font-size: 16px;
	cursor: default;
}
.scroll {
	position:relative;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
	width:100%;
	height:100%;
	z-index:1;
}
.dialogue {
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;
	z-index:2;
}
body, div, textarea {
	scrollbar-face-color:#006DAA;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#006DAA;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#666699;
	scrollbar-darkshadow-color:#666699;
	scrollbar-arrow-color:#000000;
}

#summary_div {
	text-align: center;
}
#summary_div table {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

