body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: arial, sans-serif;
}

td {
	font-family: arial, sans-serif;
	font-size: 10pt;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:active {
	color: blue
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

input,select,textarea,option {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	border: 1px solid #9AA8CA;
}

.error {
	color: #FF0000;
}

/* begin dulltext */
td.dulltext {
	color: black;
	font-size: 9px;
}

a:link .dulltext {
	color: black;
	text-decoration: none;
}

a:active .dulltext {
	color: black;
	text-decoration: none;
}

a:visited .dulltext {
	color: black;
	text-decoration: none;
}

a:hover .dulltext {
	color: black;
	text-decoration: underline;
}

/* end dulltext */ /* begin glossary */
a:link .glossary {
	font-size: 10px;
	color: blue;
	text-decoration: none;
}

a:active .glossary {
	font-size: 10px;
	color: blue;
	text-decoration: none;
}

a:visited .glossary {
	font-size: 10px;
	color: blue;
	text-decoration: none;
}

a:hover .glossary {
	font-size: 10px;
	color: blue;
	text-decoration: underline;
}

/* end glossary */ /* begin slogan */
span.slogan {
	font-size: 10px;
	color: black;
}

/* end slogan */ /* begin background */
td.background {
	background-color: white;
}

table.background {
	background-color: white;
}

/* end background */
#top {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#logo {
	border: none;
}

/* structural table and its sections */
table#structure {
	background-color: #FFFFFF;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

td#navigation_section {
	background-color: #EEEEEE;
	vertical-align: top;
	width: 25%;
}

td#content_section {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 12px;
}

/* structural table and its sections */ /* seo bar */
table#seo_border {
	background-color: #999999;
	width: 100%;
}

table#seo_content {
	background-color: #EEEEEE;
	text-align: center;
	font-size: 9px;
	width: 100%;
}

/* seo bar */ /* navigation bar and its sections */
table#navigation_border {
	background-color: #999999;
	width: 100%;
}

table#navigation_content {
	background-color: #FFFFFF;
	width: 100%;
}

td#navigation_site_info {
	background-color: #DDDDDD;
	text-align: center;
}

span#site_name {
	font-size: 16px;
	font-weight: bold;
}

span#site_slogan {
	font-size: 9px;
}

td.navigation_account {
	background-color: #99FF99;
	padding-left: 20px;
}

td.navigation_personal {
	background-color: #FF9999;
	padding-left: 20px;
}

td.navigation_generic {
	background-color: #9999FF;
	padding-left: 20px;
}

a.navigation_link {
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

a:hover .navigation_link {
	text-decoration: underline;
}
/* navigation bar and its sections */