td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}

A, A:link {color: #CD2536; TEXT-DECORATION: none }
A:visited {color: #89494C; TEXT-DECORATION: none}
A:hover, A:active  {color: #A72C32; TEXT-DECORATION: underline}

form {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}

.white-bg { background-color: #FFFFFF; }
.black-bg { background-color: #000000; }

.red-bg { background-color: #A72C32; }
.grey-bg { background-color: #939598; }
.lt-grey-bg { background-color: #F6F5EA; }
.blue-bg { background-color: #6B7D98; }

.menult-bg { background-color: #EDEFF3; }
.menudk-bg { background-color: #C6CEDB; }

.white, .white A, .white A:link, .white A:visited {color: #FFFFFF; TEXT-DECORATION: none}
.white A:hover, .white A:active {color: #FFFFFF; TEXT-DECORATION: underline}

.black, .black A, .black A:link, .black A:visited {color: #000000; TEXT-DECORATION: none}
.black A:hover, .black A:active {color: #000000; TEXT-DECORATION: underline}

.red { COLOR: #A72C32; }
.grey { COLOR: #939598; }
.lt-grey { COLOR: #F6F5EA; }
.blue { COLOR: #6B7D98; }

.caption {
	font-size: 7pt;
	font-family: verdana, Arial, Helvetica, sans-serif;
	COLOR: #999999;
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 4px 0px 10px 0px;
	width: 90%;
}

.caption-r {
	font-size: 7pt;
	font-family: verdana, Arial, Helvetica, sans-serif;
	COLOR: #999999;
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 4px 0px 10px 0px;
	text-align:right;
	float:right;
	width: 90%;
}

.function {
	font-size: 8pt;
}

.pagenum {
	background-color: #939598;
	padding: 6px;
	color:#FFFFFF;
}

.bodytext {
	padding: 30px 40px 20px 60px;
	font-size: 10pt;
	line-height: 160%;
}

.title {
	padding: 0px 0px 10px 0px;
	font-size: 26pt;
	line-height: 150%;	
}
.sub-title {
	padding: 0px 0px 10px 0px;
	font-size: 18pt;
	line-height: 130%;	
}
.sub-sub-title {
	padding: 0px 0px 10px 0px;
	font-size: 15pt;
	line-height: 130%;
	font-style:italic;
}

.textfield {width: 180px;}

.polytonic {
	font-family: "palatino linotype",tahoma, georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

.left {
	padding: 0px 20px 5px 0px;
	float: left;
}

.right {
	padding: 0px 0px 5px 20px;
	float: right;
}
.top-info-bar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight:bold;
}
.signature {
text-align:right;
font-style:italic;
font-size:9pt;
color:#666666;
padding:20px 10px 15px 0px;
}

.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939598;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight:bold;
	}

.author {
	padding: 10px 0px 20px 0px;
	font-size: 9pt;
}
.author-sm {
	padding: 10px 0px 20px 0px;
	font-size: 8pt;
}
.synopsis {
	font-size: 10pt;
	font-weight:bold;
}
.que{
	font-style: italic;
	font-weight: bold;
	color: #98866B;
}
.ans{
	font-style: italic;
	font-weight: bold;
	color: #6B7D98;
}
.pad-t5 {padding:5px 0px 0px 0px;}
.pad-t8 {padding:8px 0px 0px 0px;}
.pad-b5 {padding:0px 0px 5px 0px;}
.pad-b8 {padding:0px 0px 8px 0px;}


.al-r {text-align:right;}
