/* anchor format */
a:link {text-decoration: none; color: #3333FF;}
a:visited {text-decoration: none; color: #3333FF;}
a:active {text-decoration: none;}
a:hover {text-decoration: none; color: red;}

/* font format */
td {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; color: #333333;}
	
.head {font-size: 11px; font-weight: 900; color: Navy} /* orange: #DE9B1A; */
b.subhead {font-weight: 900; color: Navy}
.rtBoxHead {font-family: arial, helvetica; color: #69696B; font-weight: 900;
	font-size: 11px; margin: 2px 0px 0px 10px;}

.textbox {
background: white;
color: Black;
font-size: xx-small;
font-weight: normal;
height: 18px;
}
	
/* line spacing */
.psm {line-height: 14px;}
.plg {line-height: 16px;}

/* margins */
.cellOne {margin: 5px 20px 20px 5px; line-height: 14px;}
.cellTwo {margin: 5px 20px 20px 5px; line-height: 14px;}
.cellThree {margin: 5px 20px 20px 5px; line-height: 14px;}
.mainCont {margin: 0px 20px 20px 16px; line-height: 14px;}
.rtBox {margin: 10px 10px 10px 10px; line-height: 14px;}
.footer {margin: 15px 20px 15px 0px; line-height: 15px;
	font-family: arial, helvetica; font-size: 10px; color: #999999;}
.lNav {margin: 0px 0px 0px 20px;
	font-family: arial, helvetica; font-size: 10px; color: #999999;}
.lNavThere {margin: 0px 0px 0px 11px;
	font-family: arial, helvetica; font-size: 10px; color: #999999;}