table.outer {
	border: 2px solid #ffffff;
}

td.navbar {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 6px;
}

td.navbar2 {
	border-top: 2px solid #ffffff;
	padding: 6px;
}

.tagline {
	color: #CCCCFF;
	font-size: 8pt;
	font-family: Arial;
}

.logo {
	font-family: ARIAL;
	font-size: 20pt;
	color: #FFFFFF;
}

td.navbar, td.navbar2,
td.navbar a, td.navbar a:link, td.navbar a:visited, 
td.navbar2 a, td.navbar2 a:link, td.navbar2 a:visited  {
	font-family: ARIAL;
	font-weight: BOLD;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}

td.navbar a:active, td.navbar a:hover, 
td.navbar2 a:active, td.navbar2 a:hover  {
	font-family: ARIAL;
	font-weight: BOLD;
	font-size: 10pt;
	color: #663399;
	text-decoration: none;
}

.title {
	font-family: ARIAL;
	font-size: 21pt;
	font-weight: BOLD;
	color: #663399;
}

.subtitle {
	font-family: ARIAL;
	font-size: 10pt;
	font-weight: BOLD;
	color: #666666;
}

.left_title {
	font-family: ARIAL;
	font-weight: BOLD;
	font-size: 9pt;
	color: #000000;
}

td.left {
	font-family: ARIAL;
	font-size: 8pt;
	color: #999999;
}

a.left, a.left:visited, a.left:link {
	font-family: ARIAL;
	font-weight: BOLD;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}

a.left:active, a.left:hover {
	font-family: ARIAL;
	font-weight: BOLD;
	font-size: 8pt;
	color: #663399;
	text-decoration: none;
}

td.main {
	font-family: ARIAL;
	font-size: 10pt;
	color: #333333;
}

.wandasays {
	font-family: GEORGIA;
	font-size: 10pt;
	font-weight: BOLD;
	color: #663399;
}

.main_top {
	font-family: ARIAL;
	font-size: 11pt;
	font-weight: BOLD;
	color: #333333;
}

a.link1, a.link1:visited, a.link1:link {
	font-family: ARIAL;
	font-weight: BOLD;
	font-size: 10pt;
	color: #0066CC;
}

a.link1:active, a.link1:hover {
	font-family: ARIAL;
	font-weight: BOLD;
	font-size: 10pt;
	color: #663399;
}

b1 {
	font-family: ARIAL;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

td.footer, td.footer a, td.footer a:link, td.footer a:visited {
	font-family: ARIAL;
	font-size: 7pt;
	color: #333333;
}

td.footer a:active, td.footer a:hover {
	font-family: ARIAL;
	font-size: 7pt;
	color: #663399;
}





/* eform css */

form.eform {
        display: inline;
}
table.eform {
        margin-top: 15px;
}
table.eform tr td {
        /* text-align: right; */
	font-family: ARIAL;
        font-size: 9pt;
        color: #663399;
        font-weight: bold;
        padding-top: 5px;
}
table.eform tr td div {
        padding-right: 125px;
        color: #666666;
        font-weight: bold;
}
input.eform1 {
        color: #666666;
        border: 1px solid #666666;
        background-color: #cccccc;
        font-size: 7pt;
        padding: 2px;
        width: 160px;
}
input.eform2 {
        color: #666666;
        border: 1px solid #666666;
        background-color: #cccccc;
        font-size: 7pt;
        padding: 2px;
        font-weight: bold;
        margin-top: 3px;
        width: 90px;
}
div.eform_ok {
	font-family: ARIAL;
	font-size: 9pt;
        font-weight: bold;
        color: #006600;
}
div.eform_err {
	font-family: ARIAL;
	font-size: 9pt;
        font-weight: bold;
        color: #990000;
}





