body {  color: #000000; background-color: #FFFFFF}

a {  color: #08427c;  text-decoration: none}
a:link {  color:#08427c;  text-decoration: none}
a:visited {  color:#990099;  text-decoration: none}
a:active {  color:#2a68a6;  text-decoration: underline}
a:hover {  color:#2a68a6;  text-decoration: underline}

a.white {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.white:link {  color: #FFFFFF;  text-decoration: none}
a.white:visited {  color: #FFFFFF;  text-decoration: none}
a.white:active {  color:#FFFF99;  text-decoration: underline}
a.white:hover {  color: #FFF667;  text-decoration: underline}

a.black {  color: #000000;  text-decoration: none}
a.black:link {  color: #000000;  text-decoration: none}
a.black:visited {  color: #000000;  text-decoration: none}
a.black:active {  color:#000000;  text-decoration: underline}
a.black:hover {  color: #000000;  text-decoration: underline}

a.textdb {
	color: #000033;
	text-decoration: none;
	font-size: 12px;
}
a.textdb:link {  color: #000033;  text-decoration: none}
a.textdb:visited {  color: #4E576C;  text-decoration: none}
a.textdb:active {  color:#B13840;  text-decoration: underline}
a.textdb:hover {  color: #B13840;  text-decoration: underline}
.title {
	font-size: large;
	font-weight: bold;
}
.text {
	font-size: 12px;
	line-height: 145%;
	text-align: justify;
}
.title2 {
	font-size: 12pt;
	font-weight: bold;
}
.text2 {
	font-size: 10pt;
}
.text2nd-2 {
	font-size: 12px;
	color: #000000;
	height: 20px;
}
.textSmall {
	font-size: 10px;
	line-height: 160%;
	text-align: justify;
	color: #999999;
}
.small2 {
	font-size: 10px;
	color: #333333;
}

/* =====AGREE===== */
ul.agree{
    margin:30px 0 30px 0;
    float:both;
    display:inline-block;
}

ul.agree li.yes{
    float:left;
    text-align:right;
    font-size:83%;
}

ul.agree li.no{
    float:left;
    margin-left:10px;
    font-size:83%;
}
